Shades of Fire Engine Red #E8051E
Tints of Fire Engine Red #E8051E
RGB
CMYK
RGB Variations
Color information
#E8051E (or 0xE8051E) is known color: Fire Engine Red. HEX triplet: E8, 05 and 1E. RGB value is (232,5,30). Sum of RGB (Red+Green+Blue) = 232+5+30=267 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.89% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 232 - color contains mainly: red. Hex color #E8051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8051E is #17FAE1. Grayscale: #4B4B4B. Windows color (decimal): -1571554 or 1967592. OLE color: 1967592.
HSL color Cylindrical-coordinate representation of color #E8051E: hue angle of 353.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8051E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 30 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.09 |
| HSL | 353.39º | 0.96% | 0.46% | - |
| HSV(B) | 353.39º | 0.98% | 0.91% | - |
| XYZ | 33.57 | 17.36 | 2.81 | - |
| YUV | 75.72 | 102.21 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 30 | 0 | 0.98 | 0.87 | 0.09 | 353.39 | 0.96 | 0.46 |
| Hex | E8 | 5 | 1E | 0 | 62 | 57 | 9 | 161 | 60 | 2E |
| Octal | 350 | 5 | 36 | 0 | 142 | 127 | 11 | 541 | 140 | 56 |
| Binary | 11101000 | 101 | 11110 | 0 | 1100010 | 1010111 | 1001 | 101100001 | 1100000 | 101110 |
Color Harmonies of #E8051E
Complementary color
Monochromatic Colors of #E8051E
Black with #E8051E
Text Example
Text Example
White with #E8051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8051E; }
p { color: rgb(232,5,30); }
H1.HeaderClassName
{
color: #E8051E;
}
.AnyTagClassName
{
color: #E8051E;
}
</style>
background-color css
<style>
a { background-color: #E8051E; }
a { background-color: rgb(232,5,30); }
div.DivClassName
{
background-color: #E8051E;
}
.BgClassName
{
background-color: #E8051E;
}
</style>
border-color css
<style>
span { border-color: #E8051E; }
span { border-color: rgb(232,5,30); }
td.TdClassName
{
border-color: #E8051E;
}
.TagClassName
{
border-color: #E8051E;
}
</style>