Shades of Red #E71102
Tints of Red #E71102
RGB
CMYK
RGB Variations
Color information
#E71102 (or 0xE71102) is known color: Red. HEX triplet: E7, 11 and 02. RGB value is (231,17,2). Sum of RGB (Red+Green+Blue) = 231+17+2=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E71102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71102 is #18EEFD. Grayscale: #4F4F4F. Windows color (decimal): -1634046 or 135655. OLE color: 135655.
HSL color Cylindrical-coordinate representation of color #E71102: hue angle of 3.93º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E71102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.09 |
| HSL | 3.93º | 0.98% | 0.46% | - |
| HSV(B) | 3.93º | 0.99% | 0.91% | - |
| XYZ | 33.17 | 17.39 | 1.67 | - |
| YUV | 79.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 2 | 0 | 0.93 | 0.99 | 0.09 | 3.93 | 0.98 | 0.46 |
| Hex | E7 | 11 | 2 | 0 | 5D | 63 | 9 | 4 | 62 | 2E |
| Octal | 347 | 21 | 2 | 0 | 135 | 143 | 11 | 4 | 142 | 56 |
| Binary | 11100111 | 10001 | 10 | 0 | 1011101 | 1100011 | 1001 | 100 | 1100010 | 101110 |
Color Harmonies of #E71102
Complementary color
Monochromatic Colors of #E71102
Black with #E71102
Text Example
Text Example
White with #E71102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71102; }
p { color: rgb(231,17,2); }
H1.HeaderClassName
{
color: #E71102;
}
.AnyTagClassName
{
color: #E71102;
}
</style>
background-color css
<style>
a { background-color: #E71102; }
a { background-color: rgb(231,17,2); }
div.DivClassName
{
background-color: #E71102;
}
.BgClassName
{
background-color: #E71102;
}
</style>
border-color css
<style>
span { border-color: #E71102; }
span { border-color: rgb(231,17,2); }
td.TdClassName
{
border-color: #E71102;
}
.TagClassName
{
border-color: #E71102;
}
</style>