Shades of Crimson #E51132
Tints of Crimson #E51132
RGB
CMYK
RGB Variations
Color information
#E51132 (or 0xE51132) is known color: Crimson. HEX triplet: E5, 11 and 32. RGB value is (229,17,50). Sum of RGB (Red+Green+Blue) = 229+17+50=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E51132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51132 is #1AEECD. Grayscale: #545454. Windows color (decimal): -1765070 or 3281381. OLE color: 3281381.
HSL color Cylindrical-coordinate representation of color #E51132: hue angle of 350.66º 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 #E51132 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 50 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.10 |
| HSL | 350.66º | 0.86% | 0.48% | - |
| HSV(B) | 350.66º | 0.93% | 0.9% | - |
| XYZ | 33.09 | 17.29 | 4.61 | - |
| YUV | 84.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 50 | 0 | 0.93 | 0.78 | 0.10 | 350.66 | 0.86 | 0.48 |
| Hex | E5 | 11 | 32 | 0 | 5D | 4E | A | 15F | 56 | 30 |
| Octal | 345 | 21 | 62 | 0 | 135 | 116 | 12 | 537 | 126 | 60 |
| Binary | 11100101 | 10001 | 110010 | 0 | 1011101 | 1001110 | 1010 | 101011111 | 1010110 | 110000 |
Color Harmonies of #E51132
Complementary color
Monochromatic Colors of #E51132
Black with #E51132
Text Example
Text Example
White with #E51132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51132; }
p { color: rgb(229,17,50); }
H1.HeaderClassName
{
color: #E51132;
}
.AnyTagClassName
{
color: #E51132;
}
</style>
background-color css
<style>
a { background-color: #E51132; }
a { background-color: rgb(229,17,50); }
div.DivClassName
{
background-color: #E51132;
}
.BgClassName
{
background-color: #E51132;
}
</style>
border-color css
<style>
span { border-color: #E51132; }
span { border-color: rgb(229,17,50); }
td.TdClassName
{
border-color: #E51132;
}
.TagClassName
{
border-color: #E51132;
}
</style>