Shades of Fire Engine Red #D21929
Tints of Fire Engine Red #D21929
RGB
CMYK
RGB Variations
Color information
#D21929 (or 0xD21929) is known color: Fire Engine Red. HEX triplet: D2, 19 and 29. RGB value is (210,25,41). Sum of RGB (Red+Green+Blue) = 210+25+41=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D21929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21929 is #2DE6D6. Grayscale: #525252. Windows color (decimal): -3008215 or 2693586. OLE color: 2693586.
HSL color Cylindrical-coordinate representation of color #D21929: hue angle of 354.81º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21929 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 41 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.18 |
| HSL | 354.81º | 0.79% | 0.46% | - |
| HSV(B) | 354.81º | 0.88% | 0.82% | - |
| XYZ | 27.33 | 14.56 | 3.47 | - |
| YUV | 82.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 41 | 0 | 0.88 | 0.80 | 0.18 | 354.81 | 0.79 | 0.46 |
| Hex | D2 | 19 | 29 | 0 | 58 | 50 | 12 | 163 | 4F | 2E |
| Octal | 322 | 31 | 51 | 0 | 130 | 120 | 22 | 543 | 117 | 56 |
| Binary | 11010010 | 11001 | 101001 | 0 | 1011000 | 1010000 | 10010 | 101100011 | 1001111 | 101110 |
Color Harmonies of #D21929
Complementary color
Monochromatic Colors of #D21929
Black with #D21929
Text Example
Text Example
White with #D21929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21929; }
p { color: rgb(210,25,41); }
H1.HeaderClassName
{
color: #D21929;
}
.AnyTagClassName
{
color: #D21929;
}
</style>
background-color css
<style>
a { background-color: #D21929; }
a { background-color: rgb(210,25,41); }
div.DivClassName
{
background-color: #D21929;
}
.BgClassName
{
background-color: #D21929;
}
</style>
border-color css
<style>
span { border-color: #D21929; }
span { border-color: rgb(210,25,41); }
td.TdClassName
{
border-color: #D21929;
}
.TagClassName
{
border-color: #D21929;
}
</style>