Shades of Fire Engine Red #D70E29
Tints of Fire Engine Red #D70E29
RGB
CMYK
RGB Variations
Color information
#D70E29 (or 0xD70E29) is known color: Fire Engine Red. HEX triplet: D7, 0E and 29. RGB value is (215,14,41). Sum of RGB (Red+Green+Blue) = 215+14+41=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E29 is #28F1D6. Grayscale: #4D4D4D. Windows color (decimal): -2683351 or 2690775. OLE color: 2690775.
HSL color Cylindrical-coordinate representation of color #D70E29: hue angle of 351.94º 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 #D70E29 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 41 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.16 |
| HSL | 351.94º | 0.88% | 0.45% | - |
| HSV(B) | 351.94º | 0.93% | 0.84% | - |
| XYZ | 28.58 | 14.92 | 3.47 | - |
| YUV | 77.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 41 | 0 | 0.93 | 0.81 | 0.16 | 351.94 | 0.88 | 0.45 |
| Hex | D7 | E | 29 | 0 | 5D | 51 | 10 | 160 | 58 | 2D |
| Octal | 327 | 16 | 51 | 0 | 135 | 121 | 20 | 540 | 130 | 55 |
| Binary | 11010111 | 1110 | 101001 | 0 | 1011101 | 1010001 | 10000 | 101100000 | 1011000 | 101101 |
Color Harmonies of #D70E29
Complementary color
Monochromatic Colors of #D70E29
Black with #D70E29
Text Example
Text Example
White with #D70E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E29; }
p { color: rgb(215,14,41); }
H1.HeaderClassName
{
color: #D70E29;
}
.AnyTagClassName
{
color: #D70E29;
}
</style>
background-color css
<style>
a { background-color: #D70E29; }
a { background-color: rgb(215,14,41); }
div.DivClassName
{
background-color: #D70E29;
}
.BgClassName
{
background-color: #D70E29;
}
</style>
border-color css
<style>
span { border-color: #D70E29; }
span { border-color: rgb(215,14,41); }
td.TdClassName
{
border-color: #D70E29;
}
.TagClassName
{
border-color: #D70E29;
}
</style>