Shades of Fire Engine Red #D1122E
Tints of Fire Engine Red #D1122E
RGB
CMYK
RGB Variations
Color information
#D1122E (or 0xD1122E) is known color: Fire Engine Red. HEX triplet: D1, 12 and 2E. RGB value is (209,18,46). Sum of RGB (Red+Green+Blue) = 209+18+46=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1122E is #2EEDD1. Grayscale: #4E4E4E. Windows color (decimal): -3075538 or 3019473. OLE color: 3019473.
HSL color Cylindrical-coordinate representation of color #D1122E: hue angle of 351.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1122E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 46 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.18 |
| HSL | 351.2º | 0.84% | 0.45% | - |
| HSV(B) | 351.2º | 0.91% | 0.82% | - |
| XYZ | 27 | 14.19 | 3.9 | - |
| YUV | 78.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 46 | 0 | 0.91 | 0.78 | 0.18 | 351.2 | 0.84 | 0.45 |
| Hex | D1 | 12 | 2E | 0 | 5B | 4E | 12 | 15F | 54 | 2D |
| Octal | 321 | 22 | 56 | 0 | 133 | 116 | 22 | 537 | 124 | 55 |
| Binary | 11010001 | 10010 | 101110 | 0 | 1011011 | 1001110 | 10010 | 101011111 | 1010100 | 101101 |
Color Harmonies of #D1122E
Complementary color
Monochromatic Colors of #D1122E
Black with #D1122E
Text Example
Text Example
White with #D1122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1122E; }
p { color: rgb(209,18,46); }
H1.HeaderClassName
{
color: #D1122E;
}
.AnyTagClassName
{
color: #D1122E;
}
</style>
background-color css
<style>
a { background-color: #D1122E; }
a { background-color: rgb(209,18,46); }
div.DivClassName
{
background-color: #D1122E;
}
.BgClassName
{
background-color: #D1122E;
}
</style>
border-color css
<style>
span { border-color: #D1122E; }
span { border-color: rgb(209,18,46); }
td.TdClassName
{
border-color: #D1122E;
}
.TagClassName
{
border-color: #D1122E;
}
</style>