Shades of Fire Engine Red #E8081E
Tints of Fire Engine Red #E8081E
RGB
CMYK
RGB Variations
Color information
#E8081E (or 0xE8081E) is known color: Fire Engine Red. HEX triplet: E8, 08 and 1E. RGB value is (232,8,30). Sum of RGB (Red+Green+Blue) = 232+8+30=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E8081E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8081E is #17F7E1. Grayscale: #4D4D4D. Windows color (decimal): -1570786 or 1968360. OLE color: 1968360.
HSL color Cylindrical-coordinate representation of color #E8081E: hue angle of 354.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8081E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 30 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.09 |
| HSL | 354.11º | 0.93% | 0.47% | - |
| HSV(B) | 354.11º | 0.97% | 0.91% | - |
| XYZ | 33.6 | 17.42 | 2.82 | - |
| YUV | 77.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 30 | 0 | 0.97 | 0.87 | 0.09 | 354.11 | 0.93 | 0.47 |
| Hex | E8 | 8 | 1E | 0 | 61 | 57 | 9 | 162 | 5D | 2F |
| Octal | 350 | 10 | 36 | 0 | 141 | 127 | 11 | 542 | 135 | 57 |
| Binary | 11101000 | 1000 | 11110 | 0 | 1100001 | 1010111 | 1001 | 101100010 | 1011101 | 101111 |
Color Harmonies of #E8081E
Complementary color
Monochromatic Colors of #E8081E
Black with #E8081E
Text Example
Text Example
White with #E8081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8081E; }
p { color: rgb(232,8,30); }
H1.HeaderClassName
{
color: #E8081E;
}
.AnyTagClassName
{
color: #E8081E;
}
</style>
background-color css
<style>
a { background-color: #E8081E; }
a { background-color: rgb(232,8,30); }
div.DivClassName
{
background-color: #E8081E;
}
.BgClassName
{
background-color: #E8081E;
}
</style>
border-color css
<style>
span { border-color: #E8081E; }
span { border-color: rgb(232,8,30); }
td.TdClassName
{
border-color: #E8081E;
}
.TagClassName
{
border-color: #E8081E;
}
</style>