Shades of Crimson #E70D47
Tints of Crimson #E70D47
RGB
CMYK
RGB Variations
Color information
#E70D47 (or 0xE70D47) is known color: Crimson. HEX triplet: E7, 0D and 47. RGB value is (231,13,71). Sum of RGB (Red+Green+Blue) = 231+13+71=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70D47 is #18F2B8. Grayscale: #545454. Windows color (decimal): -1635001 or 4656615. OLE color: 4656615.
HSL color Cylindrical-coordinate representation of color #E70D47: hue angle of 344.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70D47 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 71 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.09 |
| HSL | 344.04º | 0.89% | 0.48% | - |
| HSV(B) | 344.04º | 0.94% | 0.91% | - |
| XYZ | 34.24 | 17.73 | 7.58 | - |
| YUV | 84.79 | 120.22 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 71 | 0 | 0.94 | 0.69 | 0.09 | 344.04 | 0.89 | 0.48 |
| Hex | E7 | D | 47 | 0 | 5E | 45 | 9 | 158 | 59 | 30 |
| Octal | 347 | 15 | 107 | 0 | 136 | 105 | 11 | 530 | 131 | 60 |
| Binary | 11100111 | 1101 | 1000111 | 0 | 1011110 | 1000101 | 1001 | 101011000 | 1011001 | 110000 |
Color Harmonies of #E70D47
Complementary color
Monochromatic Colors of #E70D47
Black with #E70D47
Text Example
Text Example
White with #E70D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D47; }
p { color: rgb(231,13,71); }
H1.HeaderClassName
{
color: #E70D47;
}
.AnyTagClassName
{
color: #E70D47;
}
</style>
background-color css
<style>
a { background-color: #E70D47; }
a { background-color: rgb(231,13,71); }
div.DivClassName
{
background-color: #E70D47;
}
.BgClassName
{
background-color: #E70D47;
}
</style>
border-color css
<style>
span { border-color: #E70D47; }
span { border-color: rgb(231,13,71); }
td.TdClassName
{
border-color: #E70D47;
}
.TagClassName
{
border-color: #E70D47;
}
</style>