Shades of Red #E7100C
Tints of Red #E7100C
RGB
CMYK
RGB Variations
Color information
#E7100C (or 0xE7100C) is known color: Red. HEX triplet: E7, 10 and 0C. RGB value is (231,16,12). Sum of RGB (Red+Green+Blue) = 231+16+12=259 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.19% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 231 - color contains mainly: red. Hex color #E7100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7100C is #18EFF3. Grayscale: #505050. Windows color (decimal): -1634292 or 790759. OLE color: 790759.
HSL color Cylindrical-coordinate representation of color #E7100C: hue angle of 1.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.09 |
| HSL | 1.1º | 0.9% | 0.48% | - |
| HSV(B) | 1.1º | 0.95% | 0.91% | - |
| XYZ | 33.21 | 17.39 | 1.95 | - |
| YUV | 79.83 | 89.73 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 12 | 0 | 0.93 | 0.95 | 0.09 | 1.1 | 0.9 | 0.48 |
| Hex | E7 | 10 | C | 0 | 5D | 5F | 9 | 1 | 5A | 30 |
| Octal | 347 | 20 | 14 | 0 | 135 | 137 | 11 | 1 | 132 | 60 |
| Binary | 11100111 | 10000 | 1100 | 0 | 1011101 | 1011111 | 1001 | 1 | 1011010 | 110000 |
Color Harmonies of #E7100C
Complementary color
Monochromatic Colors of #E7100C
Black with #E7100C
Text Example
Text Example
White with #E7100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7100C; }
p { color: rgb(231,16,12); }
H1.HeaderClassName
{
color: #E7100C;
}
.AnyTagClassName
{
color: #E7100C;
}
</style>
background-color css
<style>
a { background-color: #E7100C; }
a { background-color: rgb(231,16,12); }
div.DivClassName
{
background-color: #E7100C;
}
.BgClassName
{
background-color: #E7100C;
}
</style>
border-color css
<style>
span { border-color: #E7100C; }
span { border-color: rgb(231,16,12); }
td.TdClassName
{
border-color: #E7100C;
}
.TagClassName
{
border-color: #E7100C;
}
</style>