Shades of Fire Engine Red #E11F22
Tints of Fire Engine Red #E11F22
RGB
CMYK
RGB Variations
Color information
#E11F22 (or 0xE11F22) is known color: Fire Engine Red. HEX triplet: E1, 1F and 22. RGB value is (225,31,34). Sum of RGB (Red+Green+Blue) = 225+31+34=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F22 is #1EE0DD. Grayscale: #595959. Windows color (decimal): -2023646 or 2236385. OLE color: 2236385.
HSL color Cylindrical-coordinate representation of color #E11F22: hue angle of 359.07º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F22 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 34 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.12 |
| HSL | 359.07º | 0.76% | 0.5% | - |
| HSV(B) | 359.07º | 0.86% | 0.88% | - |
| XYZ | 31.83 | 17.1 | 3.14 | - |
| YUV | 89.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 34 | 0 | 0.86 | 0.85 | 0.12 | 359.07 | 0.76 | 0.5 |
| Hex | E1 | 1F | 22 | 0 | 56 | 55 | C | 167 | 4C | 32 |
| Octal | 341 | 37 | 42 | 0 | 126 | 125 | 14 | 547 | 114 | 62 |
| Binary | 11100001 | 11111 | 100010 | 0 | 1010110 | 1010101 | 1100 | 101100111 | 1001100 | 110010 |
Color Harmonies of #E11F22
Complementary color
Monochromatic Colors of #E11F22
Black with #E11F22
Text Example
Text Example
White with #E11F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F22; }
p { color: rgb(225,31,34); }
H1.HeaderClassName
{
color: #E11F22;
}
.AnyTagClassName
{
color: #E11F22;
}
</style>
background-color css
<style>
a { background-color: #E11F22; }
a { background-color: rgb(225,31,34); }
div.DivClassName
{
background-color: #E11F22;
}
.BgClassName
{
background-color: #E11F22;
}
</style>
border-color css
<style>
span { border-color: #E11F22; }
span { border-color: rgb(225,31,34); }
td.TdClassName
{
border-color: #E11F22;
}
.TagClassName
{
border-color: #E11F22;
}
</style>