Shades of Fire Engine Red #D11222
Tints of Fire Engine Red #D11222
RGB
CMYK
RGB Variations
Color information
#D11222 (or 0xD11222) is known color: Fire Engine Red. HEX triplet: D1, 12 and 22. RGB value is (209,18,34). Sum of RGB (Red+Green+Blue) = 209+18+34=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D11222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11222 is #2EEDDD. Grayscale: #4D4D4D. Windows color (decimal): -3075550 or 2233041. OLE color: 2233041.
HSL color Cylindrical-coordinate representation of color #D11222: hue angle of 354.97º 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 #D11222 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 34 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.18 |
| HSL | 354.97º | 0.84% | 0.45% | - |
| HSV(B) | 354.97º | 0.91% | 0.82% | - |
| XYZ | 26.8 | 14.1 | 2.82 | - |
| YUV | 76.93 | 103.78 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 34 | 0 | 0.91 | 0.84 | 0.18 | 354.97 | 0.84 | 0.45 |
| Hex | D1 | 12 | 22 | 0 | 5B | 54 | 12 | 163 | 54 | 2D |
| Octal | 321 | 22 | 42 | 0 | 133 | 124 | 22 | 543 | 124 | 55 |
| Binary | 11010001 | 10010 | 100010 | 0 | 1011011 | 1010100 | 10010 | 101100011 | 1010100 | 101101 |
Color Harmonies of #D11222
Complementary color
Monochromatic Colors of #D11222
Black with #D11222
Text Example
Text Example
White with #D11222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11222; }
p { color: rgb(209,18,34); }
H1.HeaderClassName
{
color: #D11222;
}
.AnyTagClassName
{
color: #D11222;
}
</style>
background-color css
<style>
a { background-color: #D11222; }
a { background-color: rgb(209,18,34); }
div.DivClassName
{
background-color: #D11222;
}
.BgClassName
{
background-color: #D11222;
}
</style>
border-color css
<style>
span { border-color: #D11222; }
span { border-color: rgb(209,18,34); }
td.TdClassName
{
border-color: #D11222;
}
.TagClassName
{
border-color: #D11222;
}
</style>