Shades of Crimson #E71037
Tints of Crimson #E71037
RGB
CMYK
RGB Variations
Color information
#E71037 (or 0xE71037) is known color: Crimson. HEX triplet: E7, 10 and 37. RGB value is (231,16,55). Sum of RGB (Red+Green+Blue) = 231+16+55=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E71037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71037 is #18EFC8. Grayscale: #545454. Windows color (decimal): -1634249 or 3608807. OLE color: 3608807.
HSL color Cylindrical-coordinate representation of color #E71037: hue angle of 349.12º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71037 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.09 |
| HSL | 349.12º | 0.87% | 0.48% | - |
| HSV(B) | 349.12º | 0.93% | 0.91% | - |
| XYZ | 33.83 | 17.64 | 5.24 | - |
| YUV | 84.73 | 111.23 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 55 | 0 | 0.93 | 0.76 | 0.09 | 349.12 | 0.87 | 0.48 |
| Hex | E7 | 10 | 37 | 0 | 5D | 4C | 9 | 15D | 57 | 30 |
| Octal | 347 | 20 | 67 | 0 | 135 | 114 | 11 | 535 | 127 | 60 |
| Binary | 11100111 | 10000 | 110111 | 0 | 1011101 | 1001100 | 1001 | 101011101 | 1010111 | 110000 |
Color Harmonies of #E71037
Complementary color
Monochromatic Colors of #E71037
Black with #E71037
Text Example
Text Example
White with #E71037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71037; }
p { color: rgb(231,16,55); }
H1.HeaderClassName
{
color: #E71037;
}
.AnyTagClassName
{
color: #E71037;
}
</style>
background-color css
<style>
a { background-color: #E71037; }
a { background-color: rgb(231,16,55); }
div.DivClassName
{
background-color: #E71037;
}
.BgClassName
{
background-color: #E71037;
}
</style>
border-color css
<style>
span { border-color: #E71037; }
span { border-color: rgb(231,16,55); }
td.TdClassName
{
border-color: #E71037;
}
.TagClassName
{
border-color: #E71037;
}
</style>