Shades of Red #E80D05
Tints of Red #E80D05
RGB
CMYK
RGB Variations
Color information
#E80D05 (or 0xE80D05) is known color: Red. HEX triplet: E8, 0D and 05. RGB value is (232,13,5). Sum of RGB (Red+Green+Blue) = 232+13+5=250 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80D05 is #17F2FA. Grayscale: #4D4D4D. Windows color (decimal): -1569531 or 331240. OLE color: 331240.
HSL color Cylindrical-coordinate representation of color #E80D05: hue angle of 2.11º 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 #E80D05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.09 |
| HSL | 2.11º | 0.96% | 0.46% | - |
| HSV(B) | 2.11º | 0.98% | 0.91% | - |
| XYZ | 33.45 | 17.45 | 1.75 | - |
| YUV | 77.57 | 87.05 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 5 | 0 | 0.94 | 0.98 | 0.09 | 2.11 | 0.96 | 0.46 |
| Hex | E8 | D | 5 | 0 | 5E | 62 | 9 | 2 | 60 | 2E |
| Octal | 350 | 15 | 5 | 0 | 136 | 142 | 11 | 2 | 140 | 56 |
| Binary | 11101000 | 1101 | 101 | 0 | 1011110 | 1100010 | 1001 | 10 | 1100000 | 101110 |
Color Harmonies of #E80D05
Complementary color
Monochromatic Colors of #E80D05
Black with #E80D05
Text Example
Text Example
White with #E80D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D05; }
p { color: rgb(232,13,5); }
H1.HeaderClassName
{
color: #E80D05;
}
.AnyTagClassName
{
color: #E80D05;
}
</style>
background-color css
<style>
a { background-color: #E80D05; }
a { background-color: rgb(232,13,5); }
div.DivClassName
{
background-color: #E80D05;
}
.BgClassName
{
background-color: #E80D05;
}
</style>
border-color css
<style>
span { border-color: #E80D05; }
span { border-color: rgb(232,13,5); }
td.TdClassName
{
border-color: #E80D05;
}
.TagClassName
{
border-color: #E80D05;
}
</style>