Shades of Fire Engine Red #D21229
Tints of Fire Engine Red #D21229
RGB
CMYK
RGB Variations
Color information
#D21229 (or 0xD21229) is known color: Fire Engine Red. HEX triplet: D2, 12 and 29. RGB value is (210,18,41). Sum of RGB (Red+Green+Blue) = 210+18+41=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21229 is #2DEDD6. Grayscale: #4E4E4E. Windows color (decimal): -3010007 or 2691794. OLE color: 2691794.
HSL color Cylindrical-coordinate representation of color #D21229: hue angle of 352.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21229 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 41 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.18 |
| HSL | 352.81º | 0.84% | 0.45% | - |
| HSV(B) | 352.81º | 0.91% | 0.82% | - |
| XYZ | 27.19 | 14.29 | 3.42 | - |
| YUV | 78.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 41 | 0 | 0.91 | 0.80 | 0.18 | 352.81 | 0.84 | 0.45 |
| Hex | D2 | 12 | 29 | 0 | 5B | 50 | 12 | 161 | 54 | 2D |
| Octal | 322 | 22 | 51 | 0 | 133 | 120 | 22 | 541 | 124 | 55 |
| Binary | 11010010 | 10010 | 101001 | 0 | 1011011 | 1010000 | 10010 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D21229
Complementary color
Monochromatic Colors of #D21229
Black with #D21229
Text Example
Text Example
White with #D21229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21229; }
p { color: rgb(210,18,41); }
H1.HeaderClassName
{
color: #D21229;
}
.AnyTagClassName
{
color: #D21229;
}
</style>
background-color css
<style>
a { background-color: #D21229; }
a { background-color: rgb(210,18,41); }
div.DivClassName
{
background-color: #D21229;
}
.BgClassName
{
background-color: #D21229;
}
</style>
border-color css
<style>
span { border-color: #D21229; }
span { border-color: rgb(210,18,41); }
td.TdClassName
{
border-color: #D21229;
}
.TagClassName
{
border-color: #D21229;
}
</style>