Shades of Fire Engine Red #D10229
Tints of Fire Engine Red #D10229
RGB
CMYK
RGB Variations
Color information
#D10229 (or 0xD10229) is known color: Fire Engine Red. HEX triplet: D1, 02 and 29. RGB value is (209,2,41). Sum of RGB (Red+Green+Blue) = 209+2+41=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D10229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10229 is #2EFDD6. Grayscale: #444444. Windows color (decimal): -3079639 or 2687697. OLE color: 2687697.
HSL color Cylindrical-coordinate representation of color #D10229: hue angle of 348.7º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10229 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.18 |
| HSL | 348.7º | 0.98% | 0.41% | - |
| HSV(B) | 348.7º | 0.99% | 0.82% | - |
| XYZ | 26.72 | 13.76 | 3.35 | - |
| YUV | 68.34 | 112.58 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 41 | 0 | 0.99 | 0.80 | 0.18 | 348.7 | 0.98 | 0.41 |
| Hex | D1 | 2 | 29 | 0 | 63 | 50 | 12 | 15D | 62 | 29 |
| Octal | 321 | 2 | 51 | 0 | 143 | 120 | 22 | 535 | 142 | 51 |
| Binary | 11010001 | 10 | 101001 | 0 | 1100011 | 1010000 | 10010 | 101011101 | 1100010 | 101001 |
Color Harmonies of #D10229
Complementary color
Monochromatic Colors of #D10229
Black with #D10229
Text Example
Text Example
White with #D10229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10229; }
p { color: rgb(209,2,41); }
H1.HeaderClassName
{
color: #D10229;
}
.AnyTagClassName
{
color: #D10229;
}
</style>
background-color css
<style>
a { background-color: #D10229; }
a { background-color: rgb(209,2,41); }
div.DivClassName
{
background-color: #D10229;
}
.BgClassName
{
background-color: #D10229;
}
</style>
border-color css
<style>
span { border-color: #D10229; }
span { border-color: rgb(209,2,41); }
td.TdClassName
{
border-color: #D10229;
}
.TagClassName
{
border-color: #D10229;
}
</style>