Shades of Fire Engine Red #E80A20
Tints of Fire Engine Red #E80A20
RGB
CMYK
RGB Variations
Color information
#E80A20 (or 0xE80A20) is known color: Fire Engine Red. HEX triplet: E8, 0A and 20. RGB value is (232,10,32). Sum of RGB (Red+Green+Blue) = 232+10+32=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A20 is #17F5DF. Grayscale: #4F4F4F. Windows color (decimal): -1570272 or 2099944. OLE color: 2099944.
HSL color Cylindrical-coordinate representation of color #E80A20: hue angle of 354.05º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.09 |
| HSL | 354.05º | 0.92% | 0.47% | - |
| HSV(B) | 354.05º | 0.96% | 0.91% | - |
| XYZ | 33.65 | 17.48 | 2.97 | - |
| YUV | 78.89 | 101.55 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 32 | 0 | 0.96 | 0.86 | 0.09 | 354.05 | 0.92 | 0.47 |
| Hex | E8 | A | 20 | 0 | 60 | 56 | 9 | 162 | 5C | 2F |
| Octal | 350 | 12 | 40 | 0 | 140 | 126 | 11 | 542 | 134 | 57 |
| Binary | 11101000 | 1010 | 100000 | 0 | 1100000 | 1010110 | 1001 | 101100010 | 1011100 | 101111 |
Color Harmonies of #E80A20
Complementary color
Monochromatic Colors of #E80A20
Black with #E80A20
Text Example
Text Example
White with #E80A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A20; }
p { color: rgb(232,10,32); }
H1.HeaderClassName
{
color: #E80A20;
}
.AnyTagClassName
{
color: #E80A20;
}
</style>
background-color css
<style>
a { background-color: #E80A20; }
a { background-color: rgb(232,10,32); }
div.DivClassName
{
background-color: #E80A20;
}
.BgClassName
{
background-color: #E80A20;
}
</style>
border-color css
<style>
span { border-color: #E80A20; }
span { border-color: rgb(232,10,32); }
td.TdClassName
{
border-color: #E80A20;
}
.TagClassName
{
border-color: #E80A20;
}
</style>