Shades of Fire Engine Red #D21029
Tints of Fire Engine Red #D21029
RGB
CMYK
RGB Variations
Color information
#D21029 (or 0xD21029) is known color: Fire Engine Red. HEX triplet: D2, 10 and 29. RGB value is (210,16,41). Sum of RGB (Red+Green+Blue) = 210+16+41=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D21029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21029 is #2DEFD6. Grayscale: #4C4C4C. Windows color (decimal): -3010519 or 2691282. OLE color: 2691282.
HSL color Cylindrical-coordinate representation of color #D21029: hue angle of 352.27º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21029 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 41 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.18 |
| HSL | 352.27º | 0.86% | 0.44% | - |
| HSV(B) | 352.27º | 0.92% | 0.82% | - |
| XYZ | 27.16 | 14.23 | 3.41 | - |
| YUV | 76.86 | 107.77 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 41 | 0 | 0.92 | 0.80 | 0.18 | 352.27 | 0.86 | 0.44 |
| Hex | D2 | 10 | 29 | 0 | 5C | 50 | 12 | 160 | 56 | 2C |
| Octal | 322 | 20 | 51 | 0 | 134 | 120 | 22 | 540 | 126 | 54 |
| Binary | 11010010 | 10000 | 101001 | 0 | 1011100 | 1010000 | 10010 | 101100000 | 1010110 | 101100 |
Color Harmonies of #D21029
Complementary color
Monochromatic Colors of #D21029
Black with #D21029
Text Example
Text Example
White with #D21029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21029; }
p { color: rgb(210,16,41); }
H1.HeaderClassName
{
color: #D21029;
}
.AnyTagClassName
{
color: #D21029;
}
</style>
background-color css
<style>
a { background-color: #D21029; }
a { background-color: rgb(210,16,41); }
div.DivClassName
{
background-color: #D21029;
}
.BgClassName
{
background-color: #D21029;
}
</style>
border-color css
<style>
span { border-color: #D21029; }
span { border-color: rgb(210,16,41); }
td.TdClassName
{
border-color: #D21029;
}
.TagClassName
{
border-color: #D21029;
}
</style>