Shades of Fire Engine Red #D60C19
Tints of Fire Engine Red #D60C19
RGB
CMYK
RGB Variations
Color information
#D60C19 (or 0xD60C19) is known color: Fire Engine Red. HEX triplet: D6, 0C and 19. RGB value is (214,12,25). Sum of RGB (Red+Green+Blue) = 214+12+25=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C19 is #29F3E6. Grayscale: #4A4A4A. Windows color (decimal): -2749415 or 1641686. OLE color: 1641686.
HSL color Cylindrical-coordinate representation of color #D60C19: hue angle of 356.14º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C19 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 25 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.16 |
| HSL | 356.14º | 0.89% | 0.44% | - |
| HSV(B) | 356.14º | 0.94% | 0.84% | - |
| XYZ | 28.04 | 14.63 | 2.27 | - |
| YUV | 73.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 25 | 0 | 0.94 | 0.88 | 0.16 | 356.14 | 0.89 | 0.44 |
| Hex | D6 | C | 19 | 0 | 5E | 58 | 10 | 164 | 59 | 2C |
| Octal | 326 | 14 | 31 | 0 | 136 | 130 | 20 | 544 | 131 | 54 |
| Binary | 11010110 | 1100 | 11001 | 0 | 1011110 | 1011000 | 10000 | 101100100 | 1011001 | 101100 |
Color Harmonies of #D60C19
Complementary color
Monochromatic Colors of #D60C19
Black with #D60C19
Text Example
Text Example
White with #D60C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C19; }
p { color: rgb(214,12,25); }
H1.HeaderClassName
{
color: #D60C19;
}
.AnyTagClassName
{
color: #D60C19;
}
</style>
background-color css
<style>
a { background-color: #D60C19; }
a { background-color: rgb(214,12,25); }
div.DivClassName
{
background-color: #D60C19;
}
.BgClassName
{
background-color: #D60C19;
}
</style>
border-color css
<style>
span { border-color: #D60C19; }
span { border-color: rgb(214,12,25); }
td.TdClassName
{
border-color: #D60C19;
}
.TagClassName
{
border-color: #D60C19;
}
</style>