Shades of Fire Engine Red #D11E22
Tints of Fire Engine Red #D11E22
RGB
CMYK
RGB Variations
Color information
#D11E22 (or 0xD11E22) is known color: Fire Engine Red. HEX triplet: D1, 1E and 22. RGB value is (209,30,34). Sum of RGB (Red+Green+Blue) = 209+30+34=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11E22 is #2EE1DD. Grayscale: #545454. Windows color (decimal): -3072478 or 2236113. OLE color: 2236113.
HSL color Cylindrical-coordinate representation of color #D11E22: hue angle of 358.66º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11E22 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 34 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.18 |
| HSL | 358.66º | 0.75% | 0.47% | - |
| HSV(B) | 358.66º | 0.86% | 0.82% | - |
| XYZ | 27.05 | 14.6 | 2.91 | - |
| YUV | 83.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 34 | 0 | 0.86 | 0.84 | 0.18 | 358.66 | 0.75 | 0.47 |
| Hex | D1 | 1E | 22 | 0 | 56 | 54 | 12 | 167 | 4B | 2F |
| Octal | 321 | 36 | 42 | 0 | 126 | 124 | 22 | 547 | 113 | 57 |
| Binary | 11010001 | 11110 | 100010 | 0 | 1010110 | 1010100 | 10010 | 101100111 | 1001011 | 101111 |
Color Harmonies of #D11E22
Complementary color
Monochromatic Colors of #D11E22
Black with #D11E22
Text Example
Text Example
White with #D11E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E22; }
p { color: rgb(209,30,34); }
H1.HeaderClassName
{
color: #D11E22;
}
.AnyTagClassName
{
color: #D11E22;
}
</style>
background-color css
<style>
a { background-color: #D11E22; }
a { background-color: rgb(209,30,34); }
div.DivClassName
{
background-color: #D11E22;
}
.BgClassName
{
background-color: #D11E22;
}
</style>
border-color css
<style>
span { border-color: #D11E22; }
span { border-color: rgb(209,30,34); }
td.TdClassName
{
border-color: #D11E22;
}
.TagClassName
{
border-color: #D11E22;
}
</style>