Shades of Fire Engine Red #D2212E
Tints of Fire Engine Red #D2212E
RGB
CMYK
RGB Variations
Color information
#D2212E (or 0xD2212E) is known color: Fire Engine Red. HEX triplet: D2, 21 and 2E. RGB value is (210,33,46). Sum of RGB (Red+Green+Blue) = 210+33+46=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2212E is #2DDED1. Grayscale: #575757. Windows color (decimal): -3006162 or 3023314. OLE color: 3023314.
HSL color Cylindrical-coordinate representation of color #D2212E: hue angle of 355.59º 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 #D2212E is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 46 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.18 |
| HSL | 355.59º | 0.73% | 0.48% | - |
| HSV(B) | 355.59º | 0.84% | 0.82% | - |
| XYZ | 27.62 | 14.99 | 4.02 | - |
| YUV | 87.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 46 | 0 | 0.84 | 0.78 | 0.18 | 355.59 | 0.73 | 0.48 |
| Hex | D2 | 21 | 2E | 0 | 54 | 4E | 12 | 164 | 49 | 30 |
| Octal | 322 | 41 | 56 | 0 | 124 | 116 | 22 | 544 | 111 | 60 |
| Binary | 11010010 | 100001 | 101110 | 0 | 1010100 | 1001110 | 10010 | 101100100 | 1001001 | 110000 |
Color Harmonies of #D2212E
Complementary color
Monochromatic Colors of #D2212E
Black with #D2212E
Text Example
Text Example
White with #D2212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2212E; }
p { color: rgb(210,33,46); }
H1.HeaderClassName
{
color: #D2212E;
}
.AnyTagClassName
{
color: #D2212E;
}
</style>
background-color css
<style>
a { background-color: #D2212E; }
a { background-color: rgb(210,33,46); }
div.DivClassName
{
background-color: #D2212E;
}
.BgClassName
{
background-color: #D2212E;
}
</style>
border-color css
<style>
span { border-color: #D2212E; }
span { border-color: rgb(210,33,46); }
td.TdClassName
{
border-color: #D2212E;
}
.TagClassName
{
border-color: #D2212E;
}
</style>