Shades of Crimson #E50D39
Tints of Crimson #E50D39
RGB
CMYK
RGB Variations
Color information
#E50D39 (or 0xE50D39) is known color: Crimson. HEX triplet: E5, 0D and 39. RGB value is (229,13,57). Sum of RGB (Red+Green+Blue) = 229+13+57=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D39 is #1AF2C6. Grayscale: #525252. Windows color (decimal): -1766087 or 3739109. OLE color: 3739109.
HSL color Cylindrical-coordinate representation of color #E50D39: hue angle of 347.78º 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 #E50D39 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.10 |
| HSL | 347.78º | 0.89% | 0.47% | - |
| HSV(B) | 347.78º | 0.94% | 0.9% | - |
| XYZ | 33.2 | 17.24 | 5.45 | - |
| YUV | 82.6 | 113.56 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 57 | 0 | 0.94 | 0.75 | 0.10 | 347.78 | 0.89 | 0.47 |
| Hex | E5 | D | 39 | 0 | 5E | 4B | A | 15C | 59 | 2F |
| Octal | 345 | 15 | 71 | 0 | 136 | 113 | 12 | 534 | 131 | 57 |
| Binary | 11100101 | 1101 | 111001 | 0 | 1011110 | 1001011 | 1010 | 101011100 | 1011001 | 101111 |
Color Harmonies of #E50D39
Complementary color
Monochromatic Colors of #E50D39
Black with #E50D39
Text Example
Text Example
White with #E50D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D39; }
p { color: rgb(229,13,57); }
H1.HeaderClassName
{
color: #E50D39;
}
.AnyTagClassName
{
color: #E50D39;
}
</style>
background-color css
<style>
a { background-color: #E50D39; }
a { background-color: rgb(229,13,57); }
div.DivClassName
{
background-color: #E50D39;
}
.BgClassName
{
background-color: #E50D39;
}
</style>
border-color css
<style>
span { border-color: #E50D39; }
span { border-color: rgb(229,13,57); }
td.TdClassName
{
border-color: #E50D39;
}
.TagClassName
{
border-color: #E50D39;
}
</style>