Shades of Crimson #E50737
Tints of Crimson #E50737
RGB
CMYK
RGB Variations
Color information
#E50737 (or 0xE50737) is known color: Crimson. HEX triplet: E5, 07 and 37. RGB value is (229,7,55). Sum of RGB (Red+Green+Blue) = 229+7+55=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E50737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50737 is #1AF8C8. Grayscale: #4E4E4E. Windows color (decimal): -1767625 or 3606501. OLE color: 3606501.
HSL color Cylindrical-coordinate representation of color #E50737: hue angle of 347.03º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50737 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.10 |
| HSL | 347.03º | 0.94% | 0.46% | - |
| HSV(B) | 347.03º | 0.97% | 0.9% | - |
| XYZ | 33.08 | 17.09 | 5.17 | - |
| YUV | 78.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 55 | 0 | 0.97 | 0.76 | 0.10 | 347.03 | 0.94 | 0.46 |
| Hex | E5 | 7 | 37 | 0 | 61 | 4C | A | 15B | 5E | 2E |
| Octal | 345 | 7 | 67 | 0 | 141 | 114 | 12 | 533 | 136 | 56 |
| Binary | 11100101 | 111 | 110111 | 0 | 1100001 | 1001100 | 1010 | 101011011 | 1011110 | 101110 |
Color Harmonies of #E50737
Complementary color
Monochromatic Colors of #E50737
Black with #E50737
Text Example
Text Example
White with #E50737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50737; }
p { color: rgb(229,7,55); }
H1.HeaderClassName
{
color: #E50737;
}
.AnyTagClassName
{
color: #E50737;
}
</style>
background-color css
<style>
a { background-color: #E50737; }
a { background-color: rgb(229,7,55); }
div.DivClassName
{
background-color: #E50737;
}
.BgClassName
{
background-color: #E50737;
}
</style>
border-color css
<style>
span { border-color: #E50737; }
span { border-color: rgb(229,7,55); }
td.TdClassName
{
border-color: #E50737;
}
.TagClassName
{
border-color: #E50737;
}
</style>