Shades of Crimson #E50528
Tints of Crimson #E50528
RGB
CMYK
RGB Variations
Color information
#E50528 (or 0xE50528) is known color: Crimson. HEX triplet: E5, 05 and 28. RGB value is (229,5,40). Sum of RGB (Red+Green+Blue) = 229+5+40=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E50528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50528 is #1AFAD7. Grayscale: #4C4C4C. Windows color (decimal): -1768152 or 2622949. OLE color: 2622949.
HSL color Cylindrical-coordinate representation of color #E50528: hue angle of 350.62º 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 #E50528 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.10 |
| HSL | 350.63º | 0.96% | 0.46% | - |
| HSV(B) | 350.63º | 0.98% | 0.9% | - |
| XYZ | 32.75 | 16.92 | 3.55 | - |
| YUV | 75.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 40 | 0 | 0.98 | 0.83 | 0.10 | 350.63 | 0.96 | 0.46 |
| Hex | E5 | 5 | 28 | 0 | 62 | 53 | A | 15F | 60 | 2E |
| Octal | 345 | 5 | 50 | 0 | 142 | 123 | 12 | 537 | 140 | 56 |
| Binary | 11100101 | 101 | 101000 | 0 | 1100010 | 1010011 | 1010 | 101011111 | 1100000 | 101110 |
Color Harmonies of #E50528
Complementary color
Monochromatic Colors of #E50528
Black with #E50528
Text Example
Text Example
White with #E50528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50528; }
p { color: rgb(229,5,40); }
H1.HeaderClassName
{
color: #E50528;
}
.AnyTagClassName
{
color: #E50528;
}
</style>
background-color css
<style>
a { background-color: #E50528; }
a { background-color: rgb(229,5,40); }
div.DivClassName
{
background-color: #E50528;
}
.BgClassName
{
background-color: #E50528;
}
</style>
border-color css
<style>
span { border-color: #E50528; }
span { border-color: rgb(229,5,40); }
td.TdClassName
{
border-color: #E50528;
}
.TagClassName
{
border-color: #E50528;
}
</style>