Shades of Fire Engine Red #E7111D
Tints of Fire Engine Red #E7111D
RGB
CMYK
RGB Variations
Color information
#E7111D (or 0xE7111D) is known color: Fire Engine Red. HEX triplet: E7, 11 and 1D. RGB value is (231,17,29). Sum of RGB (Red+Green+Blue) = 231+17+29=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E7111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7111D is #18EEE2. Grayscale: #525252. Windows color (decimal): -1634019 or 1905127. OLE color: 1905127.
HSL color Cylindrical-coordinate representation of color #E7111D: hue angle of 356.64º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7111D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.09 |
| HSL | 356.64º | 0.86% | 0.49% | - |
| HSV(B) | 356.64º | 0.93% | 0.91% | - |
| XYZ | 33.38 | 17.48 | 2.78 | - |
| YUV | 82.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 29 | 0 | 0.93 | 0.87 | 0.09 | 356.64 | 0.86 | 0.49 |
| Hex | E7 | 11 | 1D | 0 | 5D | 57 | 9 | 165 | 56 | 31 |
| Octal | 347 | 21 | 35 | 0 | 135 | 127 | 11 | 545 | 126 | 61 |
| Binary | 11100111 | 10001 | 11101 | 0 | 1011101 | 1010111 | 1001 | 101100101 | 1010110 | 110001 |
Color Harmonies of #E7111D
Complementary color
Monochromatic Colors of #E7111D
Black with #E7111D
Text Example
Text Example
White with #E7111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7111D; }
p { color: rgb(231,17,29); }
H1.HeaderClassName
{
color: #E7111D;
}
.AnyTagClassName
{
color: #E7111D;
}
</style>
background-color css
<style>
a { background-color: #E7111D; }
a { background-color: rgb(231,17,29); }
div.DivClassName
{
background-color: #E7111D;
}
.BgClassName
{
background-color: #E7111D;
}
</style>
border-color css
<style>
span { border-color: #E7111D; }
span { border-color: rgb(231,17,29); }
td.TdClassName
{
border-color: #E7111D;
}
.TagClassName
{
border-color: #E7111D;
}
</style>