Shades of Red #E01101
Tints of Red #E01101
RGB
CMYK
RGB Variations
Color information
#E01101 (or 0xE01101) is known color: Red. HEX triplet: E0, 11 and 01. RGB value is (224,17,1). Sum of RGB (Red+Green+Blue) = 224+17+1=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E01101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01101 is #1FEEFE. Grayscale: #4D4D4D. Windows color (decimal): -2092799 or 70112. OLE color: 70112.
HSL color Cylindrical-coordinate representation of color #E01101: hue angle of 4.3º 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 #E01101 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.12 |
| HSL | 4.3º | 0.99% | 0.44% | - |
| HSV(B) | 4.3º | 1% | 0.88% | - |
| XYZ | 30.95 | 16.25 | 1.53 | - |
| YUV | 77.07 | 85.08 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 1 | 0 | 0.92 | 1.00 | 0.12 | 4.3 | 0.99 | 0.44 |
| Hex | E0 | 11 | 1 | 0 | 5C | 64 | C | 4 | 63 | 2C |
| Octal | 340 | 21 | 1 | 0 | 134 | 144 | 14 | 4 | 143 | 54 |
| Binary | 11100000 | 10001 | 1 | 0 | 1011100 | 1100100 | 1100 | 100 | 1100011 | 101100 |
Color Harmonies of #E01101
Complementary color
Monochromatic Colors of #E01101
Black with #E01101
Text Example
Text Example
White with #E01101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01101; }
p { color: rgb(224,17,1); }
H1.HeaderClassName
{
color: #E01101;
}
.AnyTagClassName
{
color: #E01101;
}
</style>
background-color css
<style>
a { background-color: #E01101; }
a { background-color: rgb(224,17,1); }
div.DivClassName
{
background-color: #E01101;
}
.BgClassName
{
background-color: #E01101;
}
</style>
border-color css
<style>
span { border-color: #E01101; }
span { border-color: rgb(224,17,1); }
td.TdClassName
{
border-color: #E01101;
}
.TagClassName
{
border-color: #E01101;
}
</style>