What Are HTML Color Names?
HTML color names are a set of predefined labels that represent specific colors, such as Blue
, Coral
, and GoldenRod
. These names simplify the process of applying colors in your web development projects by eliminating the need to memorize complex HEX or RGB codes.
Each HTML color name is associated with a unique HEX and RGB code, making it easy to switch between formats based on your design needs. Whether you're creating vibrant designs or subtle themes, using these names ensures consistency and browser compatibility.
Why Use HTML Color Names | HTML HEX and RGB Codes?
Our HTML Color Names | HTML HEX and RGB Codes helps developers and designers easily explore and use predefined colors in their projects. It provides a quick reference for HTML color names alongside their corresponding HEX and RGB values, streamlining the process of applying consistent colors across your designs.
From choosing the perfect accent color to creating harmonious palettes, this article simplifies your workflow by offering an intuitive interface for selecting and integrating colors seamlessly into your HTML and CSS code.
HTML Example
<!-- In your HTML file -->
<body>
<h1 style="color: DarkSalmon;">Welcome</h1>
<p style="color: LightCoral;">This is a paragraph.</p>
</body>
CSS Example
/* Define colors in your stylesheet */
h1 {
color: DarkSalmon;
}
p {
color: LightCoral;
}
Red HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
IndianRed |
#CD5C5C |
rgb(205, 92, 92) |
|
LightCoral |
#F08080 |
rgb(240, 128, 128) |
|
Salmon |
#FA8072 |
rgb(250, 128, 114) |
|
DarkSalmon |
#E9967A |
rgb(233, 150, 122) |
|
LightSalmon |
#FFA07A |
rgb(255, 160, 122) |
|
Crimson |
#DC143C |
rgb(220, 20, 60) |
|
Red |
#FF0000 |
rgb(255, 0, 0) |
|
FireBrick |
#B22222 |
rgb(178, 34, 34) |
|
DarkRed |
#8B0000 |
rgb(139, 0, 0) |
Pink HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
Pink |
#FFC0CB |
rgb(255, 192, 203) |
|
LightPink |
#FFB6C1 |
rgb(255, 182, 193) |
|
HotPink |
#FF69B4 |
rgb(255, 105, 180) |
|
DeepPink |
#FF1493 |
rgb(255, 20, 147) |
|
MediumVioletRed |
#C71585 |
rgb(199, 21, 133) |
|
PaleVioletRed |
#DB7093 |
rgb(219, 112, 147) |
Orange HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
LightSalmon |
#FFA07A |
rgb(255, 160, 122) |
|
Coral |
#FF7F50 |
rgb(255, 127, 80) |
|
Tomato |
#FF6347 |
rgb(255, 99, 71) |
|
OrangeRed |
#FF4500 |
rgb(255, 69, 0) |
|
DarkOrange |
#FF8C00 |
rgb(255, 140, 0) |
|
Orange |
#FFA500 |
rgb(255, 165, 0) |
Yellow HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
Gold |
#FFD700 |
rgb(255, 215, 0) |
|
Yellow |
#FF7F50 |
rgb(255, 255, 0) |
|
LightYellow |
#FFFFE0 |
rgb(255, 255, 224) |
|
LemonChiffon |
#FFFACD |
rgb(255, 250, 205) |
|
LightGoldenrodYellow |
#FAFAD2 |
rgb(250, 250, 210) |
|
PapayaWhip |
#FFEFD5 |
rgb(255, 239, 213) |
|
Moccasin |
#FFE4B5 |
rgb(255, 228, 181) |
|
PeachPuff |
#FFDAB9 |
rgb(255, 218, 185) |
|
Orange |
#FFA500 |
rgb(255, 165, 0) |
|
PaleGoldenrod |
#EEE8AA |
rgb(238, 232, 170) |
|
Khaki |
#F0E68C |
rgb(240, 230, 140) |
Purple HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
Lavender |
#E6E6FA |
rgb(230, 230, 250) |
|
Thistle |
#D8BFD8 |
rgb(216, 191, 216) |
|
Plum |
#DDA0DD |
rgb(221, 160, 221) |
|
Violet |
#EE82EE |
rgb(238, 130, 238) |
|
Orchid |
#DA70D6 |
rgb(218, 112, 214) |
|
Fuchsia |
#FF00FF |
rgb(255, 0, 255) |
|
Magenta |
#FF00FF |
rgb(255, 0, 255) |
|
MediumOrchid |
#BA55D3 |
rgb(186, 85, 211) |
|
MediumPurple |
#9370DB |
rgb(147, 112, 219) |
|
RebeccaPurple |
#663399 |
rgb(102, 51, 153) |
|
BlueViolet |
#8A2BE2 |
rgb(138, 43, 226) |
|
DarkViolet |
#9400D3 |
rgb(148, 0, 211) |
|
DarkOrchid |
#9932CC |
rgb(153, 50, 204) |
|
DarkMagenta |
#8B008B |
rgb(139, 0, 139) |
|
Purple |
#800080 |
rgb(128, 0, 128) |
|
Indigo |
#4B0082 |
rgb(75, 0, 130) |
|
SlateBlue |
#6A5ACD |
rgb(106, 90, 205) |
|
DarkSlateBlue |
#483D8B |
rgb(72, 61, 139) |
|
MediumSlateBlue |
#7B68EE |
rgb(123, 104, 238) |
Green HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
GreenYellow |
#ADFF2F |
rgb(173, 255, 47) |
|
Chartreuse |
#7FFF00 |
rgb(127, 255, 0) |
|
LawnGreen |
#7CFC00 |
rgb(124, 252, 0) |
|
Lime |
#00FF00 |
rgb(0, 255, 0) |
|
LimeGreen |
#32CD32 |
rgb(50, 205, 50) |
|
PaleGreen |
#98FB98 |
rgb(152, 251, 152) |
|
MediumSpringGreen |
#00FA9A |
rgb(0, 250, 154) |
|
SpringGreen |
#00FF7F |
rgb(0, 255, 127) |
|
MediumSeaGreen |
#3CB371 |
rgb(60, 179, 113) |
|
SeaGreen |
#2E8B57 |
rgb(46, 139, 87) |
|
ForestGreen |
#228B22 |
rgb(34, 139, 34) |
|
Green |
#008000 |
rgb(0, 128, 0) |
|
DarkGreen |
#006400 |
rgb(0, 100, 0) |
|
YellowGreen |
#9ACD32 |
rgb(154, 205, 50) |
|
OliveDrab |
#6B8E23 |
rgb(107, 142, 35) |
|
Olive |
#808000 |
rgb(128, 128, 0) |
|
DarkOliveGreen |
#556B2F |
rgb(85, 107, 47) |
|
MediumAquamarine |
#66CDAA |
rgb(102, 205, 170) |
|
DarkSeaGreen |
#8FBC8B |
rgb(143, 188, 139) |
|
LightSeaGreen |
#20B2AA |
rgb(32, 178, 170) |
|
DarkCyan |
#008B8B |
rgb(0, 139, 139) |
|
Teal |
#008080 |
rgb(0, 128, 128) |
Blue HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
Aqua |
#00FFFF |
rgb(0, 255, 255) |
|
Cyan |
#00FFFF |
rgb(0, 255, 255) |
|
LightCyan |
#E0FFFF |
rgb(224, 255, 255) |
|
PaleTurquoise |
#AFEEEE |
rgb(175, 238, 238) |
|
Aquamarine |
#7FFFD4 |
rgb(127, 255, 212) |
|
Turquoise |
#40E0D0 |
rgb(64, 224, 208) |
|
MediumTurquoise |
#48D1CC |
rgb(72, 209, 204) |
|
DarkTurquoise |
#00CED1 |
rgb(0, 206, 209) |
|
CadetBlue |
#5F9EA0 |
rgb(95, 158, 160) |
|
SteelBlue |
#4682B4 |
rgb(70, 130, 180) |
|
LightSteelBlue |
#B0C4DE |
rgb(176, 196, 222) |
|
PowderBlue |
#B0E0E6 |
rgb(176, 224, 230) |
|
LightBlue |
#ADD8E6 |
rgb(173, 216, 230) |
|
SkyBlue |
#87CEEB |
rgb(135, 206, 235) |
|
LightSkyBlue |
#87CEFA |
rgb(135, 206, 250) |
|
DeepSkyBlue |
#00BFFF |
rgb(0, 191, 255) |
|
DodgerBlue |
#1E90FF |
rgb(30, 144, 255) |
|
CornflowerBlue |
#6495ED |
rgb(100, 149, 237) |
|
MediumSlateBlue |
#7B68EE |
rgb(123, 104, 238) |
|
RoyalBlue |
#4169E1 |
rgb(65, 105, 225) |
|
Blue |
#0000FF |
rgb(0, 0, 255) |
|
MediumBlue |
#0000CD |
rgb(0, 0, 205) |
|
DarkBlue |
#00008B |
rgb(0, 0, 139) |
|
Navy |
#000080 |
rgb(0, 0, 128) |
|
MidnightBlue |
#191970 |
rgb(25, 25, 112) |
Brown HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
Cornsilk |
#FFF8DC |
rgb(255, 248, 220) |
|
BlanchedAlmond |
#FFEBCD |
rgb(255, 235, 205) |
|
Bisque |
#FFE4C4 |
rgb(255, 228, 196) |
|
NavajoWhite |
#FFDEAD |
rgb(255, 222, 173) |
|
Wheat |
#F5DEB3 |
rgb(245, 222, 179) |
|
BurlyWood |
#DEB887 |
rgb(222, 184, 135) |
|
Tan |
#D2B48C |
rgb(210, 180, 140) |
|
RosyBrown |
#BC8F8F |
rgb(188, 143, 143) |
|
SandyBrown |
#F4A460 |
rgb(244, 164, 96) |
|
Goldenrod |
#DAA520 |
rgb(218, 165, 32) |
|
DarkGoldenrod |
#B8860B |
rgb(184, 134, 11) |
|
Peru |
#CD853F |
rgb(205, 133, 63) |
|
Chocolate |
#D2691E |
rgb(210, 105, 30) |
|
SaddleBrown |
#8B4513 |
rgb(139, 69, 19) |
|
Sienna |
#A0522D |
rgb(160, 82, 45) |
|
Brown |
#A52A2A |
rgb(165, 42, 42) |
|
Maroon |
#800000 |
rgb(128, 0, 0) |
White HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
White |
#FFFFFF |
rgb(255, 255, 255) |
|
Snow |
#FFFAFA |
rgb(255, 250, 250) |
|
HoneyDew |
#F0FFF0 |
rgb(240, 255, 240) |
|
MintCream |
#F5FFFA |
rgb(245, 255, 250) |
|
Azure |
#F0FFFF |
rgb(240, 255, 255) |
|
AliceBlue |
#F0F8FF |
rgb(240, 248, 255) |
|
GhostWhite |
#F8F8FF |
rgb(248, 248, 255) |
|
WhiteSmoke |
#F5F5F5 |
rgb(245, 245, 245) |
|
SeaShell |
#FFF5EE |
rgb(255, 245, 238) |
|
Beige |
#F5F5DC |
rgb(245, 245, 220) |
|
OldLace |
#FDF5E6 |
rgb(253, 245, 230) |
|
FloralWhite |
#FFFAF0 |
rgb(255, 250, 240) |
|
Ivory |
#FFFFF0 |
rgb(255, 255, 240) |
|
AntiqueWhite |
#FAEBD7 |
rgb(250, 235, 215) |
|
Linen |
#FAF0E6 |
rgb(250, 240, 230) |
|
LavenderBlush |
#FFF0F5 |
rgb(255, 240, 245) |
|
MistyRose |
#FFE4E1 |
rgb(255, 228, 225) |
Gray HTML Colors Names
Color |
Name |
Hex Code |
RGB Code |
|
Gainsboro |
#DCDCDC |
rgb(220, 220, 220) |
|
LightGray |
#D3D3D3 |
rgb(211, 211, 211) |
|
Silver |
#C0C0C0 |
rgb(192, 192, 192) |
|
DarkGray |
#A9A9A9 |
rgb(169, 169, 169) |
|
Gray |
#808080 |
rgb(128, 128, 128) |
|
DimGray |
#696969 |
rgb(105, 105, 105) |
|
LightSlateGray |
#778899 |
rgb(119, 136, 153) |
|
SlateGray |
#708090 |
rgb(112, 128, 144) |
|
DarkSlateGray |
#2F4F4F |
rgb(47, 79, 79) |
|
Black |
#000000 |
rgb(0, 0, 0) |
How to Use the HTML Color Names
-
Understand HTML Color Names:
HTML provides a predefined list of color names that represent specific colors. These names are mapped to corresponding HEX and RGB values, allowing you to use them interchangeably in your web designs. Examples include
Red
, Blue
, LightGray
, and GoldenRod
.
-
Using Color Names in HTML:
-
Access HEX and RGB Codes:
Browse the list of HTML color names to find the exact HEX and RGB values associated with each color. These codes offer more flexibility when color names don't suffice for your design requirements.
-
Combine with Gradients or Effects:
Use these predefined colors as starting points for gradients or other visual effects. For example:
background: linear-gradient(to right, Red, Orange);
-
Why Choose HTML Color Names?
- Simplicity: Easier to remember than HEX or RGB codes.
- Compatibility: Supported by all modern browsers.
- Efficiency: Ideal for quick prototyping or when working with standard colors.
With this article, you can easily select HTML color names, copy their HEX or RGB values, and incorporate them into your projects for seamless integration.
Benefits of Using HTML Color Names
- Easy to Remember: Unlike HEX codes, HTML color names are intuitive and descriptive, making them easier to recall.
- Cross-Browser Support: HTML color names are supported by all modern browsers, ensuring a consistent appearance across devices.
- Efficient Design Process: Quickly apply colors without needing to generate custom HEX or RGB codes.
How it Works
-
Explore Color Options: Browse through the list of HTML color names and their corresponding HEX and RGB codes to find the perfect shade for your project.
-
Copy the Code: Select and copy the color name, HEX code, or RGB value directly from the tool for quick integration.
-
Implement in Your Project: Use the color in your HTML or CSS files to create stunning designs effortlessly.
Whether you're a beginner or an experienced developer, the "HTML Color Names | HTML HEX and RGB Codes" simplifies your workflow and enhances the aesthetic appeal of your web pages.
Related Color Tools
Color Picker | Color Finder Tool
Easily pick a color, provide a HEX code, or input RGB values to generate and view real-time conversions!
Go to Tool
Gradient Generator | Gradient Creator
Create beautiful gradients effortlessly with our Gradient Generator tool
Go to Tool
Random Color Palette Generator
Generate vibrant random color palettes and copy HEX codes instantly!
Go to Tool