Shades of Red #E7110B
Tints of Red #E7110B
RGB
CMYK
RGB Variations
Color information
#E7110B (or 0xE7110B) is known color: Red. HEX triplet: E7, 11 and 0B. RGB value is (231,17,11). Sum of RGB (Red+Green+Blue) = 231+17+11=259 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.19% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 231 - color contains mainly: red. Hex color #E7110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7110B is #18EEF4. Grayscale: #505050. Windows color (decimal): -1634037 or 725479. OLE color: 725479.
HSL color Cylindrical-coordinate representation of color #E7110B: hue angle of 1.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7110B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.09 |
| HSL | 1.64º | 0.91% | 0.47% | - |
| HSV(B) | 1.64º | 0.95% | 0.91% | - |
| XYZ | 33.22 | 17.41 | 1.93 | - |
| YUV | 80.3 | 88.9 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 11 | 0 | 0.93 | 0.95 | 0.09 | 1.64 | 0.91 | 0.47 |
| Hex | E7 | 11 | B | 0 | 5D | 5F | 9 | 2 | 5B | 2F |
| Octal | 347 | 21 | 13 | 0 | 135 | 137 | 11 | 2 | 133 | 57 |
| Binary | 11100111 | 10001 | 1011 | 0 | 1011101 | 1011111 | 1001 | 10 | 1011011 | 101111 |
Color Harmonies of #E7110B
Complementary color
Monochromatic Colors of #E7110B
Black with #E7110B
Text Example
Text Example
White with #E7110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7110B; }
p { color: rgb(231,17,11); }
H1.HeaderClassName
{
color: #E7110B;
}
.AnyTagClassName
{
color: #E7110B;
}
</style>
background-color css
<style>
a { background-color: #E7110B; }
a { background-color: rgb(231,17,11); }
div.DivClassName
{
background-color: #E7110B;
}
.BgClassName
{
background-color: #E7110B;
}
</style>
border-color css
<style>
span { border-color: #E7110B; }
span { border-color: rgb(231,17,11); }
td.TdClassName
{
border-color: #E7110B;
}
.TagClassName
{
border-color: #E7110B;
}
</style>