Shades of Fire Engine Red #D80229
Tints of Fire Engine Red #D80229
RGB
CMYK
RGB Variations
Color information
#D80229 (or 0xD80229) is known color: Fire Engine Red. HEX triplet: D8, 02 and 29. RGB value is (216,2,41). Sum of RGB (Red+Green+Blue) = 216+2+41=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80229 is #27FDD6. Grayscale: #464646. Windows color (decimal): -2620887 or 2687704. OLE color: 2687704.
HSL color Cylindrical-coordinate representation of color #D80229: hue angle of 349.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80229 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.15 |
| HSL | 349.07º | 0.98% | 0.43% | - |
| HSV(B) | 349.07º | 0.99% | 0.85% | - |
| XYZ | 28.74 | 14.8 | 3.44 | - |
| YUV | 70.43 | 111.4 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 41 | 0 | 0.99 | 0.81 | 0.15 | 349.07 | 0.98 | 0.43 |
| Hex | D8 | 2 | 29 | 0 | 63 | 51 | F | 15D | 62 | 2B |
| Octal | 330 | 2 | 51 | 0 | 143 | 121 | 17 | 535 | 142 | 53 |
| Binary | 11011000 | 10 | 101001 | 0 | 1100011 | 1010001 | 1111 | 101011101 | 1100010 | 101011 |
Color Harmonies of #D80229
Complementary color
Monochromatic Colors of #D80229
Black with #D80229
Text Example
Text Example
White with #D80229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80229; }
p { color: rgb(216,2,41); }
H1.HeaderClassName
{
color: #D80229;
}
.AnyTagClassName
{
color: #D80229;
}
</style>
background-color css
<style>
a { background-color: #D80229; }
a { background-color: rgb(216,2,41); }
div.DivClassName
{
background-color: #D80229;
}
.BgClassName
{
background-color: #D80229;
}
</style>
border-color css
<style>
span { border-color: #D80229; }
span { border-color: rgb(216,2,41); }
td.TdClassName
{
border-color: #D80229;
}
.TagClassName
{
border-color: #D80229;
}
</style>