Shades of Fire Engine Red #D21129
Tints of Fire Engine Red #D21129
RGB
CMYK
RGB Variations
Color information
#D21129 (or 0xD21129) is known color: Fire Engine Red. HEX triplet: D2, 11 and 29. RGB value is (210,17,41). Sum of RGB (Red+Green+Blue) = 210+17+41=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21129 is #2DEED6. Grayscale: #4D4D4D. Windows color (decimal): -3010263 or 2691538. OLE color: 2691538.
HSL color Cylindrical-coordinate representation of color #D21129: hue angle of 352.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21129 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 41 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.18 |
| HSL | 352.54º | 0.85% | 0.45% | - |
| HSV(B) | 352.54º | 0.92% | 0.82% | - |
| XYZ | 27.18 | 14.26 | 3.42 | - |
| YUV | 77.44 | 107.44 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 41 | 0 | 0.92 | 0.80 | 0.18 | 352.54 | 0.85 | 0.45 |
| Hex | D2 | 11 | 29 | 0 | 5C | 50 | 12 | 161 | 55 | 2D |
| Octal | 322 | 21 | 51 | 0 | 134 | 120 | 22 | 541 | 125 | 55 |
| Binary | 11010010 | 10001 | 101001 | 0 | 1011100 | 1010000 | 10010 | 101100001 | 1010101 | 101101 |
Color Harmonies of #D21129
Complementary color
Monochromatic Colors of #D21129
Black with #D21129
Text Example
Text Example
White with #D21129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21129; }
p { color: rgb(210,17,41); }
H1.HeaderClassName
{
color: #D21129;
}
.AnyTagClassName
{
color: #D21129;
}
</style>
background-color css
<style>
a { background-color: #D21129; }
a { background-color: rgb(210,17,41); }
div.DivClassName
{
background-color: #D21129;
}
.BgClassName
{
background-color: #D21129;
}
</style>
border-color css
<style>
span { border-color: #D21129; }
span { border-color: rgb(210,17,41); }
td.TdClassName
{
border-color: #D21129;
}
.TagClassName
{
border-color: #D21129;
}
</style>