Shades of Red #E80A03
Tints of Red #E80A03
RGB
CMYK
RGB Variations
Color information
#E80A03 (or 0xE80A03) is known color: Red. HEX triplet: E8, 0A and 03. RGB value is (232,10,3). Sum of RGB (Red+Green+Blue) = 232+10+3=245 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.69% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80A03 is #17F5FC. Grayscale: #4B4B4B. Windows color (decimal): -1570301 or 199400. OLE color: 199400.
HSL color Cylindrical-coordinate representation of color #E80A03: hue angle of 1.83º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.09 |
| HSL | 1.83º | 0.97% | 0.46% | - |
| HSV(B) | 1.83º | 0.99% | 0.91% | - |
| XYZ | 33.4 | 17.38 | 1.68 | - |
| YUV | 75.58 | 87.05 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 3 | 0 | 0.96 | 0.99 | 0.09 | 1.83 | 0.97 | 0.46 |
| Hex | E8 | A | 3 | 0 | 60 | 63 | 9 | 2 | 61 | 2E |
| Octal | 350 | 12 | 3 | 0 | 140 | 143 | 11 | 2 | 141 | 56 |
| Binary | 11101000 | 1010 | 11 | 0 | 1100000 | 1100011 | 1001 | 10 | 1100001 | 101110 |
Color Harmonies of #E80A03
Complementary color
Monochromatic Colors of #E80A03
Black with #E80A03
Text Example
Text Example
White with #E80A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A03; }
p { color: rgb(232,10,3); }
H1.HeaderClassName
{
color: #E80A03;
}
.AnyTagClassName
{
color: #E80A03;
}
</style>
background-color css
<style>
a { background-color: #E80A03; }
a { background-color: rgb(232,10,3); }
div.DivClassName
{
background-color: #E80A03;
}
.BgClassName
{
background-color: #E80A03;
}
</style>
border-color css
<style>
span { border-color: #E80A03; }
span { border-color: rgb(232,10,3); }
td.TdClassName
{
border-color: #E80A03;
}
.TagClassName
{
border-color: #E80A03;
}
</style>