Shades of Red #E0110B
Tints of Red #E0110B
RGB
CMYK
RGB Variations
Color information
#E0110B (or 0xE0110B) is known color: Red. HEX triplet: E0, 11 and 0B. RGB value is (224,17,11). Sum of RGB (Red+Green+Blue) = 224+17+11=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E0110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0110B is #1FEEF4. Grayscale: #4E4E4E. Windows color (decimal): -2092789 or 725472. OLE color: 725472.
HSL color Cylindrical-coordinate representation of color #E0110B: hue angle of 1.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.12 |
| HSL | 1.69º | 0.91% | 0.46% | - |
| HSV(B) | 1.69º | 0.95% | 0.88% | - |
| XYZ | 31 | 16.27 | 1.82 | - |
| YUV | 78.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 11 | 0 | 0.92 | 0.95 | 0.12 | 1.69 | 0.91 | 0.46 |
| Hex | E0 | 11 | B | 0 | 5C | 5F | C | 2 | 5B | 2E |
| Octal | 340 | 21 | 13 | 0 | 134 | 137 | 14 | 2 | 133 | 56 |
| Binary | 11100000 | 10001 | 1011 | 0 | 1011100 | 1011111 | 1100 | 10 | 1011011 | 101110 |
Color Harmonies of #E0110B
Complementary color
Monochromatic Colors of #E0110B
Black with #E0110B
Text Example
Text Example
White with #E0110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0110B; }
p { color: rgb(224,17,11); }
H1.HeaderClassName
{
color: #E0110B;
}
.AnyTagClassName
{
color: #E0110B;
}
</style>
background-color css
<style>
a { background-color: #E0110B; }
a { background-color: rgb(224,17,11); }
div.DivClassName
{
background-color: #E0110B;
}
.BgClassName
{
background-color: #E0110B;
}
</style>
border-color css
<style>
span { border-color: #E0110B; }
span { border-color: rgb(224,17,11); }
td.TdClassName
{
border-color: #E0110B;
}
.TagClassName
{
border-color: #E0110B;
}
</style>