Shades of Crimson #E11547
Tints of Crimson #E11547
RGB
CMYK
RGB Variations
Color information
#E11547 (or 0xE11547) is known color: Crimson. HEX triplet: E1, 15 and 47. RGB value is (225,21,71). Sum of RGB (Red+Green+Blue) = 225+21+71=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E11547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11547 is #1EEAB8. Grayscale: #575757. Windows color (decimal): -2026169 or 4658657. OLE color: 4658657.
HSL color Cylindrical-coordinate representation of color #E11547: hue angle of 345.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11547 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 71 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.12 |
| HSL | 345.29º | 0.83% | 0.48% | - |
| HSV(B) | 345.29º | 0.91% | 0.88% | - |
| XYZ | 32.46 | 17 | 7.53 | - |
| YUV | 87.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 71 | 0 | 0.91 | 0.68 | 0.12 | 345.29 | 0.83 | 0.48 |
| Hex | E1 | 15 | 47 | 0 | 5B | 44 | C | 159 | 53 | 30 |
| Octal | 341 | 25 | 107 | 0 | 133 | 104 | 14 | 531 | 123 | 60 |
| Binary | 11100001 | 10101 | 1000111 | 0 | 1011011 | 1000100 | 1100 | 101011001 | 1010011 | 110000 |
Color Harmonies of #E11547
Complementary color
Monochromatic Colors of #E11547
Black with #E11547
Text Example
Text Example
White with #E11547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11547; }
p { color: rgb(225,21,71); }
H1.HeaderClassName
{
color: #E11547;
}
.AnyTagClassName
{
color: #E11547;
}
</style>
background-color css
<style>
a { background-color: #E11547; }
a { background-color: rgb(225,21,71); }
div.DivClassName
{
background-color: #E11547;
}
.BgClassName
{
background-color: #E11547;
}
</style>
border-color css
<style>
span { border-color: #E11547; }
span { border-color: rgb(225,21,71); }
td.TdClassName
{
border-color: #E11547;
}
.TagClassName
{
border-color: #E11547;
}
</style>