Shades of Crimson #E7112E
Tints of Crimson #E7112E
RGB
CMYK
RGB Variations
Color information
#E7112E (or 0xE7112E) is known color: Crimson. HEX triplet: E7, 11 and 2E. RGB value is (231,17,46). Sum of RGB (Red+Green+Blue) = 231+17+46=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E7112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7112E is #18EED1. Grayscale: #545454. Windows color (decimal): -1634002 or 3019239. OLE color: 3019239.
HSL color Cylindrical-coordinate representation of color #E7112E: hue angle of 351.87º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7112E is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.09 |
| HSL | 351.87º | 0.86% | 0.49% | - |
| HSV(B) | 351.87º | 0.93% | 0.91% | - |
| XYZ | 33.65 | 17.59 | 4.21 | - |
| YUV | 84.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 46 | 0 | 0.93 | 0.80 | 0.09 | 351.87 | 0.86 | 0.49 |
| Hex | E7 | 11 | 2E | 0 | 5D | 50 | 9 | 160 | 56 | 31 |
| Octal | 347 | 21 | 56 | 0 | 135 | 120 | 11 | 540 | 126 | 61 |
| Binary | 11100111 | 10001 | 101110 | 0 | 1011101 | 1010000 | 1001 | 101100000 | 1010110 | 110001 |
Color Harmonies of #E7112E
Complementary color
Monochromatic Colors of #E7112E
Black with #E7112E
Text Example
Text Example
White with #E7112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7112E; }
p { color: rgb(231,17,46); }
H1.HeaderClassName
{
color: #E7112E;
}
.AnyTagClassName
{
color: #E7112E;
}
</style>
background-color css
<style>
a { background-color: #E7112E; }
a { background-color: rgb(231,17,46); }
div.DivClassName
{
background-color: #E7112E;
}
.BgClassName
{
background-color: #E7112E;
}
</style>
border-color css
<style>
span { border-color: #E7112E; }
span { border-color: rgb(231,17,46); }
td.TdClassName
{
border-color: #E7112E;
}
.TagClassName
{
border-color: #E7112E;
}
</style>