Shades of Red #E10801
Tints of Red #E10801
RGB
CMYK
RGB Variations
Color information
#E10801 (or 0xE10801) is known color: Red. HEX triplet: E1, 08 and 01. RGB value is (225,8,1). Sum of RGB (Red+Green+Blue) = 225+8+1=234 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.15% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 225 - color contains mainly: red. Hex color #E10801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10801 is #1EF7FE. Grayscale: #484848. Windows color (decimal): -2029567 or 67809. OLE color: 67809.
HSL color Cylindrical-coordinate representation of color #E10801: hue angle of 1.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10801 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.12 |
| HSL | 1.88º | 0.99% | 0.44% | - |
| HSV(B) | 1.88º | 1% | 0.88% | - |
| XYZ | 31.14 | 16.18 | 1.51 | - |
| YUV | 72.09 | 87.89 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 1 | 0 | 0.96 | 1.00 | 0.12 | 1.88 | 0.99 | 0.44 |
| Hex | E1 | 8 | 1 | 0 | 60 | 64 | C | 2 | 63 | 2C |
| Octal | 341 | 10 | 1 | 0 | 140 | 144 | 14 | 2 | 143 | 54 |
| Binary | 11100001 | 1000 | 1 | 0 | 1100000 | 1100100 | 1100 | 10 | 1100011 | 101100 |
Color Harmonies of #E10801
Complementary color
Monochromatic Colors of #E10801
Black with #E10801
Text Example
Text Example
White with #E10801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10801; }
p { color: rgb(225,8,1); }
H1.HeaderClassName
{
color: #E10801;
}
.AnyTagClassName
{
color: #E10801;
}
</style>
background-color css
<style>
a { background-color: #E10801; }
a { background-color: rgb(225,8,1); }
div.DivClassName
{
background-color: #E10801;
}
.BgClassName
{
background-color: #E10801;
}
</style>
border-color css
<style>
span { border-color: #E10801; }
span { border-color: rgb(225,8,1); }
td.TdClassName
{
border-color: #E10801;
}
.TagClassName
{
border-color: #E10801;
}
</style>