Shades of Crimson #E71036
Tints of Crimson #E71036
RGB
CMYK
RGB Variations
Color information
#E71036 (or 0xE71036) is known color: Crimson. HEX triplet: E7, 10 and 36. RGB value is (231,16,54). Sum of RGB (Red+Green+Blue) = 231+16+54=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E71036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71036 is #18EFC9. Grayscale: #545454. Windows color (decimal): -1634250 or 3543271. OLE color: 3543271.
HSL color Cylindrical-coordinate representation of color #E71036: hue angle of 349.4º 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 #E71036 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 54 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.09 |
| HSL | 349.4º | 0.87% | 0.48% | - |
| HSV(B) | 349.4º | 0.93% | 0.91% | - |
| XYZ | 33.81 | 17.63 | 5.11 | - |
| YUV | 84.62 | 110.73 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 54 | 0 | 0.93 | 0.77 | 0.09 | 349.4 | 0.87 | 0.48 |
| Hex | E7 | 10 | 36 | 0 | 5D | 4D | 9 | 15D | 57 | 30 |
| Octal | 347 | 20 | 66 | 0 | 135 | 115 | 11 | 535 | 127 | 60 |
| Binary | 11100111 | 10000 | 110110 | 0 | 1011101 | 1001101 | 1001 | 101011101 | 1010111 | 110000 |
Color Harmonies of #E71036
Complementary color
Monochromatic Colors of #E71036
Black with #E71036
Text Example
Text Example
White with #E71036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71036; }
p { color: rgb(231,16,54); }
H1.HeaderClassName
{
color: #E71036;
}
.AnyTagClassName
{
color: #E71036;
}
</style>
background-color css
<style>
a { background-color: #E71036; }
a { background-color: rgb(231,16,54); }
div.DivClassName
{
background-color: #E71036;
}
.BgClassName
{
background-color: #E71036;
}
</style>
border-color css
<style>
span { border-color: #E71036; }
span { border-color: rgb(231,16,54); }
td.TdClassName
{
border-color: #E71036;
}
.TagClassName
{
border-color: #E71036;
}
</style>