Shades of Fire Engine Red #D3212D
Tints of Fire Engine Red #D3212D
RGB
CMYK
RGB Variations
Color information
#D3212D (or 0xD3212D) is known color: Fire Engine Red. HEX triplet: D3, 21 and 2D. RGB value is (211,33,45). Sum of RGB (Red+Green+Blue) = 211+33+45=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D3212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3212D is #2CDED2. Grayscale: #575757. Windows color (decimal): -2940627 or 2957779. OLE color: 2957779.
HSL color Cylindrical-coordinate representation of color #D3212D: hue angle of 355.96º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3212D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.17 |
| HSL | 355.96º | 0.73% | 0.48% | - |
| HSV(B) | 355.96º | 0.84% | 0.83% | - |
| XYZ | 27.88 | 15.13 | 3.93 | - |
| YUV | 87.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 45 | 0 | 0.84 | 0.79 | 0.17 | 355.96 | 0.73 | 0.48 |
| Hex | D3 | 21 | 2D | 0 | 54 | 4F | 11 | 164 | 49 | 30 |
| Octal | 323 | 41 | 55 | 0 | 124 | 117 | 21 | 544 | 111 | 60 |
| Binary | 11010011 | 100001 | 101101 | 0 | 1010100 | 1001111 | 10001 | 101100100 | 1001001 | 110000 |
Color Harmonies of #D3212D
Complementary color
Monochromatic Colors of #D3212D
Black with #D3212D
Text Example
Text Example
White with #D3212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3212D; }
p { color: rgb(211,33,45); }
H1.HeaderClassName
{
color: #D3212D;
}
.AnyTagClassName
{
color: #D3212D;
}
</style>
background-color css
<style>
a { background-color: #D3212D; }
a { background-color: rgb(211,33,45); }
div.DivClassName
{
background-color: #D3212D;
}
.BgClassName
{
background-color: #D3212D;
}
</style>
border-color css
<style>
span { border-color: #D3212D; }
span { border-color: rgb(211,33,45); }
td.TdClassName
{
border-color: #D3212D;
}
.TagClassName
{
border-color: #D3212D;
}
</style>