Shades of Fire Engine Red #D2212B
Tints of Fire Engine Red #D2212B
RGB
CMYK
RGB Variations
Color information
#D2212B (or 0xD2212B) is known color: Fire Engine Red. HEX triplet: D2, 21 and 2B. RGB value is (210,33,43). Sum of RGB (Red+Green+Blue) = 210+33+43=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2212B is #2DDED4. Grayscale: #575757. Windows color (decimal): -3006165 or 2826706. OLE color: 2826706.
HSL color Cylindrical-coordinate representation of color #D2212B: hue angle of 356.61º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2212B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 43 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.18 |
| HSL | 356.61º | 0.73% | 0.48% | - |
| HSV(B) | 356.61º | 0.84% | 0.82% | - |
| XYZ | 27.56 | 14.96 | 3.72 | - |
| YUV | 87.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 43 | 0 | 0.84 | 0.80 | 0.18 | 356.61 | 0.73 | 0.48 |
| Hex | D2 | 21 | 2B | 0 | 54 | 50 | 12 | 165 | 49 | 30 |
| Octal | 322 | 41 | 53 | 0 | 124 | 120 | 22 | 545 | 111 | 60 |
| Binary | 11010010 | 100001 | 101011 | 0 | 1010100 | 1010000 | 10010 | 101100101 | 1001001 | 110000 |
Color Harmonies of #D2212B
Complementary color
Monochromatic Colors of #D2212B
Black with #D2212B
Text Example
Text Example
White with #D2212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2212B; }
p { color: rgb(210,33,43); }
H1.HeaderClassName
{
color: #D2212B;
}
.AnyTagClassName
{
color: #D2212B;
}
</style>
background-color css
<style>
a { background-color: #D2212B; }
a { background-color: rgb(210,33,43); }
div.DivClassName
{
background-color: #D2212B;
}
.BgClassName
{
background-color: #D2212B;
}
</style>
border-color css
<style>
span { border-color: #D2212B; }
span { border-color: rgb(210,33,43); }
td.TdClassName
{
border-color: #D2212B;
}
.TagClassName
{
border-color: #D2212B;
}
</style>