Shades of Fire Engine Red #E30E11
Tints of Fire Engine Red #E30E11
RGB
CMYK
RGB Variations
Color information
#E30E11 (or 0xE30E11) is known color: Fire Engine Red. HEX triplet: E3, 0E and 11. RGB value is (227,14,17). Sum of RGB (Red+Green+Blue) = 227+14+17=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30E11 is #1CF1EE. Grayscale: #4E4E4E. Windows color (decimal): -1896943 or 1117923. OLE color: 1117923.
HSL color Cylindrical-coordinate representation of color #E30E11: hue angle of 359.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.11 |
| HSL | 359.15º | 0.88% | 0.47% | - |
| HSV(B) | 359.15º | 0.94% | 0.89% | - |
| XYZ | 31.94 | 16.69 | 2.07 | - |
| YUV | 78.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 17 | 0 | 0.94 | 0.93 | 0.11 | 359.15 | 0.88 | 0.47 |
| Hex | E3 | E | 11 | 0 | 5E | 5D | B | 167 | 58 | 2F |
| Octal | 343 | 16 | 21 | 0 | 136 | 135 | 13 | 547 | 130 | 57 |
| Binary | 11100011 | 1110 | 10001 | 0 | 1011110 | 1011101 | 1011 | 101100111 | 1011000 | 101111 |
Color Harmonies of #E30E11
Complementary color
Monochromatic Colors of #E30E11
Black with #E30E11
Text Example
Text Example
White with #E30E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E11; }
p { color: rgb(227,14,17); }
H1.HeaderClassName
{
color: #E30E11;
}
.AnyTagClassName
{
color: #E30E11;
}
</style>
background-color css
<style>
a { background-color: #E30E11; }
a { background-color: rgb(227,14,17); }
div.DivClassName
{
background-color: #E30E11;
}
.BgClassName
{
background-color: #E30E11;
}
</style>
border-color css
<style>
span { border-color: #E30E11; }
span { border-color: rgb(227,14,17); }
td.TdClassName
{
border-color: #E30E11;
}
.TagClassName
{
border-color: #E30E11;
}
</style>