Shades of Fire Engine Red #E80C20
Tints of Fire Engine Red #E80C20
RGB
CMYK
RGB Variations
Color information
#E80C20 (or 0xE80C20) is known color: Fire Engine Red. HEX triplet: E8, 0C and 20. RGB value is (232,12,32). Sum of RGB (Red+Green+Blue) = 232+12+32=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C20 is #17F3DF. Grayscale: #505050. Windows color (decimal): -1569760 or 2100456. OLE color: 2100456.
HSL color Cylindrical-coordinate representation of color #E80C20: hue angle of 354.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C20 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 32 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.09 |
| HSL | 354.55º | 0.9% | 0.48% | - |
| HSV(B) | 354.55º | 0.95% | 0.91% | - |
| XYZ | 33.67 | 17.52 | 2.97 | - |
| YUV | 80.06 | 100.89 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 32 | 0 | 0.95 | 0.86 | 0.09 | 354.55 | 0.9 | 0.48 |
| Hex | E8 | C | 20 | 0 | 5F | 56 | 9 | 163 | 5A | 30 |
| Octal | 350 | 14 | 40 | 0 | 137 | 126 | 11 | 543 | 132 | 60 |
| Binary | 11101000 | 1100 | 100000 | 0 | 1011111 | 1010110 | 1001 | 101100011 | 1011010 | 110000 |
Color Harmonies of #E80C20
Complementary color
Monochromatic Colors of #E80C20
Black with #E80C20
Text Example
Text Example
White with #E80C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C20; }
p { color: rgb(232,12,32); }
H1.HeaderClassName
{
color: #E80C20;
}
.AnyTagClassName
{
color: #E80C20;
}
</style>
background-color css
<style>
a { background-color: #E80C20; }
a { background-color: rgb(232,12,32); }
div.DivClassName
{
background-color: #E80C20;
}
.BgClassName
{
background-color: #E80C20;
}
</style>
border-color css
<style>
span { border-color: #E80C20; }
span { border-color: rgb(232,12,32); }
td.TdClassName
{
border-color: #E80C20;
}
.TagClassName
{
border-color: #E80C20;
}
</style>