Shades of Fire Engine Red #D1212A
Tints of Fire Engine Red #D1212A
RGB
CMYK
RGB Variations
Color information
#D1212A (or 0xD1212A) is known color: Fire Engine Red. HEX triplet: D1, 21 and 2A. RGB value is (209,33,42). Sum of RGB (Red+Green+Blue) = 209+33+42=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D1212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1212A is #2EDED5. Grayscale: #565656. Windows color (decimal): -3071702 or 2761169. OLE color: 2761169.
HSL color Cylindrical-coordinate representation of color #D1212A: hue angle of 356.93º 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 #D1212A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.18 |
| HSL | 356.93º | 0.73% | 0.47% | - |
| HSV(B) | 356.93º | 0.84% | 0.82% | - |
| XYZ | 27.26 | 14.81 | 3.61 | - |
| YUV | 86.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 42 | 0 | 0.84 | 0.80 | 0.18 | 356.93 | 0.73 | 0.47 |
| Hex | D1 | 21 | 2A | 0 | 54 | 50 | 12 | 165 | 49 | 2F |
| Octal | 321 | 41 | 52 | 0 | 124 | 120 | 22 | 545 | 111 | 57 |
| Binary | 11010001 | 100001 | 101010 | 0 | 1010100 | 1010000 | 10010 | 101100101 | 1001001 | 101111 |
Color Harmonies of #D1212A
Complementary color
Monochromatic Colors of #D1212A
Black with #D1212A
Text Example
Text Example
White with #D1212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1212A; }
p { color: rgb(209,33,42); }
H1.HeaderClassName
{
color: #D1212A;
}
.AnyTagClassName
{
color: #D1212A;
}
</style>
background-color css
<style>
a { background-color: #D1212A; }
a { background-color: rgb(209,33,42); }
div.DivClassName
{
background-color: #D1212A;
}
.BgClassName
{
background-color: #D1212A;
}
</style>
border-color css
<style>
span { border-color: #D1212A; }
span { border-color: rgb(209,33,42); }
td.TdClassName
{
border-color: #D1212A;
}
.TagClassName
{
border-color: #D1212A;
}
</style>