Shades of Red #E80900
Tints of Red #E80900
RGB
CMYK
RGB Variations
Color information
#E80900 (or 0xE80900) is known color: Red. HEX triplet: E8, 09 and 00. RGB value is (232,9,0). Sum of RGB (Red+Green+Blue) = 232+9+0=241 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.27% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 232 - color contains mainly: red. Hex color #E80900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80900 is #17F6FF. Grayscale: #4A4A4A. Windows color (decimal): -1570560 or 2536. OLE color: 2536.
HSL color Cylindrical-coordinate representation of color #E80900: hue angle of 2.33º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.09 |
| HSL | 2.33º | 1% | 0.45% | - |
| HSV(B) | 2.33º | 1% | 0.91% | - |
| XYZ | 33.38 | 17.35 | 1.59 | - |
| YUV | 74.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 0 | 0 | 0.96 | 1 | 0.09 | 2.33 | 1 | 0.45 |
| Hex | E8 | 9 | 0 | 0 | 60 | 64 | 9 | 2 | 64 | 2D |
| Octal | 350 | 11 | 0 | 0 | 140 | 144 | 11 | 2 | 144 | 55 |
| Binary | 11101000 | 1001 | 0 | 0 | 1100000 | 1100100 | 1001 | 10 | 1100100 | 101101 |
Color Harmonies of #E80900
Complementary color
Monochromatic Colors of #E80900
Black with #E80900
Text Example
Text Example
White with #E80900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80900; }
p { color: rgb(232,9,0); }
H1.HeaderClassName
{
color: #E80900;
}
.AnyTagClassName
{
color: #E80900;
}
</style>
background-color css
<style>
a { background-color: #E80900; }
a { background-color: rgb(232,9,0); }
div.DivClassName
{
background-color: #E80900;
}
.BgClassName
{
background-color: #E80900;
}
</style>
border-color css
<style>
span { border-color: #E80900; }
span { border-color: rgb(232,9,0); }
td.TdClassName
{
border-color: #E80900;
}
.TagClassName
{
border-color: #E80900;
}
</style>