Shades of Crimson #E50540
Tints of Crimson #E50540
RGB
CMYK
RGB Variations
Color information
#E50540 (or 0xE50540) is known color: Crimson. HEX triplet: E5, 05 and 40. RGB value is (229,5,64). Sum of RGB (Red+Green+Blue) = 229+5+64=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E50540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50540 is #1AFABF. Grayscale: #4E4E4E. Windows color (decimal): -1768128 or 4195813. OLE color: 4195813.
HSL color Cylindrical-coordinate representation of color #E50540: hue angle of 344.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50540 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.10 |
| HSL | 344.2º | 0.96% | 0.46% | - |
| HSV(B) | 344.2º | 0.98% | 0.9% | - |
| XYZ | 33.29 | 17.14 | 6.4 | - |
| YUV | 78.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 64 | 0 | 0.98 | 0.72 | 0.10 | 344.2 | 0.96 | 0.46 |
| Hex | E5 | 5 | 40 | 0 | 62 | 48 | A | 158 | 60 | 2E |
| Octal | 345 | 5 | 100 | 0 | 142 | 110 | 12 | 530 | 140 | 56 |
| Binary | 11100101 | 101 | 1000000 | 0 | 1100010 | 1001000 | 1010 | 101011000 | 1100000 | 101110 |
Color Harmonies of #E50540
Complementary color
Monochromatic Colors of #E50540
Black with #E50540
Text Example
Text Example
White with #E50540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50540; }
p { color: rgb(229,5,64); }
H1.HeaderClassName
{
color: #E50540;
}
.AnyTagClassName
{
color: #E50540;
}
</style>
background-color css
<style>
a { background-color: #E50540; }
a { background-color: rgb(229,5,64); }
div.DivClassName
{
background-color: #E50540;
}
.BgClassName
{
background-color: #E50540;
}
</style>
border-color css
<style>
span { border-color: #E50540; }
span { border-color: rgb(229,5,64); }
td.TdClassName
{
border-color: #E50540;
}
.TagClassName
{
border-color: #E50540;
}
</style>