Shades of Fire Engine Red #E31027
Tints of Fire Engine Red #E31027
RGB
CMYK
RGB Variations
Color information
#E31027 (or 0xE31027) is known color: Fire Engine Red. HEX triplet: E3, 10 and 27. RGB value is (227,16,39). Sum of RGB (Red+Green+Blue) = 227+16+39=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E31027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31027 is #1CEFD8. Grayscale: #515151. Windows color (decimal): -1896409 or 2560227. OLE color: 2560227.
HSL color Cylindrical-coordinate representation of color #E31027: hue angle of 353.46º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31027 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.11 |
| HSL | 353.46º | 0.87% | 0.48% | - |
| HSV(B) | 353.46º | 0.93% | 0.89% | - |
| XYZ | 32.23 | 16.85 | 3.47 | - |
| YUV | 81.71 | 103.9 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 39 | 0 | 0.93 | 0.83 | 0.11 | 353.46 | 0.87 | 0.48 |
| Hex | E3 | 10 | 27 | 0 | 5D | 53 | B | 161 | 57 | 30 |
| Octal | 343 | 20 | 47 | 0 | 135 | 123 | 13 | 541 | 127 | 60 |
| Binary | 11100011 | 10000 | 100111 | 0 | 1011101 | 1010011 | 1011 | 101100001 | 1010111 | 110000 |
Color Harmonies of #E31027
Complementary color
Monochromatic Colors of #E31027
Black with #E31027
Text Example
Text Example
White with #E31027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31027; }
p { color: rgb(227,16,39); }
H1.HeaderClassName
{
color: #E31027;
}
.AnyTagClassName
{
color: #E31027;
}
</style>
background-color css
<style>
a { background-color: #E31027; }
a { background-color: rgb(227,16,39); }
div.DivClassName
{
background-color: #E31027;
}
.BgClassName
{
background-color: #E31027;
}
</style>
border-color css
<style>
span { border-color: #E31027; }
span { border-color: rgb(227,16,39); }
td.TdClassName
{
border-color: #E31027;
}
.TagClassName
{
border-color: #E31027;
}
</style>