Shades of Fire Engine Red #E11227
Tints of Fire Engine Red #E11227
RGB
CMYK
RGB Variations
Color information
#E11227 (or 0xE11227) is known color: Fire Engine Red. HEX triplet: E1, 12 and 27. RGB value is (225,18,39). Sum of RGB (Red+Green+Blue) = 225+18+39=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E11227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11227 is #1EEDD8. Grayscale: #525252. Windows color (decimal): -2026969 or 2560737. OLE color: 2560737.
HSL color Cylindrical-coordinate representation of color #E11227: hue angle of 353.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11227 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 39 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.12 |
| HSL | 353.91º | 0.85% | 0.48% | - |
| HSV(B) | 353.91º | 0.92% | 0.88% | - |
| XYZ | 31.63 | 16.59 | 3.45 | - |
| YUV | 82.29 | 103.58 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 39 | 0 | 0.92 | 0.83 | 0.12 | 353.91 | 0.85 | 0.48 |
| Hex | E1 | 12 | 27 | 0 | 5C | 53 | C | 162 | 55 | 30 |
| Octal | 341 | 22 | 47 | 0 | 134 | 123 | 14 | 542 | 125 | 60 |
| Binary | 11100001 | 10010 | 100111 | 0 | 1011100 | 1010011 | 1100 | 101100010 | 1010101 | 110000 |
Color Harmonies of #E11227
Complementary color
Monochromatic Colors of #E11227
Black with #E11227
Text Example
Text Example
White with #E11227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11227; }
p { color: rgb(225,18,39); }
H1.HeaderClassName
{
color: #E11227;
}
.AnyTagClassName
{
color: #E11227;
}
</style>
background-color css
<style>
a { background-color: #E11227; }
a { background-color: rgb(225,18,39); }
div.DivClassName
{
background-color: #E11227;
}
.BgClassName
{
background-color: #E11227;
}
</style>
border-color css
<style>
span { border-color: #E11227; }
span { border-color: rgb(225,18,39); }
td.TdClassName
{
border-color: #E11227;
}
.TagClassName
{
border-color: #E11227;
}
</style>