Shades of Fire Engine Red #E11922
Tints of Fire Engine Red #E11922
RGB
CMYK
RGB Variations
Color information
#E11922 (or 0xE11922) is known color: Fire Engine Red. HEX triplet: E1, 19 and 22. RGB value is (225,25,34). Sum of RGB (Red+Green+Blue) = 225+25+34=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E11922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11922 is #1EE6DD. Grayscale: #555555. Windows color (decimal): -2025182 or 2234849. OLE color: 2234849.
HSL color Cylindrical-coordinate representation of color #E11922: hue angle of 357.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11922 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.12 |
| HSL | 357.3º | 0.8% | 0.49% | - |
| HSV(B) | 357.3º | 0.89% | 0.88% | - |
| XYZ | 31.69 | 16.82 | 3.09 | - |
| YUV | 85.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 34 | 0 | 0.89 | 0.85 | 0.12 | 357.3 | 0.8 | 0.49 |
| Hex | E1 | 19 | 22 | 0 | 59 | 55 | C | 165 | 50 | 31 |
| Octal | 341 | 31 | 42 | 0 | 131 | 125 | 14 | 545 | 120 | 61 |
| Binary | 11100001 | 11001 | 100010 | 0 | 1011001 | 1010101 | 1100 | 101100101 | 1010000 | 110001 |
Color Harmonies of #E11922
Complementary color
Monochromatic Colors of #E11922
Black with #E11922
Text Example
Text Example
White with #E11922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11922; }
p { color: rgb(225,25,34); }
H1.HeaderClassName
{
color: #E11922;
}
.AnyTagClassName
{
color: #E11922;
}
</style>
background-color css
<style>
a { background-color: #E11922; }
a { background-color: rgb(225,25,34); }
div.DivClassName
{
background-color: #E11922;
}
.BgClassName
{
background-color: #E11922;
}
</style>
border-color css
<style>
span { border-color: #E11922; }
span { border-color: rgb(225,25,34); }
td.TdClassName
{
border-color: #E11922;
}
.TagClassName
{
border-color: #E11922;
}
</style>