Shades of Fire Engine Red #D21629
Tints of Fire Engine Red #D21629
RGB
CMYK
RGB Variations
Color information
#D21629 (or 0xD21629) is known color: Fire Engine Red. HEX triplet: D2, 16 and 29. RGB value is (210,22,41). Sum of RGB (Red+Green+Blue) = 210+22+41=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D21629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21629 is #2DE9D6. Grayscale: #505050. Windows color (decimal): -3008983 or 2692818. OLE color: 2692818.
HSL color Cylindrical-coordinate representation of color #D21629: hue angle of 353.94º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21629 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.18 |
| HSL | 353.94º | 0.81% | 0.45% | - |
| HSV(B) | 353.94º | 0.9% | 0.82% | - |
| XYZ | 27.27 | 14.44 | 3.45 | - |
| YUV | 80.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 41 | 0 | 0.90 | 0.80 | 0.18 | 353.94 | 0.81 | 0.45 |
| Hex | D2 | 16 | 29 | 0 | 5A | 50 | 12 | 162 | 51 | 2D |
| Octal | 322 | 26 | 51 | 0 | 132 | 120 | 22 | 542 | 121 | 55 |
| Binary | 11010010 | 10110 | 101001 | 0 | 1011010 | 1010000 | 10010 | 101100010 | 1010001 | 101101 |
Color Harmonies of #D21629
Complementary color
Monochromatic Colors of #D21629
Black with #D21629
Text Example
Text Example
White with #D21629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21629; }
p { color: rgb(210,22,41); }
H1.HeaderClassName
{
color: #D21629;
}
.AnyTagClassName
{
color: #D21629;
}
</style>
background-color css
<style>
a { background-color: #D21629; }
a { background-color: rgb(210,22,41); }
div.DivClassName
{
background-color: #D21629;
}
.BgClassName
{
background-color: #D21629;
}
</style>
border-color css
<style>
span { border-color: #D21629; }
span { border-color: rgb(210,22,41); }
td.TdClassName
{
border-color: #D21629;
}
.TagClassName
{
border-color: #D21629;
}
</style>