Shades of Crimson #E50337
Tints of Crimson #E50337
RGB
CMYK
RGB Variations
Color information
#E50337 (or 0xE50337) is known color: Crimson. HEX triplet: E5, 03 and 37. RGB value is (229,3,55). Sum of RGB (Red+Green+Blue) = 229+3+55=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E50337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50337 is #1AFCC8. Grayscale: #4C4C4C. Windows color (decimal): -1768649 or 3605477. OLE color: 3605477.
HSL color Cylindrical-coordinate representation of color #E50337: hue angle of 346.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50337 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.10 |
| HSL | 346.19º | 0.97% | 0.45% | - |
| HSV(B) | 346.19º | 0.99% | 0.9% | - |
| XYZ | 33.04 | 17 | 5.15 | - |
| YUV | 76.5 | 115.87 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 55 | 0 | 0.99 | 0.76 | 0.10 | 346.19 | 0.97 | 0.45 |
| Hex | E5 | 3 | 37 | 0 | 63 | 4C | A | 15A | 61 | 2D |
| Octal | 345 | 3 | 67 | 0 | 143 | 114 | 12 | 532 | 141 | 55 |
| Binary | 11100101 | 11 | 110111 | 0 | 1100011 | 1001100 | 1010 | 101011010 | 1100001 | 101101 |
Color Harmonies of #E50337
Complementary color
Monochromatic Colors of #E50337
Black with #E50337
Text Example
Text Example
White with #E50337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50337; }
p { color: rgb(229,3,55); }
H1.HeaderClassName
{
color: #E50337;
}
.AnyTagClassName
{
color: #E50337;
}
</style>
background-color css
<style>
a { background-color: #E50337; }
a { background-color: rgb(229,3,55); }
div.DivClassName
{
background-color: #E50337;
}
.BgClassName
{
background-color: #E50337;
}
</style>
border-color css
<style>
span { border-color: #E50337; }
span { border-color: rgb(229,3,55); }
td.TdClassName
{
border-color: #E50337;
}
.TagClassName
{
border-color: #E50337;
}
</style>