Shades of Fire Engine Red #E1111D
Tints of Fire Engine Red #E1111D
RGB
CMYK
RGB Variations
Color information
#E1111D (or 0xE1111D) is known color: Fire Engine Red. HEX triplet: E1, 11 and 1D. RGB value is (225,17,29). Sum of RGB (Red+Green+Blue) = 225+17+29=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E1111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1111D is #1EEEE2. Grayscale: #505050. Windows color (decimal): -2027235 or 1905121. OLE color: 1905121.
HSL color Cylindrical-coordinate representation of color #E1111D: hue angle of 356.54º 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 #E1111D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.12 |
| HSL | 356.54º | 0.86% | 0.47% | - |
| HSV(B) | 356.54º | 0.92% | 0.88% | - |
| XYZ | 31.47 | 16.5 | 2.69 | - |
| YUV | 80.56 | 98.91 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 29 | 0 | 0.92 | 0.87 | 0.12 | 356.54 | 0.86 | 0.47 |
| Hex | E1 | 11 | 1D | 0 | 5C | 57 | C | 165 | 56 | 2F |
| Octal | 341 | 21 | 35 | 0 | 134 | 127 | 14 | 545 | 126 | 57 |
| Binary | 11100001 | 10001 | 11101 | 0 | 1011100 | 1010111 | 1100 | 101100101 | 1010110 | 101111 |
Color Harmonies of #E1111D
Complementary color
Monochromatic Colors of #E1111D
Black with #E1111D
Text Example
Text Example
White with #E1111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1111D; }
p { color: rgb(225,17,29); }
H1.HeaderClassName
{
color: #E1111D;
}
.AnyTagClassName
{
color: #E1111D;
}
</style>
background-color css
<style>
a { background-color: #E1111D; }
a { background-color: rgb(225,17,29); }
div.DivClassName
{
background-color: #E1111D;
}
.BgClassName
{
background-color: #E1111D;
}
</style>
border-color css
<style>
span { border-color: #E1111D; }
span { border-color: rgb(225,17,29); }
td.TdClassName
{
border-color: #E1111D;
}
.TagClassName
{
border-color: #E1111D;
}
</style>