Shades of Red #E80C05
Tints of Red #E80C05
RGB
CMYK
RGB Variations
Color information
#E80C05 (or 0xE80C05) is known color: Red. HEX triplet: E8, 0C and 05. RGB value is (232,12,5). Sum of RGB (Red+Green+Blue) = 232+12+5=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C05 is #17F3FA. Grayscale: #4D4D4D. Windows color (decimal): -1569787 or 330984. OLE color: 330984.
HSL color Cylindrical-coordinate representation of color #E80C05: hue angle of 1.85º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80C05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.09 |
| HSL | 1.85º | 0.96% | 0.46% | - |
| HSV(B) | 1.85º | 0.98% | 0.91% | - |
| XYZ | 33.44 | 17.43 | 1.75 | - |
| YUV | 76.98 | 87.39 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 5 | 0 | 0.95 | 0.98 | 0.09 | 1.85 | 0.96 | 0.46 |
| Hex | E8 | C | 5 | 0 | 5F | 62 | 9 | 2 | 60 | 2E |
| Octal | 350 | 14 | 5 | 0 | 137 | 142 | 11 | 2 | 140 | 56 |
| Binary | 11101000 | 1100 | 101 | 0 | 1011111 | 1100010 | 1001 | 10 | 1100000 | 101110 |
Color Harmonies of #E80C05
Complementary color
Monochromatic Colors of #E80C05
Black with #E80C05
Text Example
Text Example
White with #E80C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C05; }
p { color: rgb(232,12,5); }
H1.HeaderClassName
{
color: #E80C05;
}
.AnyTagClassName
{
color: #E80C05;
}
</style>
background-color css
<style>
a { background-color: #E80C05; }
a { background-color: rgb(232,12,5); }
div.DivClassName
{
background-color: #E80C05;
}
.BgClassName
{
background-color: #E80C05;
}
</style>
border-color css
<style>
span { border-color: #E80C05; }
span { border-color: rgb(232,12,5); }
td.TdClassName
{
border-color: #E80C05;
}
.TagClassName
{
border-color: #E80C05;
}
</style>