Shades of Crimson #E51148
Tints of Crimson #E51148
RGB
CMYK
RGB Variations
Color information
#E51148 (or 0xE51148) is known color: Crimson. HEX triplet: E5, 11 and 48. RGB value is (229,17,72). Sum of RGB (Red+Green+Blue) = 229+17+72=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E51148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51148 is #1AEEB7. Grayscale: #565656. Windows color (decimal): -1765048 or 4723173. OLE color: 4723173.
HSL color Cylindrical-coordinate representation of color #E51148: hue angle of 344.43º 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 #E51148 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 72 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.10 |
| HSL | 344.43º | 0.86% | 0.48% | - |
| HSV(B) | 344.43º | 0.93% | 0.9% | - |
| XYZ | 33.68 | 17.53 | 7.74 | - |
| YUV | 86.66 | 119.74 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 72 | 0 | 0.93 | 0.69 | 0.10 | 344.43 | 0.86 | 0.48 |
| Hex | E5 | 11 | 48 | 0 | 5D | 45 | A | 158 | 56 | 30 |
| Octal | 345 | 21 | 110 | 0 | 135 | 105 | 12 | 530 | 126 | 60 |
| Binary | 11100101 | 10001 | 1001000 | 0 | 1011101 | 1000101 | 1010 | 101011000 | 1010110 | 110000 |
Color Harmonies of #E51148
Complementary color
Monochromatic Colors of #E51148
Black with #E51148
Text Example
Text Example
White with #E51148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51148; }
p { color: rgb(229,17,72); }
H1.HeaderClassName
{
color: #E51148;
}
.AnyTagClassName
{
color: #E51148;
}
</style>
background-color css
<style>
a { background-color: #E51148; }
a { background-color: rgb(229,17,72); }
div.DivClassName
{
background-color: #E51148;
}
.BgClassName
{
background-color: #E51148;
}
</style>
border-color css
<style>
span { border-color: #E51148; }
span { border-color: rgb(229,17,72); }
td.TdClassName
{
border-color: #E51148;
}
.TagClassName
{
border-color: #E51148;
}
</style>