Shades of Crimson #E51847
Tints of Crimson #E51847
RGB
CMYK
RGB Variations
Color information
#E51847 (or 0xE51847) is known color: Crimson. HEX triplet: E5, 18 and 47. RGB value is (229,24,71). Sum of RGB (Red+Green+Blue) = 229+24+71=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E51847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51847 is #1AE7B8. Grayscale: #5A5A5A. Windows color (decimal): -1763257 or 4659429. OLE color: 4659429.
HSL color Cylindrical-coordinate representation of color #E51847: hue angle of 346.24º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51847 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 71 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.10 |
| HSL | 346.24º | 0.81% | 0.5% | - |
| HSV(B) | 346.24º | 0.9% | 0.9% | - |
| XYZ | 33.78 | 17.77 | 7.61 | - |
| YUV | 90.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 71 | 0 | 0.90 | 0.69 | 0.10 | 346.24 | 0.81 | 0.5 |
| Hex | E5 | 18 | 47 | 0 | 5A | 45 | A | 15A | 51 | 32 |
| Octal | 345 | 30 | 107 | 0 | 132 | 105 | 12 | 532 | 121 | 62 |
| Binary | 11100101 | 11000 | 1000111 | 0 | 1011010 | 1000101 | 1010 | 101011010 | 1010001 | 110010 |
Color Harmonies of #E51847
Complementary color
Monochromatic Colors of #E51847
Black with #E51847
Text Example
Text Example
White with #E51847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51847; }
p { color: rgb(229,24,71); }
H1.HeaderClassName
{
color: #E51847;
}
.AnyTagClassName
{
color: #E51847;
}
</style>
background-color css
<style>
a { background-color: #E51847; }
a { background-color: rgb(229,24,71); }
div.DivClassName
{
background-color: #E51847;
}
.BgClassName
{
background-color: #E51847;
}
</style>
border-color css
<style>
span { border-color: #E51847; }
span { border-color: rgb(229,24,71); }
td.TdClassName
{
border-color: #E51847;
}
.TagClassName
{
border-color: #E51847;
}
</style>