Shades of Red #E80E05
Tints of Red #E80E05
RGB
CMYK
RGB Variations
Color information
#E80E05 (or 0xE80E05) is known color: Red. HEX triplet: E8, 0E and 05. RGB value is (232,14,5). Sum of RGB (Red+Green+Blue) = 232+14+5=251 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.43% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80E05 is #17F1FA. Grayscale: #4E4E4E. Windows color (decimal): -1569275 or 331496. OLE color: 331496.
HSL color Cylindrical-coordinate representation of color #E80E05: hue angle of 2.38º 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 #E80E05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.09 |
| HSL | 2.38º | 0.96% | 0.46% | - |
| HSV(B) | 2.38º | 0.98% | 0.91% | - |
| XYZ | 33.46 | 17.48 | 1.75 | - |
| YUV | 78.16 | 86.72 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 5 | 0 | 0.94 | 0.98 | 0.09 | 2.38 | 0.96 | 0.46 |
| Hex | E8 | E | 5 | 0 | 5E | 62 | 9 | 2 | 60 | 2E |
| Octal | 350 | 16 | 5 | 0 | 136 | 142 | 11 | 2 | 140 | 56 |
| Binary | 11101000 | 1110 | 101 | 0 | 1011110 | 1100010 | 1001 | 10 | 1100000 | 101110 |
Color Harmonies of #E80E05
Complementary color
Monochromatic Colors of #E80E05
Black with #E80E05
Text Example
Text Example
White with #E80E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E05; }
p { color: rgb(232,14,5); }
H1.HeaderClassName
{
color: #E80E05;
}
.AnyTagClassName
{
color: #E80E05;
}
</style>
background-color css
<style>
a { background-color: #E80E05; }
a { background-color: rgb(232,14,5); }
div.DivClassName
{
background-color: #E80E05;
}
.BgClassName
{
background-color: #E80E05;
}
</style>
border-color css
<style>
span { border-color: #E80E05; }
span { border-color: rgb(232,14,5); }
td.TdClassName
{
border-color: #E80E05;
}
.TagClassName
{
border-color: #E80E05;
}
</style>