Shades of Crimson #E71040
Tints of Crimson #E71040
RGB
CMYK
RGB Variations
Color information
#E71040 (or 0xE71040) is known color: Crimson. HEX triplet: E7, 10 and 40. RGB value is (231,16,64). Sum of RGB (Red+Green+Blue) = 231+16+64=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E71040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71040 is #18EFBF. Grayscale: #555555. Windows color (decimal): -1634240 or 4198631. OLE color: 4198631.
HSL color Cylindrical-coordinate representation of color #E71040: hue angle of 346.6º 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 #E71040 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 64 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.09 |
| HSL | 346.6º | 0.87% | 0.48% | - |
| HSV(B) | 346.6º | 0.93% | 0.91% | - |
| XYZ | 34.07 | 17.73 | 6.48 | - |
| YUV | 85.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 64 | 0 | 0.93 | 0.72 | 0.09 | 346.6 | 0.87 | 0.48 |
| Hex | E7 | 10 | 40 | 0 | 5D | 48 | 9 | 15B | 57 | 30 |
| Octal | 347 | 20 | 100 | 0 | 135 | 110 | 11 | 533 | 127 | 60 |
| Binary | 11100111 | 10000 | 1000000 | 0 | 1011101 | 1001000 | 1001 | 101011011 | 1010111 | 110000 |
Color Harmonies of #E71040
Complementary color
Monochromatic Colors of #E71040
Black with #E71040
Text Example
Text Example
White with #E71040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71040; }
p { color: rgb(231,16,64); }
H1.HeaderClassName
{
color: #E71040;
}
.AnyTagClassName
{
color: #E71040;
}
</style>
background-color css
<style>
a { background-color: #E71040; }
a { background-color: rgb(231,16,64); }
div.DivClassName
{
background-color: #E71040;
}
.BgClassName
{
background-color: #E71040;
}
</style>
border-color css
<style>
span { border-color: #E71040; }
span { border-color: rgb(231,16,64); }
td.TdClassName
{
border-color: #E71040;
}
.TagClassName
{
border-color: #E71040;
}
</style>