Shades of Crimson #E50039
Tints of Crimson #E50039
RGB
CMYK
RGB Variations
Color information
#E50039 (or 0xE50039) is known color: Crimson. HEX triplet: E5, 00 and 39. RGB value is (229,0,57). Sum of RGB (Red+Green+Blue) = 229+0+57=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E50039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50039 is #1AFFC6. Grayscale: #4A4A4A. Windows color (decimal): -1769415 or 3735781. OLE color: 3735781.
HSL color Cylindrical-coordinate representation of color #E50039: hue angle of 345.07º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50039 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.75 | 0.10 |
| HSL | 345.07º | 1% | 0.45% | - |
| HSV(B) | 345.07º | 1% | 0.9% | - |
| XYZ | 33.05 | 16.95 | 5.4 | - |
| YUV | 74.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 57 | 0 | 1 | 0.75 | 0.10 | 345.07 | 1 | 0.45 |
| Hex | E5 | 0 | 39 | 0 | 64 | 4B | A | 159 | 64 | 2D |
| Octal | 345 | 0 | 71 | 0 | 144 | 113 | 12 | 531 | 144 | 55 |
| Binary | 11100101 | 0 | 111001 | 0 | 1100100 | 1001011 | 1010 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E50039
Complementary color
Monochromatic Colors of #E50039
Black with #E50039
Text Example
Text Example
White with #E50039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50039; }
p { color: rgb(229,0,57); }
H1.HeaderClassName
{
color: #E50039;
}
.AnyTagClassName
{
color: #E50039;
}
</style>
background-color css
<style>
a { background-color: #E50039; }
a { background-color: rgb(229,0,57); }
div.DivClassName
{
background-color: #E50039;
}
.BgClassName
{
background-color: #E50039;
}
</style>
border-color css
<style>
span { border-color: #E50039; }
span { border-color: rgb(229,0,57); }
td.TdClassName
{
border-color: #E50039;
}
.TagClassName
{
border-color: #E50039;
}
</style>