Shades of Crimson #E51244
Tints of Crimson #E51244
RGB
CMYK
RGB Variations
Color information
#E51244 (or 0xE51244) is known color: Crimson. HEX triplet: E5, 12 and 44. RGB value is (229,18,68). Sum of RGB (Red+Green+Blue) = 229+18+68=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E51244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51244 is #1AEDBB. Grayscale: #565656. Windows color (decimal): -1764796 or 4461285. OLE color: 4461285.
HSL color Cylindrical-coordinate representation of color #E51244: hue angle of 345.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51244 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 68 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.10 |
| HSL | 345.78º | 0.85% | 0.48% | - |
| HSV(B) | 345.78º | 0.92% | 0.9% | - |
| XYZ | 33.57 | 17.51 | 7.08 | - |
| YUV | 86.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 68 | 0 | 0.92 | 0.70 | 0.10 | 345.78 | 0.85 | 0.48 |
| Hex | E5 | 12 | 44 | 0 | 5C | 46 | A | 15A | 55 | 30 |
| Octal | 345 | 22 | 104 | 0 | 134 | 106 | 12 | 532 | 125 | 60 |
| Binary | 11100101 | 10010 | 1000100 | 0 | 1011100 | 1000110 | 1010 | 101011010 | 1010101 | 110000 |
Color Harmonies of #E51244
Complementary color
Monochromatic Colors of #E51244
Black with #E51244
Text Example
Text Example
White with #E51244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51244; }
p { color: rgb(229,18,68); }
H1.HeaderClassName
{
color: #E51244;
}
.AnyTagClassName
{
color: #E51244;
}
</style>
background-color css
<style>
a { background-color: #E51244; }
a { background-color: rgb(229,18,68); }
div.DivClassName
{
background-color: #E51244;
}
.BgClassName
{
background-color: #E51244;
}
</style>
border-color css
<style>
span { border-color: #E51244; }
span { border-color: rgb(229,18,68); }
td.TdClassName
{
border-color: #E51244;
}
.TagClassName
{
border-color: #E51244;
}
</style>