Shades of Red #E80100
Tints of Red #E80100
RGB
CMYK
RGB Variations
Color information
#E80100 (or 0xE80100) is known color: Red. HEX triplet: E8, 01 and 00. RGB value is (232,1,0). Sum of RGB (Red+Green+Blue) = 232+1+0=233 (30% of max value = 765). Red value is 232 (91.02% from 255 or 99.57% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 232 - color contains mainly: red. Hex color #E80100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80100 is #17FEFF. Grayscale: #464646. Windows color (decimal): -1572608 or 488. OLE color: 488.
HSL color Cylindrical-coordinate representation of color #E80100: hue angle of 0.26º 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 #E80100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.09 |
| HSL | 0.26º | 1% | 0.45% | - |
| HSV(B) | 0.26º | 1% | 0.91% | - |
| XYZ | 33.29 | 17.18 | 1.56 | - |
| YUV | 69.96 | 88.53 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 0 | 0 | 1.00 | 1 | 0.09 | 0.26 | 1 | 0.45 |
| Hex | E8 | 1 | 0 | 0 | 64 | 64 | 9 | 0 | 64 | 2D |
| Octal | 350 | 1 | 0 | 0 | 144 | 144 | 11 | 0 | 144 | 55 |
| Binary | 11101000 | 1 | 0 | 0 | 1100100 | 1100100 | 1001 | 0 | 1100100 | 101101 |
Color Harmonies of #E80100
Complementary color
Monochromatic Colors of #E80100
Black with #E80100
Text Example
Text Example
White with #E80100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80100; }
p { color: rgb(232,1,0); }
H1.HeaderClassName
{
color: #E80100;
}
.AnyTagClassName
{
color: #E80100;
}
</style>
background-color css
<style>
a { background-color: #E80100; }
a { background-color: rgb(232,1,0); }
div.DivClassName
{
background-color: #E80100;
}
.BgClassName
{
background-color: #E80100;
}
</style>
border-color css
<style>
span { border-color: #E80100; }
span { border-color: rgb(232,1,0); }
td.TdClassName
{
border-color: #E80100;
}
.TagClassName
{
border-color: #E80100;
}
</style>