Shades of Crimson #E7113D
Tints of Crimson #E7113D
RGB
CMYK
RGB Variations
Color information
#E7113D (or 0xE7113D) is known color: Crimson. HEX triplet: E7, 11 and 3D. RGB value is (231,17,61). Sum of RGB (Red+Green+Blue) = 231+17+61=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7113D is #18EEC2. Grayscale: #565656. Windows color (decimal): -1633987 or 4002279. OLE color: 4002279.
HSL color Cylindrical-coordinate representation of color #E7113D: hue angle of 347.66º 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 #E7113D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.09 |
| HSL | 347.66º | 0.86% | 0.49% | - |
| HSV(B) | 347.66º | 0.93% | 0.91% | - |
| XYZ | 34 | 17.73 | 6.04 | - |
| YUV | 86 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 61 | 0 | 0.93 | 0.74 | 0.09 | 347.66 | 0.86 | 0.49 |
| Hex | E7 | 11 | 3D | 0 | 5D | 4A | 9 | 15C | 56 | 31 |
| Octal | 347 | 21 | 75 | 0 | 135 | 112 | 11 | 534 | 126 | 61 |
| Binary | 11100111 | 10001 | 111101 | 0 | 1011101 | 1001010 | 1001 | 101011100 | 1010110 | 110001 |
Color Harmonies of #E7113D
Complementary color
Monochromatic Colors of #E7113D
Black with #E7113D
Text Example
Text Example
White with #E7113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7113D; }
p { color: rgb(231,17,61); }
H1.HeaderClassName
{
color: #E7113D;
}
.AnyTagClassName
{
color: #E7113D;
}
</style>
background-color css
<style>
a { background-color: #E7113D; }
a { background-color: rgb(231,17,61); }
div.DivClassName
{
background-color: #E7113D;
}
.BgClassName
{
background-color: #E7113D;
}
</style>
border-color css
<style>
span { border-color: #E7113D; }
span { border-color: rgb(231,17,61); }
td.TdClassName
{
border-color: #E7113D;
}
.TagClassName
{
border-color: #E7113D;
}
</style>