Shades of Fire Engine Red #D3212A
Tints of Fire Engine Red #D3212A
RGB
CMYK
RGB Variations
Color information
#D3212A (or 0xD3212A) is known color: Fire Engine Red. HEX triplet: D3, 21 and 2A. RGB value is (211,33,42). Sum of RGB (Red+Green+Blue) = 211+33+42=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D3212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3212A is #2CDED5. Grayscale: #575757. Windows color (decimal): -2940630 or 2761171. OLE color: 2761171.
HSL color Cylindrical-coordinate representation of color #D3212A: hue angle of 356.97º 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 #D3212A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.17 |
| HSL | 356.97º | 0.73% | 0.48% | - |
| HSV(B) | 356.97º | 0.84% | 0.83% | - |
| XYZ | 27.83 | 15.1 | 3.64 | - |
| YUV | 87.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 42 | 0 | 0.84 | 0.80 | 0.17 | 356.97 | 0.73 | 0.48 |
| Hex | D3 | 21 | 2A | 0 | 54 | 50 | 11 | 165 | 49 | 30 |
| Octal | 323 | 41 | 52 | 0 | 124 | 120 | 21 | 545 | 111 | 60 |
| Binary | 11010011 | 100001 | 101010 | 0 | 1010100 | 1010000 | 10001 | 101100101 | 1001001 | 110000 |
Color Harmonies of #D3212A
Complementary color
Monochromatic Colors of #D3212A
Black with #D3212A
Text Example
Text Example
White with #D3212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3212A; }
p { color: rgb(211,33,42); }
H1.HeaderClassName
{
color: #D3212A;
}
.AnyTagClassName
{
color: #D3212A;
}
</style>
background-color css
<style>
a { background-color: #D3212A; }
a { background-color: rgb(211,33,42); }
div.DivClassName
{
background-color: #D3212A;
}
.BgClassName
{
background-color: #D3212A;
}
</style>
border-color css
<style>
span { border-color: #D3212A; }
span { border-color: rgb(211,33,42); }
td.TdClassName
{
border-color: #D3212A;
}
.TagClassName
{
border-color: #D3212A;
}
</style>