Shades of Fire Engine Red #D70229
Tints of Fire Engine Red #D70229
RGB
CMYK
RGB Variations
Color information
#D70229 (or 0xD70229) is known color: Fire Engine Red. HEX triplet: D7, 02 and 29. RGB value is (215,2,41). Sum of RGB (Red+Green+Blue) = 215+2+41=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D70229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70229 is #28FDD6. Grayscale: #464646. Windows color (decimal): -2686423 or 2687703. OLE color: 2687703.
HSL color Cylindrical-coordinate representation of color #D70229: hue angle of 349.01º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70229 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.16 |
| HSL | 349.01º | 0.98% | 0.43% | - |
| HSV(B) | 349.01º | 0.99% | 0.84% | - |
| XYZ | 28.45 | 14.65 | 3.43 | - |
| YUV | 70.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 41 | 0 | 0.99 | 0.81 | 0.16 | 349.01 | 0.98 | 0.43 |
| Hex | D7 | 2 | 29 | 0 | 63 | 51 | 10 | 15D | 62 | 2B |
| Octal | 327 | 2 | 51 | 0 | 143 | 121 | 20 | 535 | 142 | 53 |
| Binary | 11010111 | 10 | 101001 | 0 | 1100011 | 1010001 | 10000 | 101011101 | 1100010 | 101011 |
Color Harmonies of #D70229
Complementary color
Monochromatic Colors of #D70229
Black with #D70229
Text Example
Text Example
White with #D70229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70229; }
p { color: rgb(215,2,41); }
H1.HeaderClassName
{
color: #D70229;
}
.AnyTagClassName
{
color: #D70229;
}
</style>
background-color css
<style>
a { background-color: #D70229; }
a { background-color: rgb(215,2,41); }
div.DivClassName
{
background-color: #D70229;
}
.BgClassName
{
background-color: #D70229;
}
</style>
border-color css
<style>
span { border-color: #D70229; }
span { border-color: rgb(215,2,41); }
td.TdClassName
{
border-color: #D70229;
}
.TagClassName
{
border-color: #D70229;
}
</style>