Shades of Fire Engine Red #E11E22
Tints of Fire Engine Red #E11E22
RGB
CMYK
RGB Variations
Color information
#E11E22 (or 0xE11E22) is known color: Fire Engine Red. HEX triplet: E1, 1E and 22. RGB value is (225,30,34). Sum of RGB (Red+Green+Blue) = 225+30+34=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E22 is #1EE1DD. Grayscale: #585858. Windows color (decimal): -2023902 or 2236129. OLE color: 2236129.
HSL color Cylindrical-coordinate representation of color #E11E22: hue angle of 358.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E22 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 34 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.12 |
| HSL | 358.77º | 0.76% | 0.5% | - |
| HSV(B) | 358.77º | 0.87% | 0.88% | - |
| XYZ | 31.8 | 17.05 | 3.13 | - |
| YUV | 88.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 34 | 0 | 0.87 | 0.85 | 0.12 | 358.77 | 0.76 | 0.5 |
| Hex | E1 | 1E | 22 | 0 | 57 | 55 | C | 167 | 4C | 32 |
| Octal | 341 | 36 | 42 | 0 | 127 | 125 | 14 | 547 | 114 | 62 |
| Binary | 11100001 | 11110 | 100010 | 0 | 1010111 | 1010101 | 1100 | 101100111 | 1001100 | 110010 |
Color Harmonies of #E11E22
Complementary color
Monochromatic Colors of #E11E22
Black with #E11E22
Text Example
Text Example
White with #E11E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E22; }
p { color: rgb(225,30,34); }
H1.HeaderClassName
{
color: #E11E22;
}
.AnyTagClassName
{
color: #E11E22;
}
</style>
background-color css
<style>
a { background-color: #E11E22; }
a { background-color: rgb(225,30,34); }
div.DivClassName
{
background-color: #E11E22;
}
.BgClassName
{
background-color: #E11E22;
}
</style>
border-color css
<style>
span { border-color: #E11E22; }
span { border-color: rgb(225,30,34); }
td.TdClassName
{
border-color: #E11E22;
}
.TagClassName
{
border-color: #E11E22;
}
</style>