Shades of Fire Engine Red #E0111B
Tints of Fire Engine Red #E0111B
RGB
CMYK
RGB Variations
Color information
#E0111B (or 0xE0111B) is known color: Fire Engine Red. HEX triplet: E0, 11 and 1B. RGB value is (224,17,27). Sum of RGB (Red+Green+Blue) = 224+17+27=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E0111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0111B is #1FEEE4. Grayscale: #505050. Windows color (decimal): -2092773 or 1774048. OLE color: 1774048.
HSL color Cylindrical-coordinate representation of color #E0111B: hue angle of 357.1º 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 #E0111B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 27 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.12 |
| HSL | 357.1º | 0.86% | 0.47% | - |
| HSV(B) | 357.1º | 0.92% | 0.88% | - |
| XYZ | 31.14 | 16.33 | 2.55 | - |
| YUV | 80.03 | 98.08 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 27 | 0 | 0.92 | 0.88 | 0.12 | 357.1 | 0.86 | 0.47 |
| Hex | E0 | 11 | 1B | 0 | 5C | 58 | C | 165 | 56 | 2F |
| Octal | 340 | 21 | 33 | 0 | 134 | 130 | 14 | 545 | 126 | 57 |
| Binary | 11100000 | 10001 | 11011 | 0 | 1011100 | 1011000 | 1100 | 101100101 | 1010110 | 101111 |
Color Harmonies of #E0111B
Complementary color
Monochromatic Colors of #E0111B
Black with #E0111B
Text Example
Text Example
White with #E0111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0111B; }
p { color: rgb(224,17,27); }
H1.HeaderClassName
{
color: #E0111B;
}
.AnyTagClassName
{
color: #E0111B;
}
</style>
background-color css
<style>
a { background-color: #E0111B; }
a { background-color: rgb(224,17,27); }
div.DivClassName
{
background-color: #E0111B;
}
.BgClassName
{
background-color: #E0111B;
}
</style>
border-color css
<style>
span { border-color: #E0111B; }
span { border-color: rgb(224,17,27); }
td.TdClassName
{
border-color: #E0111B;
}
.TagClassName
{
border-color: #E0111B;
}
</style>