Shades of Fire Engine Red #D70429
Tints of Fire Engine Red #D70429
RGB
CMYK
RGB Variations
Color information
#D70429 (or 0xD70429) is known color: Fire Engine Red. HEX triplet: D7, 04 and 29. RGB value is (215,4,41). Sum of RGB (Red+Green+Blue) = 215+4+41=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D70429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70429 is #28FBD6. Grayscale: #474747. Windows color (decimal): -2685911 or 2688215. OLE color: 2688215.
HSL color Cylindrical-coordinate representation of color #D70429: hue angle of 349.48º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70429 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.16 |
| HSL | 349.48º | 0.96% | 0.43% | - |
| HSV(B) | 349.48º | 0.98% | 0.84% | - |
| XYZ | 28.47 | 14.69 | 3.43 | - |
| YUV | 71.31 | 110.9 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 41 | 0 | 0.98 | 0.81 | 0.16 | 349.48 | 0.96 | 0.43 |
| Hex | D7 | 4 | 29 | 0 | 62 | 51 | 10 | 15D | 60 | 2B |
| Octal | 327 | 4 | 51 | 0 | 142 | 121 | 20 | 535 | 140 | 53 |
| Binary | 11010111 | 100 | 101001 | 0 | 1100010 | 1010001 | 10000 | 101011101 | 1100000 | 101011 |
Color Harmonies of #D70429
Complementary color
Monochromatic Colors of #D70429
Black with #D70429
Text Example
Text Example
White with #D70429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70429; }
p { color: rgb(215,4,41); }
H1.HeaderClassName
{
color: #D70429;
}
.AnyTagClassName
{
color: #D70429;
}
</style>
background-color css
<style>
a { background-color: #D70429; }
a { background-color: rgb(215,4,41); }
div.DivClassName
{
background-color: #D70429;
}
.BgClassName
{
background-color: #D70429;
}
</style>
border-color css
<style>
span { border-color: #D70429; }
span { border-color: rgb(215,4,41); }
td.TdClassName
{
border-color: #D70429;
}
.TagClassName
{
border-color: #D70429;
}
</style>