Shades of Fire Engine Red #D2212D
Tints of Fire Engine Red #D2212D
RGB
CMYK
RGB Variations
Color information
#D2212D (or 0xD2212D) is known color: Fire Engine Red. HEX triplet: D2, 21 and 2D. RGB value is (210,33,45). Sum of RGB (Red+Green+Blue) = 210+33+45=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2212D is #2DDED2. Grayscale: #575757. Windows color (decimal): -3006163 or 2957778. OLE color: 2957778.
HSL color Cylindrical-coordinate representation of color #D2212D: hue angle of 355.93º 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 #D2212D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.18 |
| HSL | 355.93º | 0.73% | 0.48% | - |
| HSV(B) | 355.93º | 0.84% | 0.82% | - |
| XYZ | 27.6 | 14.98 | 3.92 | - |
| YUV | 87.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 45 | 0 | 0.84 | 0.79 | 0.18 | 355.93 | 0.73 | 0.48 |
| Hex | D2 | 21 | 2D | 0 | 54 | 4F | 12 | 164 | 49 | 30 |
| Octal | 322 | 41 | 55 | 0 | 124 | 117 | 22 | 544 | 111 | 60 |
| Binary | 11010010 | 100001 | 101101 | 0 | 1010100 | 1001111 | 10010 | 101100100 | 1001001 | 110000 |
Color Harmonies of #D2212D
Complementary color
Monochromatic Colors of #D2212D
Black with #D2212D
Text Example
Text Example
White with #D2212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2212D; }
p { color: rgb(210,33,45); }
H1.HeaderClassName
{
color: #D2212D;
}
.AnyTagClassName
{
color: #D2212D;
}
</style>
background-color css
<style>
a { background-color: #D2212D; }
a { background-color: rgb(210,33,45); }
div.DivClassName
{
background-color: #D2212D;
}
.BgClassName
{
background-color: #D2212D;
}
</style>
border-color css
<style>
span { border-color: #D2212D; }
span { border-color: rgb(210,33,45); }
td.TdClassName
{
border-color: #D2212D;
}
.TagClassName
{
border-color: #D2212D;
}
</style>