Shades of Red #E00901
Tints of Red #E00901
RGB
CMYK
RGB Variations
Color information
#E00901 (or 0xE00901) is known color: Red. HEX triplet: E0, 09 and 01. RGB value is (224,9,1). Sum of RGB (Red+Green+Blue) = 224+9+1=234 (30% of max value = 765). Red value is 224 (87.89% from 255 or 95.73% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 224 - color contains mainly: red. Hex color #E00901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00901 is #1FF6FE. Grayscale: #484848. Windows color (decimal): -2094847 or 68064. OLE color: 68064.
HSL color Cylindrical-coordinate representation of color #E00901: hue angle of 2.15º 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 #E00901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.12 |
| HSL | 2.15º | 0.99% | 0.44% | - |
| HSV(B) | 2.15º | 1% | 0.88% | - |
| XYZ | 30.84 | 16.04 | 1.5 | - |
| YUV | 72.37 | 87.73 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 1 | 0 | 0.96 | 1.00 | 0.12 | 2.15 | 0.99 | 0.44 |
| Hex | E0 | 9 | 1 | 0 | 60 | 64 | C | 2 | 63 | 2C |
| Octal | 340 | 11 | 1 | 0 | 140 | 144 | 14 | 2 | 143 | 54 |
| Binary | 11100000 | 1001 | 1 | 0 | 1100000 | 1100100 | 1100 | 10 | 1100011 | 101100 |
Color Harmonies of #E00901
Complementary color
Monochromatic Colors of #E00901
Black with #E00901
Text Example
Text Example
White with #E00901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00901; }
p { color: rgb(224,9,1); }
H1.HeaderClassName
{
color: #E00901;
}
.AnyTagClassName
{
color: #E00901;
}
</style>
background-color css
<style>
a { background-color: #E00901; }
a { background-color: rgb(224,9,1); }
div.DivClassName
{
background-color: #E00901;
}
.BgClassName
{
background-color: #E00901;
}
</style>
border-color css
<style>
span { border-color: #E00901; }
span { border-color: rgb(224,9,1); }
td.TdClassName
{
border-color: #E00901;
}
.TagClassName
{
border-color: #E00901;
}
</style>