Shades of Fire Engine Red #D11022
Tints of Fire Engine Red #D11022
RGB
CMYK
RGB Variations
Color information
#D11022 (or 0xD11022) is known color: Fire Engine Red. HEX triplet: D1, 10 and 22. RGB value is (209,16,34). Sum of RGB (Red+Green+Blue) = 209+16+34=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D11022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11022 is #2EEFDD. Grayscale: #4B4B4B. Windows color (decimal): -3076062 or 2232529. OLE color: 2232529.
HSL color Cylindrical-coordinate representation of color #D11022: hue angle of 354.4º degrees, saturation: 0.86, 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 #D11022 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 34 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.18 |
| HSL | 354.4º | 0.86% | 0.44% | - |
| HSV(B) | 354.4º | 0.92% | 0.82% | - |
| XYZ | 26.77 | 14.04 | 2.81 | - |
| YUV | 75.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 34 | 0 | 0.92 | 0.84 | 0.18 | 354.4 | 0.86 | 0.44 |
| Hex | D1 | 10 | 22 | 0 | 5C | 54 | 12 | 162 | 56 | 2C |
| Octal | 321 | 20 | 42 | 0 | 134 | 124 | 22 | 542 | 126 | 54 |
| Binary | 11010001 | 10000 | 100010 | 0 | 1011100 | 1010100 | 10010 | 101100010 | 1010110 | 101100 |
Color Harmonies of #D11022
Complementary color
Monochromatic Colors of #D11022
Black with #D11022
Text Example
Text Example
White with #D11022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11022; }
p { color: rgb(209,16,34); }
H1.HeaderClassName
{
color: #D11022;
}
.AnyTagClassName
{
color: #D11022;
}
</style>
background-color css
<style>
a { background-color: #D11022; }
a { background-color: rgb(209,16,34); }
div.DivClassName
{
background-color: #D11022;
}
.BgClassName
{
background-color: #D11022;
}
</style>
border-color css
<style>
span { border-color: #D11022; }
span { border-color: rgb(209,16,34); }
td.TdClassName
{
border-color: #D11022;
}
.TagClassName
{
border-color: #D11022;
}
</style>