Shades of Crimson #E50845
Tints of Crimson #E50845
RGB
CMYK
RGB Variations
Color information
#E50845 (or 0xE50845) is known color: Crimson. HEX triplet: E5, 08 and 45. RGB value is (229,8,69). Sum of RGB (Red+Green+Blue) = 229+8+69=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E50845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50845 is #1AF7BA. Grayscale: #515151. Windows color (decimal): -1767355 or 4524261. OLE color: 4524261.
HSL color Cylindrical-coordinate representation of color #E50845: hue angle of 343.44º 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 #E50845 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 69 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.10 |
| HSL | 343.44º | 0.93% | 0.46% | - |
| HSV(B) | 343.44º | 0.97% | 0.9% | - |
| XYZ | 33.47 | 17.26 | 7.2 | - |
| YUV | 81.03 | 121.22 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 69 | 0 | 0.97 | 0.70 | 0.10 | 343.44 | 0.93 | 0.46 |
| Hex | E5 | 8 | 45 | 0 | 61 | 46 | A | 157 | 5D | 2E |
| Octal | 345 | 10 | 105 | 0 | 141 | 106 | 12 | 527 | 135 | 56 |
| Binary | 11100101 | 1000 | 1000101 | 0 | 1100001 | 1000110 | 1010 | 101010111 | 1011101 | 101110 |
Color Harmonies of #E50845
Complementary color
Monochromatic Colors of #E50845
Black with #E50845
Text Example
Text Example
White with #E50845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50845; }
p { color: rgb(229,8,69); }
H1.HeaderClassName
{
color: #E50845;
}
.AnyTagClassName
{
color: #E50845;
}
</style>
background-color css
<style>
a { background-color: #E50845; }
a { background-color: rgb(229,8,69); }
div.DivClassName
{
background-color: #E50845;
}
.BgClassName
{
background-color: #E50845;
}
</style>
border-color css
<style>
span { border-color: #E50845; }
span { border-color: rgb(229,8,69); }
td.TdClassName
{
border-color: #E50845;
}
.TagClassName
{
border-color: #E50845;
}
</style>