Shades of Red #E81100
Tints of Red #E81100
RGB
CMYK
RGB Variations
Color information
#E81100 (or 0xE81100) is known color: Red. HEX triplet: E8, 11 and 00. RGB value is (232,17,0). Sum of RGB (Red+Green+Blue) = 232+17+0=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E81100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81100 is #17EEFF. Grayscale: #4F4F4F. Windows color (decimal): -1568512 or 4584. OLE color: 4584.
HSL color Cylindrical-coordinate representation of color #E81100: hue angle of 4.4º 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 #E81100 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.09 |
| HSL | 4.4º | 1% | 0.45% | - |
| HSV(B) | 4.4º | 1% | 0.91% | - |
| XYZ | 33.48 | 17.56 | 1.62 | - |
| YUV | 79.35 | 83.23 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 0 | 0 | 0.93 | 1 | 0.09 | 4.4 | 1 | 0.45 |
| Hex | E8 | 11 | 0 | 0 | 5D | 64 | 9 | 4 | 64 | 2D |
| Octal | 350 | 21 | 0 | 0 | 135 | 144 | 11 | 4 | 144 | 55 |
| Binary | 11101000 | 10001 | 0 | 0 | 1011101 | 1100100 | 1001 | 100 | 1100100 | 101101 |
Color Harmonies of #E81100
Complementary color
Monochromatic Colors of #E81100
Black with #E81100
Text Example
Text Example
White with #E81100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81100; }
p { color: rgb(232,17,0); }
H1.HeaderClassName
{
color: #E81100;
}
.AnyTagClassName
{
color: #E81100;
}
</style>
background-color css
<style>
a { background-color: #E81100; }
a { background-color: rgb(232,17,0); }
div.DivClassName
{
background-color: #E81100;
}
.BgClassName
{
background-color: #E81100;
}
</style>
border-color css
<style>
span { border-color: #E81100; }
span { border-color: rgb(232,17,0); }
td.TdClassName
{
border-color: #E81100;
}
.TagClassName
{
border-color: #E81100;
}
</style>