Shades of Fire Engine Red #E8151E
Tints of Fire Engine Red #E8151E
RGB
CMYK
RGB Variations
Color information
#E8151E (or 0xE8151E) is known color: Fire Engine Red. HEX triplet: E8, 15 and 1E. RGB value is (232,21,30). Sum of RGB (Red+Green+Blue) = 232+21+30=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E8151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8151E is #17EAE1. Grayscale: #555555. Windows color (decimal): -1567458 or 1971688. OLE color: 1971688.
HSL color Cylindrical-coordinate representation of color #E8151E: hue angle of 357.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8151E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.09 |
| HSL | 357.44º | 0.83% | 0.5% | - |
| HSV(B) | 357.44º | 0.91% | 0.91% | - |
| XYZ | 33.78 | 17.79 | 2.88 | - |
| YUV | 85.12 | 96.9 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 30 | 0 | 0.91 | 0.87 | 0.09 | 357.44 | 0.83 | 0.5 |
| Hex | E8 | 15 | 1E | 0 | 5B | 57 | 9 | 165 | 53 | 32 |
| Octal | 350 | 25 | 36 | 0 | 133 | 127 | 11 | 545 | 123 | 62 |
| Binary | 11101000 | 10101 | 11110 | 0 | 1011011 | 1010111 | 1001 | 101100101 | 1010011 | 110010 |
Color Harmonies of #E8151E
Complementary color
Monochromatic Colors of #E8151E
Black with #E8151E
Text Example
Text Example
White with #E8151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8151E; }
p { color: rgb(232,21,30); }
H1.HeaderClassName
{
color: #E8151E;
}
.AnyTagClassName
{
color: #E8151E;
}
</style>
background-color css
<style>
a { background-color: #E8151E; }
a { background-color: rgb(232,21,30); }
div.DivClassName
{
background-color: #E8151E;
}
.BgClassName
{
background-color: #E8151E;
}
</style>
border-color css
<style>
span { border-color: #E8151E; }
span { border-color: rgb(232,21,30); }
td.TdClassName
{
border-color: #E8151E;
}
.TagClassName
{
border-color: #E8151E;
}
</style>