Shades of Fire Engine Red #D11122
Tints of Fire Engine Red #D11122
RGB
CMYK
RGB Variations
Color information
#D11122 (or 0xD11122) is known color: Fire Engine Red. HEX triplet: D1, 11 and 22. RGB value is (209,17,34). Sum of RGB (Red+Green+Blue) = 209+17+34=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D11122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11122 is #2EEEDD. Grayscale: #4C4C4C. Windows color (decimal): -3075806 or 2232785. OLE color: 2232785.
HSL color Cylindrical-coordinate representation of color #D11122: hue angle of 354.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11122 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 34 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.18 |
| HSL | 354.69º | 0.85% | 0.44% | - |
| HSV(B) | 354.69º | 0.92% | 0.82% | - |
| XYZ | 26.78 | 14.07 | 2.82 | - |
| YUV | 76.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 34 | 0 | 0.92 | 0.84 | 0.18 | 354.69 | 0.85 | 0.44 |
| Hex | D1 | 11 | 22 | 0 | 5C | 54 | 12 | 163 | 55 | 2C |
| Octal | 321 | 21 | 42 | 0 | 134 | 124 | 22 | 543 | 125 | 54 |
| Binary | 11010001 | 10001 | 100010 | 0 | 1011100 | 1010100 | 10010 | 101100011 | 1010101 | 101100 |
Color Harmonies of #D11122
Complementary color
Monochromatic Colors of #D11122
Black with #D11122
Text Example
Text Example
White with #D11122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11122; }
p { color: rgb(209,17,34); }
H1.HeaderClassName
{
color: #D11122;
}
.AnyTagClassName
{
color: #D11122;
}
</style>
background-color css
<style>
a { background-color: #D11122; }
a { background-color: rgb(209,17,34); }
div.DivClassName
{
background-color: #D11122;
}
.BgClassName
{
background-color: #D11122;
}
</style>
border-color css
<style>
span { border-color: #D11122; }
span { border-color: rgb(209,17,34); }
td.TdClassName
{
border-color: #D11122;
}
.TagClassName
{
border-color: #D11122;
}
</style>