Shades of Fire Engine Red #D60E16
Tints of Fire Engine Red #D60E16
RGB
CMYK
RGB Variations
Color information
#D60E16 (or 0xD60E16) is known color: Fire Engine Red. HEX triplet: D6, 0E and 16. RGB value is (214,14,22). Sum of RGB (Red+Green+Blue) = 214+14+22=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60E16 is #29F1E9. Grayscale: #4A4A4A. Windows color (decimal): -2748906 or 1445590. OLE color: 1445590.
HSL color Cylindrical-coordinate representation of color #D60E16: hue angle of 357.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E16 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 22 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.16 |
| HSL | 357.6º | 0.88% | 0.45% | - |
| HSV(B) | 357.6º | 0.93% | 0.84% | - |
| XYZ | 28.03 | 14.67 | 2.11 | - |
| YUV | 74.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 22 | 0 | 0.93 | 0.90 | 0.16 | 357.6 | 0.88 | 0.45 |
| Hex | D6 | E | 16 | 0 | 5D | 5A | 10 | 166 | 58 | 2D |
| Octal | 326 | 16 | 26 | 0 | 135 | 132 | 20 | 546 | 130 | 55 |
| Binary | 11010110 | 1110 | 10110 | 0 | 1011101 | 1011010 | 10000 | 101100110 | 1011000 | 101101 |
Color Harmonies of #D60E16
Complementary color
Monochromatic Colors of #D60E16
Black with #D60E16
Text Example
Text Example
White with #D60E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E16; }
p { color: rgb(214,14,22); }
H1.HeaderClassName
{
color: #D60E16;
}
.AnyTagClassName
{
color: #D60E16;
}
</style>
background-color css
<style>
a { background-color: #D60E16; }
a { background-color: rgb(214,14,22); }
div.DivClassName
{
background-color: #D60E16;
}
.BgClassName
{
background-color: #D60E16;
}
</style>
border-color css
<style>
span { border-color: #D60E16; }
span { border-color: rgb(214,14,22); }
td.TdClassName
{
border-color: #D60E16;
}
.TagClassName
{
border-color: #D60E16;
}
</style>