Shades of Crimson #E51145
Tints of Crimson #E51145
RGB
CMYK
RGB Variations
Color information
#E51145 (or 0xE51145) is known color: Crimson. HEX triplet: E5, 11 and 45. RGB value is (229,17,69). Sum of RGB (Red+Green+Blue) = 229+17+69=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E51145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51145 is #1AEEBA. Grayscale: #565656. Windows color (decimal): -1765051 or 4526565. OLE color: 4526565.
HSL color Cylindrical-coordinate representation of color #E51145: hue angle of 345.28º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51145 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.10 |
| HSL | 345.28º | 0.86% | 0.48% | - |
| HSV(B) | 345.28º | 0.93% | 0.9% | - |
| XYZ | 33.59 | 17.49 | 7.24 | - |
| YUV | 86.32 | 118.24 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 69 | 0 | 0.93 | 0.70 | 0.10 | 345.28 | 0.86 | 0.48 |
| Hex | E5 | 11 | 45 | 0 | 5D | 46 | A | 159 | 56 | 30 |
| Octal | 345 | 21 | 105 | 0 | 135 | 106 | 12 | 531 | 126 | 60 |
| Binary | 11100101 | 10001 | 1000101 | 0 | 1011101 | 1000110 | 1010 | 101011001 | 1010110 | 110000 |
Color Harmonies of #E51145
Complementary color
Monochromatic Colors of #E51145
Black with #E51145
Text Example
Text Example
White with #E51145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51145; }
p { color: rgb(229,17,69); }
H1.HeaderClassName
{
color: #E51145;
}
.AnyTagClassName
{
color: #E51145;
}
</style>
background-color css
<style>
a { background-color: #E51145; }
a { background-color: rgb(229,17,69); }
div.DivClassName
{
background-color: #E51145;
}
.BgClassName
{
background-color: #E51145;
}
</style>
border-color css
<style>
span { border-color: #E51145; }
span { border-color: rgb(229,17,69); }
td.TdClassName
{
border-color: #E51145;
}
.TagClassName
{
border-color: #E51145;
}
</style>