Shades of Fire Engine Red #D70E18
Tints of Fire Engine Red #D70E18
RGB
CMYK
RGB Variations
Color information
#D70E18 (or 0xD70E18) is known color: Fire Engine Red. HEX triplet: D7, 0E and 18. RGB value is (215,14,24). Sum of RGB (Red+Green+Blue) = 215+14+24=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E18 is #28F1E7. Grayscale: #4B4B4B. Windows color (decimal): -2683368 or 1576663. OLE color: 1576663.
HSL color Cylindrical-coordinate representation of color #D70E18: hue angle of 357.01º 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 #D70E18 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 24 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.16 |
| HSL | 357.01º | 0.88% | 0.45% | - |
| HSV(B) | 357.01º | 0.93% | 0.84% | - |
| XYZ | 28.35 | 14.83 | 2.23 | - |
| YUV | 75.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 24 | 0 | 0.93 | 0.89 | 0.16 | 357.01 | 0.88 | 0.45 |
| Hex | D7 | E | 18 | 0 | 5D | 59 | 10 | 165 | 58 | 2D |
| Octal | 327 | 16 | 30 | 0 | 135 | 131 | 20 | 545 | 130 | 55 |
| Binary | 11010111 | 1110 | 11000 | 0 | 1011101 | 1011001 | 10000 | 101100101 | 1011000 | 101101 |
Color Harmonies of #D70E18
Complementary color
Monochromatic Colors of #D70E18
Black with #D70E18
Text Example
Text Example
White with #D70E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E18; }
p { color: rgb(215,14,24); }
H1.HeaderClassName
{
color: #D70E18;
}
.AnyTagClassName
{
color: #D70E18;
}
</style>
background-color css
<style>
a { background-color: #D70E18; }
a { background-color: rgb(215,14,24); }
div.DivClassName
{
background-color: #D70E18;
}
.BgClassName
{
background-color: #D70E18;
}
</style>
border-color css
<style>
span { border-color: #D70E18; }
span { border-color: rgb(215,14,24); }
td.TdClassName
{
border-color: #D70E18;
}
.TagClassName
{
border-color: #D70E18;
}
</style>