Shades of Red #E10901
Tints of Red #E10901
RGB
CMYK
RGB Variations
Color information
#E10901 (or 0xE10901) is known color: Red. HEX triplet: E1, 09 and 01. RGB value is (225,9,1). Sum of RGB (Red+Green+Blue) = 225+9+1=235 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.74% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 225 - color contains mainly: red. Hex color #E10901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10901 is #1EF6FE. Grayscale: #484848. Windows color (decimal): -2029311 or 68065. OLE color: 68065.
HSL color Cylindrical-coordinate representation of color #E10901: hue angle of 2.14º 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 #E10901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.12 |
| HSL | 2.14º | 0.99% | 0.44% | - |
| HSV(B) | 2.14º | 1% | 0.88% | - |
| XYZ | 31.15 | 16.21 | 1.51 | - |
| YUV | 72.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 1 | 0 | 0.96 | 1.00 | 0.12 | 2.14 | 0.99 | 0.44 |
| Hex | E1 | 9 | 1 | 0 | 60 | 64 | C | 2 | 63 | 2C |
| Octal | 341 | 11 | 1 | 0 | 140 | 144 | 14 | 2 | 143 | 54 |
| Binary | 11100001 | 1001 | 1 | 0 | 1100000 | 1100100 | 1100 | 10 | 1100011 | 101100 |
Color Harmonies of #E10901
Complementary color
Monochromatic Colors of #E10901
Black with #E10901
Text Example
Text Example
White with #E10901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10901; }
p { color: rgb(225,9,1); }
H1.HeaderClassName
{
color: #E10901;
}
.AnyTagClassName
{
color: #E10901;
}
</style>
background-color css
<style>
a { background-color: #E10901; }
a { background-color: rgb(225,9,1); }
div.DivClassName
{
background-color: #E10901;
}
.BgClassName
{
background-color: #E10901;
}
</style>
border-color css
<style>
span { border-color: #E10901; }
span { border-color: rgb(225,9,1); }
td.TdClassName
{
border-color: #E10901;
}
.TagClassName
{
border-color: #E10901;
}
</style>