Shades of Fire Engine Red #D11722
Tints of Fire Engine Red #D11722
RGB
CMYK
RGB Variations
Color information
#D11722 (or 0xD11722) is known color: Fire Engine Red. HEX triplet: D1, 17 and 22. RGB value is (209,23,34). Sum of RGB (Red+Green+Blue) = 209+23+34=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11722 is #2EE8DD. Grayscale: #505050. Windows color (decimal): -3074270 or 2234321. OLE color: 2234321.
HSL color Cylindrical-coordinate representation of color #D11722: hue angle of 356.45º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11722 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 34 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.18 |
| HSL | 356.45º | 0.8% | 0.45% | - |
| HSV(B) | 356.45º | 0.89% | 0.82% | - |
| XYZ | 26.89 | 14.28 | 2.85 | - |
| YUV | 79.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 34 | 0 | 0.89 | 0.84 | 0.18 | 356.45 | 0.8 | 0.45 |
| Hex | D1 | 17 | 22 | 0 | 59 | 54 | 12 | 164 | 50 | 2D |
| Octal | 321 | 27 | 42 | 0 | 131 | 124 | 22 | 544 | 120 | 55 |
| Binary | 11010001 | 10111 | 100010 | 0 | 1011001 | 1010100 | 10010 | 101100100 | 1010000 | 101101 |
Color Harmonies of #D11722
Complementary color
Monochromatic Colors of #D11722
Black with #D11722
Text Example
Text Example
White with #D11722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11722; }
p { color: rgb(209,23,34); }
H1.HeaderClassName
{
color: #D11722;
}
.AnyTagClassName
{
color: #D11722;
}
</style>
background-color css
<style>
a { background-color: #D11722; }
a { background-color: rgb(209,23,34); }
div.DivClassName
{
background-color: #D11722;
}
.BgClassName
{
background-color: #D11722;
}
</style>
border-color css
<style>
span { border-color: #D11722; }
span { border-color: rgb(209,23,34); }
td.TdClassName
{
border-color: #D11722;
}
.TagClassName
{
border-color: #D11722;
}
</style>