Shades of Crimson #E50526
Tints of Crimson #E50526
RGB
CMYK
RGB Variations
Color information
#E50526 (or 0xE50526) is known color: Crimson. HEX triplet: E5, 05 and 26. RGB value is (229,5,38). Sum of RGB (Red+Green+Blue) = 229+5+38=272 (36% of max value = 765). Red value is 229 (89.84% from 255 or 84.19% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 229 - color contains mainly: red. Hex color #E50526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50526 is #1AFAD9. Grayscale: #4B4B4B. Windows color (decimal): -1768154 or 2491877. OLE color: 2491877.
HSL color Cylindrical-coordinate representation of color #E50526: hue angle of 351.16º 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 #E50526 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 38 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.10 |
| HSL | 351.16º | 0.96% | 0.46% | - |
| HSV(B) | 351.16º | 0.98% | 0.9% | - |
| XYZ | 32.72 | 16.91 | 3.37 | - |
| YUV | 75.74 | 106.71 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 38 | 0 | 0.98 | 0.83 | 0.10 | 351.16 | 0.96 | 0.46 |
| Hex | E5 | 5 | 26 | 0 | 62 | 53 | A | 15F | 60 | 2E |
| Octal | 345 | 5 | 46 | 0 | 142 | 123 | 12 | 537 | 140 | 56 |
| Binary | 11100101 | 101 | 100110 | 0 | 1100010 | 1010011 | 1010 | 101011111 | 1100000 | 101110 |
Color Harmonies of #E50526
Complementary color
Monochromatic Colors of #E50526
Black with #E50526
Text Example
Text Example
White with #E50526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50526; }
p { color: rgb(229,5,38); }
H1.HeaderClassName
{
color: #E50526;
}
.AnyTagClassName
{
color: #E50526;
}
</style>
background-color css
<style>
a { background-color: #E50526; }
a { background-color: rgb(229,5,38); }
div.DivClassName
{
background-color: #E50526;
}
.BgClassName
{
background-color: #E50526;
}
</style>
border-color css
<style>
span { border-color: #E50526; }
span { border-color: rgb(229,5,38); }
td.TdClassName
{
border-color: #E50526;
}
.TagClassName
{
border-color: #E50526;
}
</style>