Shades of Crimson #E7113B
Tints of Crimson #E7113B
RGB
CMYK
RGB Variations
Color information
#E7113B (or 0xE7113B) is known color: Crimson. HEX triplet: E7, 11 and 3B. RGB value is (231,17,59). Sum of RGB (Red+Green+Blue) = 231+17+59=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7113B is #18EEC4. Grayscale: #555555. Windows color (decimal): -1633989 or 3871207. OLE color: 3871207.
HSL color Cylindrical-coordinate representation of color #E7113B: hue angle of 348.22º 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 #E7113B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.09 |
| HSL | 348.22º | 0.86% | 0.49% | - |
| HSV(B) | 348.22º | 0.93% | 0.91% | - |
| XYZ | 33.94 | 17.71 | 5.77 | - |
| YUV | 85.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 59 | 0 | 0.93 | 0.74 | 0.09 | 348.22 | 0.86 | 0.49 |
| Hex | E7 | 11 | 3B | 0 | 5D | 4A | 9 | 15C | 56 | 31 |
| Octal | 347 | 21 | 73 | 0 | 135 | 112 | 11 | 534 | 126 | 61 |
| Binary | 11100111 | 10001 | 111011 | 0 | 1011101 | 1001010 | 1001 | 101011100 | 1010110 | 110001 |
Color Harmonies of #E7113B
Complementary color
Monochromatic Colors of #E7113B
Black with #E7113B
Text Example
Text Example
White with #E7113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7113B; }
p { color: rgb(231,17,59); }
H1.HeaderClassName
{
color: #E7113B;
}
.AnyTagClassName
{
color: #E7113B;
}
</style>
background-color css
<style>
a { background-color: #E7113B; }
a { background-color: rgb(231,17,59); }
div.DivClassName
{
background-color: #E7113B;
}
.BgClassName
{
background-color: #E7113B;
}
</style>
border-color css
<style>
span { border-color: #E7113B; }
span { border-color: rgb(231,17,59); }
td.TdClassName
{
border-color: #E7113B;
}
.TagClassName
{
border-color: #E7113B;
}
</style>