Shades of Fire Engine Red #D70129
Tints of Fire Engine Red #D70129
RGB
CMYK
RGB Variations
Color information
#D70129 (or 0xD70129) is known color: Fire Engine Red. HEX triplet: D7, 01 and 29. RGB value is (215,1,41). Sum of RGB (Red+Green+Blue) = 215+1+41=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D70129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70129 is #28FED6. Grayscale: #454545. Windows color (decimal): -2686679 or 2687447. OLE color: 2687447.
HSL color Cylindrical-coordinate representation of color #D70129: hue angle of 348.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70129 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.16 |
| HSL | 348.79º | 0.99% | 0.42% | - |
| HSV(B) | 348.79º | 1% | 0.84% | - |
| XYZ | 28.44 | 14.63 | 3.42 | - |
| YUV | 69.55 | 111.9 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 41 | 0 | 1.00 | 0.81 | 0.16 | 348.79 | 0.99 | 0.42 |
| Hex | D7 | 1 | 29 | 0 | 64 | 51 | 10 | 15D | 63 | 2A |
| Octal | 327 | 1 | 51 | 0 | 144 | 121 | 20 | 535 | 143 | 52 |
| Binary | 11010111 | 1 | 101001 | 0 | 1100100 | 1010001 | 10000 | 101011101 | 1100011 | 101010 |
Color Harmonies of #D70129
Complementary color
Monochromatic Colors of #D70129
Black with #D70129
Text Example
Text Example
White with #D70129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70129; }
p { color: rgb(215,1,41); }
H1.HeaderClassName
{
color: #D70129;
}
.AnyTagClassName
{
color: #D70129;
}
</style>
background-color css
<style>
a { background-color: #D70129; }
a { background-color: rgb(215,1,41); }
div.DivClassName
{
background-color: #D70129;
}
.BgClassName
{
background-color: #D70129;
}
</style>
border-color css
<style>
span { border-color: #D70129; }
span { border-color: rgb(215,1,41); }
td.TdClassName
{
border-color: #D70129;
}
.TagClassName
{
border-color: #D70129;
}
</style>