Shades of Crimson #E10547
Tints of Crimson #E10547
RGB
CMYK
RGB Variations
Color information
#E10547 (or 0xE10547) is known color: Crimson. HEX triplet: E1, 05 and 47. RGB value is (225,5,71). Sum of RGB (Red+Green+Blue) = 225+5+71=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E10547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10547 is #1EFAB8. Grayscale: #4E4E4E. Windows color (decimal): -2030265 or 4654561. OLE color: 4654561.
HSL color Cylindrical-coordinate representation of color #E10547: hue angle of 342º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10547 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.12 |
| HSL | 342º | 0.96% | 0.45% | - |
| HSV(B) | 342º | 0.98% | 0.88% | - |
| XYZ | 32.24 | 16.57 | 7.46 | - |
| YUV | 78.3 | 123.89 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 71 | 0 | 0.98 | 0.68 | 0.12 | 342 | 0.96 | 0.45 |
| Hex | E1 | 5 | 47 | 0 | 62 | 44 | C | 156 | 60 | 2D |
| Octal | 341 | 5 | 107 | 0 | 142 | 104 | 14 | 526 | 140 | 55 |
| Binary | 11100001 | 101 | 1000111 | 0 | 1100010 | 1000100 | 1100 | 101010110 | 1100000 | 101101 |
Color Harmonies of #E10547
Complementary color
Monochromatic Colors of #E10547
Black with #E10547
Text Example
Text Example
White with #E10547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10547; }
p { color: rgb(225,5,71); }
H1.HeaderClassName
{
color: #E10547;
}
.AnyTagClassName
{
color: #E10547;
}
</style>
background-color css
<style>
a { background-color: #E10547; }
a { background-color: rgb(225,5,71); }
div.DivClassName
{
background-color: #E10547;
}
.BgClassName
{
background-color: #E10547;
}
</style>
border-color css
<style>
span { border-color: #E10547; }
span { border-color: rgb(225,5,71); }
td.TdClassName
{
border-color: #E10547;
}
.TagClassName
{
border-color: #E10547;
}
</style>