Shades of Red #E80503
Tints of Red #E80503
RGB
CMYK
RGB Variations
Color information
#E80503 (or 0xE80503) is known color: Red. HEX triplet: E8, 05 and 03. RGB value is (232,5,3). Sum of RGB (Red+Green+Blue) = 232+5+3=240 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 232 - color contains mainly: red. Hex color #E80503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80503 is #17FAFC. Grayscale: #484848. Windows color (decimal): -1571581 or 198120. OLE color: 198120.
HSL color Cylindrical-coordinate representation of color #E80503: hue angle of 0.52º 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 #E80503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.09 |
| HSL | 0.52º | 0.97% | 0.46% | - |
| HSV(B) | 0.52º | 0.99% | 0.91% | - |
| XYZ | 33.35 | 17.27 | 1.66 | - |
| YUV | 72.65 | 88.71 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 3 | 0 | 0.98 | 0.99 | 0.09 | 0.52 | 0.97 | 0.46 |
| Hex | E8 | 5 | 3 | 0 | 62 | 63 | 9 | 1 | 61 | 2E |
| Octal | 350 | 5 | 3 | 0 | 142 | 143 | 11 | 1 | 141 | 56 |
| Binary | 11101000 | 101 | 11 | 0 | 1100010 | 1100011 | 1001 | 1 | 1100001 | 101110 |
Color Harmonies of #E80503
Complementary color
Monochromatic Colors of #E80503
Black with #E80503
Text Example
Text Example
White with #E80503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80503; }
p { color: rgb(232,5,3); }
H1.HeaderClassName
{
color: #E80503;
}
.AnyTagClassName
{
color: #E80503;
}
</style>
background-color css
<style>
a { background-color: #E80503; }
a { background-color: rgb(232,5,3); }
div.DivClassName
{
background-color: #E80503;
}
.BgClassName
{
background-color: #E80503;
}
</style>
border-color css
<style>
span { border-color: #E80503; }
span { border-color: rgb(232,5,3); }
td.TdClassName
{
border-color: #E80503;
}
.TagClassName
{
border-color: #E80503;
}
</style>