Shades of Crimson #E51049
Tints of Crimson #E51049
RGB
CMYK
RGB Variations
Color information
#E51049 (or 0xE51049) is known color: Crimson. HEX triplet: E5, 10 and 49. RGB value is (229,16,73). Sum of RGB (Red+Green+Blue) = 229+16+73=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E51049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51049 is #1AEFB6. Grayscale: #565656. Windows color (decimal): -1765303 or 4788453. OLE color: 4788453.
HSL color Cylindrical-coordinate representation of color #E51049: hue angle of 343.94º degrees, saturation: 0.87, 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 #E51049 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.10 |
| HSL | 343.94º | 0.87% | 0.48% | - |
| HSV(B) | 343.94º | 0.93% | 0.9% | - |
| XYZ | 33.7 | 17.51 | 7.91 | - |
| YUV | 86.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 73 | 0 | 0.93 | 0.68 | 0.10 | 343.94 | 0.87 | 0.48 |
| Hex | E5 | 10 | 49 | 0 | 5D | 44 | A | 158 | 57 | 30 |
| Octal | 345 | 20 | 111 | 0 | 135 | 104 | 12 | 530 | 127 | 60 |
| Binary | 11100101 | 10000 | 1001001 | 0 | 1011101 | 1000100 | 1010 | 101011000 | 1010111 | 110000 |
Color Harmonies of #E51049
Complementary color
Monochromatic Colors of #E51049
Black with #E51049
Text Example
Text Example
White with #E51049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51049; }
p { color: rgb(229,16,73); }
H1.HeaderClassName
{
color: #E51049;
}
.AnyTagClassName
{
color: #E51049;
}
</style>
background-color css
<style>
a { background-color: #E51049; }
a { background-color: rgb(229,16,73); }
div.DivClassName
{
background-color: #E51049;
}
.BgClassName
{
background-color: #E51049;
}
</style>
border-color css
<style>
span { border-color: #E51049; }
span { border-color: rgb(229,16,73); }
td.TdClassName
{
border-color: #E51049;
}
.TagClassName
{
border-color: #E51049;
}
</style>