Shades of Crimson #E51149
Tints of Crimson #E51149
RGB
CMYK
RGB Variations
Color information
#E51149 (or 0xE51149) is known color: Crimson. HEX triplet: E5, 11 and 49. RGB value is (229,17,73). Sum of RGB (Red+Green+Blue) = 229+17+73=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E51149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51149 is #1AEEB6. Grayscale: #565656. Windows color (decimal): -1765047 or 4788709. OLE color: 4788709.
HSL color Cylindrical-coordinate representation of color #E51149: hue angle of 344.15º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51149 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 73 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.10 |
| HSL | 344.15º | 0.86% | 0.48% | - |
| HSV(B) | 344.15º | 0.93% | 0.9% | - |
| XYZ | 33.72 | 17.54 | 7.91 | - |
| YUV | 86.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 73 | 0 | 0.93 | 0.68 | 0.10 | 344.15 | 0.86 | 0.48 |
| Hex | E5 | 11 | 49 | 0 | 5D | 44 | A | 158 | 56 | 30 |
| Octal | 345 | 21 | 111 | 0 | 135 | 104 | 12 | 530 | 126 | 60 |
| Binary | 11100101 | 10001 | 1001001 | 0 | 1011101 | 1000100 | 1010 | 101011000 | 1010110 | 110000 |
Color Harmonies of #E51149
Complementary color
Monochromatic Colors of #E51149
Black with #E51149
Text Example
Text Example
White with #E51149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51149; }
p { color: rgb(229,17,73); }
H1.HeaderClassName
{
color: #E51149;
}
.AnyTagClassName
{
color: #E51149;
}
</style>
background-color css
<style>
a { background-color: #E51149; }
a { background-color: rgb(229,17,73); }
div.DivClassName
{
background-color: #E51149;
}
.BgClassName
{
background-color: #E51149;
}
</style>
border-color css
<style>
span { border-color: #E51149; }
span { border-color: rgb(229,17,73); }
td.TdClassName
{
border-color: #E51149;
}
.TagClassName
{
border-color: #E51149;
}
</style>