Color Reference

HTML Color Names

Browse all 140 named CSS colors organized by hue group. Click any color to copy its hex code.

ColorNameHex CodeRGBHSL
IndianRed#CD5C5C205, 92, 920°, 53%, 58%
LightCoral#F08080240, 128, 1280°, 79%, 72%
Salmon#FA8072250, 128, 1146°, 93%, 71%
DarkSalmon#E9967A233, 150, 12215°, 72%, 70%
LightSalmon#FFA07A255, 160, 12217°, 100%, 74%
Crimson#DC143C220, 20, 60348°, 83%, 47%
Red#FF0000255, 0, 00°, 100%, 50%
FireBrick#B22222178, 34, 340°, 68%, 42%
DarkRed#8B0000139, 0, 00°, 100%, 27%

Red HTML Color Names

The red color group contains 9 named CSS colors. These color names can be used directly in CSS instead of hex codes. For example, you can write color: IndianRed; instead of color: #CD5C5C; and the browser will render the same color.