Shades of Red #E80C00
Tints of Red #E80C00
RGB
CMYK
RGB Variations
Color information
#E80C00 (or 0xE80C00) is known color: Red. HEX triplet: E8, 0C and 00. RGB value is (232,12,0). Sum of RGB (Red+Green+Blue) = 232+12+0=244 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.08% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C00 is #17F3FF. Grayscale: #4C4C4C. Windows color (decimal): -1569792 or 3304. OLE color: 3304.
HSL color Cylindrical-coordinate representation of color #E80C00: hue angle of 3.1º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.09 |
| HSL | 3.1º | 1% | 0.45% | - |
| HSV(B) | 3.1º | 1% | 0.91% | - |
| XYZ | 33.41 | 17.42 | 1.6 | - |
| YUV | 76.41 | 84.89 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 0 | 0 | 0.95 | 1 | 0.09 | 3.1 | 1 | 0.45 |
| Hex | E8 | C | 0 | 0 | 5F | 64 | 9 | 3 | 64 | 2D |
| Octal | 350 | 14 | 0 | 0 | 137 | 144 | 11 | 3 | 144 | 55 |
| Binary | 11101000 | 1100 | 0 | 0 | 1011111 | 1100100 | 1001 | 11 | 1100100 | 101101 |
Color Harmonies of #E80C00
Complementary color
Monochromatic Colors of #E80C00
Black with #E80C00
Text Example
Text Example
White with #E80C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C00; }
p { color: rgb(232,12,0); }
H1.HeaderClassName
{
color: #E80C00;
}
.AnyTagClassName
{
color: #E80C00;
}
</style>
background-color css
<style>
a { background-color: #E80C00; }
a { background-color: rgb(232,12,0); }
div.DivClassName
{
background-color: #E80C00;
}
.BgClassName
{
background-color: #E80C00;
}
</style>
border-color css
<style>
span { border-color: #E80C00; }
span { border-color: rgb(232,12,0); }
td.TdClassName
{
border-color: #E80C00;
}
.TagClassName
{
border-color: #E80C00;
}
</style>