Shades of Fire Engine Red #E11221
Tints of Fire Engine Red #E11221
RGB
CMYK
RGB Variations
Color information
#E11221 (or 0xE11221) is known color: Fire Engine Red. HEX triplet: E1, 12 and 21. RGB value is (225,18,33). Sum of RGB (Red+Green+Blue) = 225+18+33=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E11221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11221 is #1EEDDE. Grayscale: #515151. Windows color (decimal): -2026975 or 2167521. OLE color: 2167521.
HSL color Cylindrical-coordinate representation of color #E11221: hue angle of 355.65º 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 #E11221 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 33 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.12 |
| HSL | 355.65º | 0.85% | 0.48% | - |
| HSV(B) | 355.65º | 0.92% | 0.88% | - |
| XYZ | 31.54 | 16.55 | 2.97 | - |
| YUV | 81.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 33 | 0 | 0.92 | 0.85 | 0.12 | 355.65 | 0.85 | 0.48 |
| Hex | E1 | 12 | 21 | 0 | 5C | 55 | C | 164 | 55 | 30 |
| Octal | 341 | 22 | 41 | 0 | 134 | 125 | 14 | 544 | 125 | 60 |
| Binary | 11100001 | 10010 | 100001 | 0 | 1011100 | 1010101 | 1100 | 101100100 | 1010101 | 110000 |
Color Harmonies of #E11221
Complementary color
Monochromatic Colors of #E11221
Black with #E11221
Text Example
Text Example
White with #E11221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11221; }
p { color: rgb(225,18,33); }
H1.HeaderClassName
{
color: #E11221;
}
.AnyTagClassName
{
color: #E11221;
}
</style>
background-color css
<style>
a { background-color: #E11221; }
a { background-color: rgb(225,18,33); }
div.DivClassName
{
background-color: #E11221;
}
.BgClassName
{
background-color: #E11221;
}
</style>
border-color css
<style>
span { border-color: #E11221; }
span { border-color: rgb(225,18,33); }
td.TdClassName
{
border-color: #E11221;
}
.TagClassName
{
border-color: #E11221;
}
</style>