Shades of Red #E80D06
Tints of Red #E80D06
RGB
CMYK
RGB Variations
Color information
#E80D06 (or 0xE80D06) is known color: Red. HEX triplet: E8, 0D and 06. RGB value is (232,13,6). Sum of RGB (Red+Green+Blue) = 232+13+6=251 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.43% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80D06 is #17F2F9. Grayscale: #4D4D4D. Windows color (decimal): -1569530 or 396776. OLE color: 396776.
HSL color Cylindrical-coordinate representation of color #E80D06: hue angle of 1.86º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80D06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 6 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.09 |
| HSL | 1.86º | 0.95% | 0.47% | - |
| HSV(B) | 1.86º | 0.97% | 0.91% | - |
| XYZ | 33.46 | 17.46 | 1.78 | - |
| YUV | 77.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 6 | 0 | 0.94 | 0.97 | 0.09 | 1.86 | 0.95 | 0.47 |
| Hex | E8 | D | 6 | 0 | 5E | 61 | 9 | 2 | 5F | 2F |
| Octal | 350 | 15 | 6 | 0 | 136 | 141 | 11 | 2 | 137 | 57 |
| Binary | 11101000 | 1101 | 110 | 0 | 1011110 | 1100001 | 1001 | 10 | 1011111 | 101111 |
Color Harmonies of #E80D06
Complementary color
Monochromatic Colors of #E80D06
Black with #E80D06
Text Example
Text Example
White with #E80D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D06; }
p { color: rgb(232,13,6); }
H1.HeaderClassName
{
color: #E80D06;
}
.AnyTagClassName
{
color: #E80D06;
}
</style>
background-color css
<style>
a { background-color: #E80D06; }
a { background-color: rgb(232,13,6); }
div.DivClassName
{
background-color: #E80D06;
}
.BgClassName
{
background-color: #E80D06;
}
</style>
border-color css
<style>
span { border-color: #E80D06; }
span { border-color: rgb(232,13,6); }
td.TdClassName
{
border-color: #E80D06;
}
.TagClassName
{
border-color: #E80D06;
}
</style>