Shades of Crimson #E11049
Tints of Crimson #E11049
RGB
CMYK
RGB Variations
Color information
#E11049 (or 0xE11049) is known color: Crimson. HEX triplet: E1, 10 and 49. RGB value is (225,16,73). Sum of RGB (Red+Green+Blue) = 225+16+73=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E11049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11049 is #1EEFB6. Grayscale: #545454. Windows color (decimal): -2027447 or 4788449. OLE color: 4788449.
HSL color Cylindrical-coordinate representation of color #E11049: hue angle of 343.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11049 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.12 |
| HSL | 343.64º | 0.87% | 0.47% | - |
| HSV(B) | 343.64º | 0.93% | 0.88% | - |
| XYZ | 32.44 | 16.86 | 7.85 | - |
| YUV | 84.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 73 | 0 | 0.93 | 0.68 | 0.12 | 343.64 | 0.87 | 0.47 |
| Hex | E1 | 10 | 49 | 0 | 5D | 44 | C | 158 | 57 | 2F |
| Octal | 341 | 20 | 111 | 0 | 135 | 104 | 14 | 530 | 127 | 57 |
| Binary | 11100001 | 10000 | 1001001 | 0 | 1011101 | 1000100 | 1100 | 101011000 | 1010111 | 101111 |
Color Harmonies of #E11049
Complementary color
Monochromatic Colors of #E11049
Black with #E11049
Text Example
Text Example
White with #E11049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11049; }
p { color: rgb(225,16,73); }
H1.HeaderClassName
{
color: #E11049;
}
.AnyTagClassName
{
color: #E11049;
}
</style>
background-color css
<style>
a { background-color: #E11049; }
a { background-color: rgb(225,16,73); }
div.DivClassName
{
background-color: #E11049;
}
.BgClassName
{
background-color: #E11049;
}
</style>
border-color css
<style>
span { border-color: #E11049; }
span { border-color: rgb(225,16,73); }
td.TdClassName
{
border-color: #E11049;
}
.TagClassName
{
border-color: #E11049;
}
</style>