Shades of Crimson #E50538
Tints of Crimson #E50538
RGB
CMYK
RGB Variations
Color information
#E50538 (or 0xE50538) is known color: Crimson. HEX triplet: E5, 05 and 38. RGB value is (229,5,56). Sum of RGB (Red+Green+Blue) = 229+5+56=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E50538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50538 is #1AFAC7. Grayscale: #4D4D4D. Windows color (decimal): -1768136 or 3671525. OLE color: 3671525.
HSL color Cylindrical-coordinate representation of color #E50538: hue angle of 346.34º 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 #E50538 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.10 |
| HSL | 346.34º | 0.96% | 0.46% | - |
| HSV(B) | 346.34º | 0.98% | 0.9% | - |
| XYZ | 33.08 | 17.05 | 5.29 | - |
| YUV | 77.79 | 115.71 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 56 | 0 | 0.98 | 0.76 | 0.10 | 346.34 | 0.96 | 0.46 |
| Hex | E5 | 5 | 38 | 0 | 62 | 4C | A | 15A | 60 | 2E |
| Octal | 345 | 5 | 70 | 0 | 142 | 114 | 12 | 532 | 140 | 56 |
| Binary | 11100101 | 101 | 111000 | 0 | 1100010 | 1001100 | 1010 | 101011010 | 1100000 | 101110 |
Color Harmonies of #E50538
Complementary color
Monochromatic Colors of #E50538
Black with #E50538
Text Example
Text Example
White with #E50538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50538; }
p { color: rgb(229,5,56); }
H1.HeaderClassName
{
color: #E50538;
}
.AnyTagClassName
{
color: #E50538;
}
</style>
background-color css
<style>
a { background-color: #E50538; }
a { background-color: rgb(229,5,56); }
div.DivClassName
{
background-color: #E50538;
}
.BgClassName
{
background-color: #E50538;
}
</style>
border-color css
<style>
span { border-color: #E50538; }
span { border-color: rgb(229,5,56); }
td.TdClassName
{
border-color: #E50538;
}
.TagClassName
{
border-color: #E50538;
}
</style>