Shades of Fire Engine Red #D1212C
Tints of Fire Engine Red #D1212C
RGB
CMYK
RGB Variations
Color information
#D1212C (or 0xD1212C) is known color: Fire Engine Red. HEX triplet: D1, 21 and 2C. RGB value is (209,33,44). Sum of RGB (Red+Green+Blue) = 209+33+44=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1212C is #2EDED3. Grayscale: #575757. Windows color (decimal): -3071700 or 2892241. OLE color: 2892241.
HSL color Cylindrical-coordinate representation of color #D1212C: hue angle of 356.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1212C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 44 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.18 |
| HSL | 356.25º | 0.73% | 0.47% | - |
| HSV(B) | 356.25º | 0.84% | 0.82% | - |
| XYZ | 27.29 | 14.82 | 3.81 | - |
| YUV | 86.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 44 | 0 | 0.84 | 0.79 | 0.18 | 356.25 | 0.73 | 0.47 |
| Hex | D1 | 21 | 2C | 0 | 54 | 4F | 12 | 164 | 49 | 2F |
| Octal | 321 | 41 | 54 | 0 | 124 | 117 | 22 | 544 | 111 | 57 |
| Binary | 11010001 | 100001 | 101100 | 0 | 1010100 | 1001111 | 10010 | 101100100 | 1001001 | 101111 |
Color Harmonies of #D1212C
Complementary color
Monochromatic Colors of #D1212C
Black with #D1212C
Text Example
Text Example
White with #D1212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1212C; }
p { color: rgb(209,33,44); }
H1.HeaderClassName
{
color: #D1212C;
}
.AnyTagClassName
{
color: #D1212C;
}
</style>
background-color css
<style>
a { background-color: #D1212C; }
a { background-color: rgb(209,33,44); }
div.DivClassName
{
background-color: #D1212C;
}
.BgClassName
{
background-color: #D1212C;
}
</style>
border-color css
<style>
span { border-color: #D1212C; }
span { border-color: rgb(209,33,44); }
td.TdClassName
{
border-color: #D1212C;
}
.TagClassName
{
border-color: #D1212C;
}
</style>