Shades of Red #E7110F
Tints of Red #E7110F
RGB
CMYK
RGB Variations
Color information
#E7110F (or 0xE7110F) is known color: Red. HEX triplet: E7, 11 and 0F. RGB value is (231,17,15). Sum of RGB (Red+Green+Blue) = 231+17+15=263 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.83% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 231 - color contains mainly: red. Hex color #E7110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7110F is #18EEF0. Grayscale: #505050. Windows color (decimal): -1634033 or 987623. OLE color: 987623.
HSL color Cylindrical-coordinate representation of color #E7110F: hue angle of 0.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7110F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.09 |
| HSL | 0.56º | 0.88% | 0.48% | - |
| HSV(B) | 0.56º | 0.94% | 0.91% | - |
| XYZ | 33.24 | 17.42 | 2.06 | - |
| YUV | 80.76 | 90.9 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 15 | 0 | 0.93 | 0.94 | 0.09 | 0.56 | 0.88 | 0.48 |
| Hex | E7 | 11 | F | 0 | 5D | 5E | 9 | 1 | 58 | 30 |
| Octal | 347 | 21 | 17 | 0 | 135 | 136 | 11 | 1 | 130 | 60 |
| Binary | 11100111 | 10001 | 1111 | 0 | 1011101 | 1011110 | 1001 | 1 | 1011000 | 110000 |
Color Harmonies of #E7110F
Complementary color
Monochromatic Colors of #E7110F
Black with #E7110F
Text Example
Text Example
White with #E7110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7110F; }
p { color: rgb(231,17,15); }
H1.HeaderClassName
{
color: #E7110F;
}
.AnyTagClassName
{
color: #E7110F;
}
</style>
background-color css
<style>
a { background-color: #E7110F; }
a { background-color: rgb(231,17,15); }
div.DivClassName
{
background-color: #E7110F;
}
.BgClassName
{
background-color: #E7110F;
}
</style>
border-color css
<style>
span { border-color: #E7110F; }
span { border-color: rgb(231,17,15); }
td.TdClassName
{
border-color: #E7110F;
}
.TagClassName
{
border-color: #E7110F;
}
</style>