Shades of Fire Engine Red #D60E27
Tints of Fire Engine Red #D60E27
RGB
CMYK
RGB Variations
Color information
#D60E27 (or 0xD60E27) is known color: Fire Engine Red. HEX triplet: D6, 0E and 27. RGB value is (214,14,39). Sum of RGB (Red+Green+Blue) = 214+14+39=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E27 is #29F1D8. Grayscale: #4C4C4C. Windows color (decimal): -2748889 or 2559702. OLE color: 2559702.
HSL color Cylindrical-coordinate representation of color #D60E27: hue angle of 352.5º 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 #D60E27 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 39 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.16 |
| HSL | 352.5º | 0.88% | 0.45% | - |
| HSV(B) | 352.5º | 0.93% | 0.84% | - |
| XYZ | 28.25 | 14.76 | 3.28 | - |
| YUV | 76.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 39 | 0 | 0.93 | 0.82 | 0.16 | 352.5 | 0.88 | 0.45 |
| Hex | D6 | E | 27 | 0 | 5D | 52 | 10 | 160 | 58 | 2D |
| Octal | 326 | 16 | 47 | 0 | 135 | 122 | 20 | 540 | 130 | 55 |
| Binary | 11010110 | 1110 | 100111 | 0 | 1011101 | 1010010 | 10000 | 101100000 | 1011000 | 101101 |
Color Harmonies of #D60E27
Complementary color
Monochromatic Colors of #D60E27
Black with #D60E27
Text Example
Text Example
White with #D60E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E27; }
p { color: rgb(214,14,39); }
H1.HeaderClassName
{
color: #D60E27;
}
.AnyTagClassName
{
color: #D60E27;
}
</style>
background-color css
<style>
a { background-color: #D60E27; }
a { background-color: rgb(214,14,39); }
div.DivClassName
{
background-color: #D60E27;
}
.BgClassName
{
background-color: #D60E27;
}
</style>
border-color css
<style>
span { border-color: #D60E27; }
span { border-color: rgb(214,14,39); }
td.TdClassName
{
border-color: #D60E27;
}
.TagClassName
{
border-color: #D60E27;
}
</style>