Shades of Fire Engine Red #E1111E
Tints of Fire Engine Red #E1111E
RGB
CMYK
RGB Variations
Color information
#E1111E (or 0xE1111E) is known color: Fire Engine Red. HEX triplet: E1, 11 and 1E. RGB value is (225,17,30). Sum of RGB (Red+Green+Blue) = 225+17+30=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1111E is #1EEEE1. Grayscale: #505050. Windows color (decimal): -2027234 or 1970657. OLE color: 1970657.
HSL color Cylindrical-coordinate representation of color #E1111E: hue angle of 356.25º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1111E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.12 |
| HSL | 356.25º | 0.86% | 0.47% | - |
| HSV(B) | 356.25º | 0.92% | 0.88% | - |
| XYZ | 31.49 | 16.5 | 2.75 | - |
| YUV | 80.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 30 | 0 | 0.92 | 0.87 | 0.12 | 356.25 | 0.86 | 0.47 |
| Hex | E1 | 11 | 1E | 0 | 5C | 57 | C | 164 | 56 | 2F |
| Octal | 341 | 21 | 36 | 0 | 134 | 127 | 14 | 544 | 126 | 57 |
| Binary | 11100001 | 10001 | 11110 | 0 | 1011100 | 1010111 | 1100 | 101100100 | 1010110 | 101111 |
Color Harmonies of #E1111E
Complementary color
Monochromatic Colors of #E1111E
Black with #E1111E
Text Example
Text Example
White with #E1111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1111E; }
p { color: rgb(225,17,30); }
H1.HeaderClassName
{
color: #E1111E;
}
.AnyTagClassName
{
color: #E1111E;
}
</style>
background-color css
<style>
a { background-color: #E1111E; }
a { background-color: rgb(225,17,30); }
div.DivClassName
{
background-color: #E1111E;
}
.BgClassName
{
background-color: #E1111E;
}
</style>
border-color css
<style>
span { border-color: #E1111E; }
span { border-color: rgb(225,17,30); }
td.TdClassName
{
border-color: #E1111E;
}
.TagClassName
{
border-color: #E1111E;
}
</style>