Shades of Crimson #E71937
Tints of Crimson #E71937
RGB
CMYK
RGB Variations
Color information
#E71937 (or 0xE71937) is known color: Crimson. HEX triplet: E7, 19 and 37. RGB value is (231,25,55). Sum of RGB (Red+Green+Blue) = 231+25+55=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E71937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71937 is #18E6C8. Grayscale: #5A5A5A. Windows color (decimal): -1631945 or 3611111. OLE color: 3611111.
HSL color Cylindrical-coordinate representation of color #E71937: hue angle of 351.26º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71937 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 55 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.09 |
| HSL | 351.26º | 0.81% | 0.5% | - |
| HSV(B) | 351.26º | 0.89% | 0.91% | - |
| XYZ | 33.99 | 17.96 | 5.29 | - |
| YUV | 90.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 55 | 0 | 0.89 | 0.76 | 0.09 | 351.26 | 0.81 | 0.5 |
| Hex | E7 | 19 | 37 | 0 | 59 | 4C | 9 | 15F | 51 | 32 |
| Octal | 347 | 31 | 67 | 0 | 131 | 114 | 11 | 537 | 121 | 62 |
| Binary | 11100111 | 11001 | 110111 | 0 | 1011001 | 1001100 | 1001 | 101011111 | 1010001 | 110010 |
Color Harmonies of #E71937
Complementary color
Monochromatic Colors of #E71937
Black with #E71937
Text Example
Text Example
White with #E71937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71937; }
p { color: rgb(231,25,55); }
H1.HeaderClassName
{
color: #E71937;
}
.AnyTagClassName
{
color: #E71937;
}
</style>
background-color css
<style>
a { background-color: #E71937; }
a { background-color: rgb(231,25,55); }
div.DivClassName
{
background-color: #E71937;
}
.BgClassName
{
background-color: #E71937;
}
</style>
border-color css
<style>
span { border-color: #E71937; }
span { border-color: rgb(231,25,55); }
td.TdClassName
{
border-color: #E71937;
}
.TagClassName
{
border-color: #E71937;
}
</style>