Shades of Crimson #E50D49
Tints of Crimson #E50D49
RGB
CMYK
RGB Variations
Color information
#E50D49 (or 0xE50D49) is known color: Crimson. HEX triplet: E5, 0D and 49. RGB value is (229,13,73). Sum of RGB (Red+Green+Blue) = 229+13+73=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D49 is #1AF2B6. Grayscale: #545454. Windows color (decimal): -1766071 or 4787685. OLE color: 4787685.
HSL color Cylindrical-coordinate representation of color #E50D49: hue angle of 343.33º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D49 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 73 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.10 |
| HSL | 343.33º | 0.89% | 0.47% | - |
| HSV(B) | 343.33º | 0.94% | 0.9% | - |
| XYZ | 33.66 | 17.43 | 7.89 | - |
| YUV | 84.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 73 | 0 | 0.94 | 0.68 | 0.10 | 343.33 | 0.89 | 0.47 |
| Hex | E5 | D | 49 | 0 | 5E | 44 | A | 157 | 59 | 2F |
| Octal | 345 | 15 | 111 | 0 | 136 | 104 | 12 | 527 | 131 | 57 |
| Binary | 11100101 | 1101 | 1001001 | 0 | 1011110 | 1000100 | 1010 | 101010111 | 1011001 | 101111 |
Color Harmonies of #E50D49
Complementary color
Monochromatic Colors of #E50D49
Black with #E50D49
Text Example
Text Example
White with #E50D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D49; }
p { color: rgb(229,13,73); }
H1.HeaderClassName
{
color: #E50D49;
}
.AnyTagClassName
{
color: #E50D49;
}
</style>
background-color css
<style>
a { background-color: #E50D49; }
a { background-color: rgb(229,13,73); }
div.DivClassName
{
background-color: #E50D49;
}
.BgClassName
{
background-color: #E50D49;
}
</style>
border-color css
<style>
span { border-color: #E50D49; }
span { border-color: rgb(229,13,73); }
td.TdClassName
{
border-color: #E50D49;
}
.TagClassName
{
border-color: #E50D49;
}
</style>