Shades of Fire Engine Red #D12122
Tints of Fire Engine Red #D12122
RGB
CMYK
RGB Variations
Color information
#D12122 (or 0xD12122) is known color: Fire Engine Red. HEX triplet: D1, 21 and 22. RGB value is (209,33,34). Sum of RGB (Red+Green+Blue) = 209+33+34=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D12122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12122 is #2EDEDD. Grayscale: #555555. Windows color (decimal): -3071710 or 2236881. OLE color: 2236881.
HSL color Cylindrical-coordinate representation of color #D12122: hue angle of 359.66º 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 #D12122 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 34 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.18 |
| HSL | 359.66º | 0.73% | 0.47% | - |
| HSV(B) | 359.66º | 0.84% | 0.82% | - |
| XYZ | 27.13 | 14.76 | 2.93 | - |
| YUV | 85.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 34 | 0 | 0.84 | 0.84 | 0.18 | 359.66 | 0.73 | 0.47 |
| Hex | D1 | 21 | 22 | 0 | 54 | 54 | 12 | 168 | 49 | 2F |
| Octal | 321 | 41 | 42 | 0 | 124 | 124 | 22 | 550 | 111 | 57 |
| Binary | 11010001 | 100001 | 100010 | 0 | 1010100 | 1010100 | 10010 | 101101000 | 1001001 | 101111 |
Color Harmonies of #D12122
Complementary color
Monochromatic Colors of #D12122
Black with #D12122
Text Example
Text Example
White with #D12122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12122; }
p { color: rgb(209,33,34); }
H1.HeaderClassName
{
color: #D12122;
}
.AnyTagClassName
{
color: #D12122;
}
</style>
background-color css
<style>
a { background-color: #D12122; }
a { background-color: rgb(209,33,34); }
div.DivClassName
{
background-color: #D12122;
}
.BgClassName
{
background-color: #D12122;
}
</style>
border-color css
<style>
span { border-color: #D12122; }
span { border-color: rgb(209,33,34); }
td.TdClassName
{
border-color: #D12122;
}
.TagClassName
{
border-color: #D12122;
}
</style>