Shades of Crimson #E70547
Tints of Crimson #E70547
RGB
CMYK
RGB Variations
Color information
#E70547 (or 0xE70547) is known color: Crimson. HEX triplet: E7, 05 and 47. RGB value is (231,5,71). Sum of RGB (Red+Green+Blue) = 231+5+71=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E70547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70547 is #18FAB8. Grayscale: #505050. Windows color (decimal): -1637049 or 4654567. OLE color: 4654567.
HSL color Cylindrical-coordinate representation of color #E70547: hue angle of 342.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70547 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.09 |
| HSL | 342.48º | 0.96% | 0.46% | - |
| HSV(B) | 342.48º | 0.98% | 0.91% | - |
| XYZ | 34.15 | 17.55 | 7.55 | - |
| YUV | 80.1 | 122.87 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 71 | 0 | 0.98 | 0.69 | 0.09 | 342.48 | 0.96 | 0.46 |
| Hex | E7 | 5 | 47 | 0 | 62 | 45 | 9 | 156 | 60 | 2E |
| Octal | 347 | 5 | 107 | 0 | 142 | 105 | 11 | 526 | 140 | 56 |
| Binary | 11100111 | 101 | 1000111 | 0 | 1100010 | 1000101 | 1001 | 101010110 | 1100000 | 101110 |
Color Harmonies of #E70547
Complementary color
Monochromatic Colors of #E70547
Black with #E70547
Text Example
Text Example
White with #E70547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70547; }
p { color: rgb(231,5,71); }
H1.HeaderClassName
{
color: #E70547;
}
.AnyTagClassName
{
color: #E70547;
}
</style>
background-color css
<style>
a { background-color: #E70547; }
a { background-color: rgb(231,5,71); }
div.DivClassName
{
background-color: #E70547;
}
.BgClassName
{
background-color: #E70547;
}
</style>
border-color css
<style>
span { border-color: #E70547; }
span { border-color: rgb(231,5,71); }
td.TdClassName
{
border-color: #E70547;
}
.TagClassName
{
border-color: #E70547;
}
</style>