Shades of Crimson #E50828
Tints of Crimson #E50828
RGB
CMYK
RGB Variations
Color information
#E50828 (or 0xE50828) is known color: Crimson. HEX triplet: E5, 08 and 28. RGB value is (229,8,40). Sum of RGB (Red+Green+Blue) = 229+8+40=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E50828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50828 is #1AF7D7. Grayscale: #4D4D4D. Windows color (decimal): -1767384 or 2623717. OLE color: 2623717.
HSL color Cylindrical-coordinate representation of color #E50828: hue angle of 351.31º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50828 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 40 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.10 |
| HSL | 351.31º | 0.93% | 0.46% | - |
| HSV(B) | 351.31º | 0.97% | 0.9% | - |
| XYZ | 32.78 | 16.98 | 3.56 | - |
| YUV | 77.73 | 106.72 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 40 | 0 | 0.97 | 0.83 | 0.10 | 351.31 | 0.93 | 0.46 |
| Hex | E5 | 8 | 28 | 0 | 61 | 53 | A | 15F | 5D | 2E |
| Octal | 345 | 10 | 50 | 0 | 141 | 123 | 12 | 537 | 135 | 56 |
| Binary | 11100101 | 1000 | 101000 | 0 | 1100001 | 1010011 | 1010 | 101011111 | 1011101 | 101110 |
Color Harmonies of #E50828
Complementary color
Monochromatic Colors of #E50828
Black with #E50828
Text Example
Text Example
White with #E50828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50828; }
p { color: rgb(229,8,40); }
H1.HeaderClassName
{
color: #E50828;
}
.AnyTagClassName
{
color: #E50828;
}
</style>
background-color css
<style>
a { background-color: #E50828; }
a { background-color: rgb(229,8,40); }
div.DivClassName
{
background-color: #E50828;
}
.BgClassName
{
background-color: #E50828;
}
</style>
border-color css
<style>
span { border-color: #E50828; }
span { border-color: rgb(229,8,40); }
td.TdClassName
{
border-color: #E50828;
}
.TagClassName
{
border-color: #E50828;
}
</style>