Shades of Red #E0110A
Tints of Red #E0110A
RGB
CMYK
RGB Variations
Color information
#E0110A (or 0xE0110A) is known color: Red. HEX triplet: E0, 11 and 0A. RGB value is (224,17,10). Sum of RGB (Red+Green+Blue) = 224+17+10=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E0110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0110A is #1FEEF5. Grayscale: #4E4E4E. Windows color (decimal): -2092790 or 659936. OLE color: 659936.
HSL color Cylindrical-coordinate representation of color #E0110A: hue angle of 1.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0110A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.12 |
| HSL | 1.96º | 0.91% | 0.46% | - |
| HSV(B) | 1.96º | 0.96% | 0.88% | - |
| XYZ | 31 | 16.27 | 1.79 | - |
| YUV | 78.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 10 | 0 | 0.92 | 0.96 | 0.12 | 1.96 | 0.91 | 0.46 |
| Hex | E0 | 11 | A | 0 | 5C | 60 | C | 2 | 5B | 2E |
| Octal | 340 | 21 | 12 | 0 | 134 | 140 | 14 | 2 | 133 | 56 |
| Binary | 11100000 | 10001 | 1010 | 0 | 1011100 | 1100000 | 1100 | 10 | 1011011 | 101110 |
Color Harmonies of #E0110A
Complementary color
Monochromatic Colors of #E0110A
Black with #E0110A
Text Example
Text Example
White with #E0110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0110A; }
p { color: rgb(224,17,10); }
H1.HeaderClassName
{
color: #E0110A;
}
.AnyTagClassName
{
color: #E0110A;
}
</style>
background-color css
<style>
a { background-color: #E0110A; }
a { background-color: rgb(224,17,10); }
div.DivClassName
{
background-color: #E0110A;
}
.BgClassName
{
background-color: #E0110A;
}
</style>
border-color css
<style>
span { border-color: #E0110A; }
span { border-color: rgb(224,17,10); }
td.TdClassName
{
border-color: #E0110A;
}
.TagClassName
{
border-color: #E0110A;
}
</style>