Shades of Fire Engine Red #E81920
Tints of Fire Engine Red #E81920
RGB
CMYK
RGB Variations
Color information
#E81920 (or 0xE81920) is known color: Fire Engine Red. HEX triplet: E8, 19 and 20. RGB value is (232,25,32). Sum of RGB (Red+Green+Blue) = 232+25+32=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E81920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81920 is #17E6DF. Grayscale: #575757. Windows color (decimal): -1566432 or 2103784. OLE color: 2103784.
HSL color Cylindrical-coordinate representation of color #E81920: hue angle of 357.97º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81920 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.09 |
| HSL | 357.97º | 0.82% | 0.5% | - |
| HSV(B) | 357.97º | 0.89% | 0.91% | - |
| XYZ | 33.89 | 17.96 | 3.05 | - |
| YUV | 87.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 32 | 0 | 0.89 | 0.86 | 0.09 | 357.97 | 0.82 | 0.5 |
| Hex | E8 | 19 | 20 | 0 | 59 | 56 | 9 | 166 | 52 | 32 |
| Octal | 350 | 31 | 40 | 0 | 131 | 126 | 11 | 546 | 122 | 62 |
| Binary | 11101000 | 11001 | 100000 | 0 | 1011001 | 1010110 | 1001 | 101100110 | 1010010 | 110010 |
Color Harmonies of #E81920
Complementary color
Monochromatic Colors of #E81920
Black with #E81920
Text Example
Text Example
White with #E81920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81920; }
p { color: rgb(232,25,32); }
H1.HeaderClassName
{
color: #E81920;
}
.AnyTagClassName
{
color: #E81920;
}
</style>
background-color css
<style>
a { background-color: #E81920; }
a { background-color: rgb(232,25,32); }
div.DivClassName
{
background-color: #E81920;
}
.BgClassName
{
background-color: #E81920;
}
</style>
border-color css
<style>
span { border-color: #E81920; }
span { border-color: rgb(232,25,32); }
td.TdClassName
{
border-color: #E81920;
}
.TagClassName
{
border-color: #E81920;
}
</style>