Shades of Fire Engine Red #E7111B
Tints of Fire Engine Red #E7111B
RGB
CMYK
RGB Variations
Color information
#E7111B (or 0xE7111B) is known color: Fire Engine Red. HEX triplet: E7, 11 and 1B. RGB value is (231,17,27). Sum of RGB (Red+Green+Blue) = 231+17+27=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E7111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7111B is #18EEE4. Grayscale: #525252. Windows color (decimal): -1634021 or 1774055. OLE color: 1774055.
HSL color Cylindrical-coordinate representation of color #E7111B: hue angle of 357.2º 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 #E7111B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.09 |
| HSL | 357.2º | 0.86% | 0.49% | - |
| HSV(B) | 357.2º | 0.93% | 0.91% | - |
| XYZ | 33.35 | 17.47 | 2.65 | - |
| YUV | 82.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 27 | 0 | 0.93 | 0.88 | 0.09 | 357.2 | 0.86 | 0.49 |
| Hex | E7 | 11 | 1B | 0 | 5D | 58 | 9 | 165 | 56 | 31 |
| Octal | 347 | 21 | 33 | 0 | 135 | 130 | 11 | 545 | 126 | 61 |
| Binary | 11100111 | 10001 | 11011 | 0 | 1011101 | 1011000 | 1001 | 101100101 | 1010110 | 110001 |
Color Harmonies of #E7111B
Complementary color
Monochromatic Colors of #E7111B
Black with #E7111B
Text Example
Text Example
White with #E7111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7111B; }
p { color: rgb(231,17,27); }
H1.HeaderClassName
{
color: #E7111B;
}
.AnyTagClassName
{
color: #E7111B;
}
</style>
background-color css
<style>
a { background-color: #E7111B; }
a { background-color: rgb(231,17,27); }
div.DivClassName
{
background-color: #E7111B;
}
.BgClassName
{
background-color: #E7111B;
}
</style>
border-color css
<style>
span { border-color: #E7111B; }
span { border-color: rgb(231,17,27); }
td.TdClassName
{
border-color: #E7111B;
}
.TagClassName
{
border-color: #E7111B;
}
</style>