Shades of Crimson #E51232
Tints of Crimson #E51232
RGB
CMYK
RGB Variations
Color information
#E51232 (or 0xE51232) is known color: Crimson. HEX triplet: E5, 12 and 32. RGB value is (229,18,50). Sum of RGB (Red+Green+Blue) = 229+18+50=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E51232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51232 is #1AEDCD. Grayscale: #545454. Windows color (decimal): -1764814 or 3281637. OLE color: 3281637.
HSL color Cylindrical-coordinate representation of color #E51232: hue angle of 350.9º 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 #E51232 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 50 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.10 |
| HSL | 350.9º | 0.85% | 0.48% | - |
| HSV(B) | 350.9º | 0.92% | 0.9% | - |
| XYZ | 33.11 | 17.32 | 4.62 | - |
| YUV | 84.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 50 | 0 | 0.92 | 0.78 | 0.10 | 350.9 | 0.85 | 0.48 |
| Hex | E5 | 12 | 32 | 0 | 5C | 4E | A | 15F | 55 | 30 |
| Octal | 345 | 22 | 62 | 0 | 134 | 116 | 12 | 537 | 125 | 60 |
| Binary | 11100101 | 10010 | 110010 | 0 | 1011100 | 1001110 | 1010 | 101011111 | 1010101 | 110000 |
Color Harmonies of #E51232
Complementary color
Monochromatic Colors of #E51232
Black with #E51232
Text Example
Text Example
White with #E51232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51232; }
p { color: rgb(229,18,50); }
H1.HeaderClassName
{
color: #E51232;
}
.AnyTagClassName
{
color: #E51232;
}
</style>
background-color css
<style>
a { background-color: #E51232; }
a { background-color: rgb(229,18,50); }
div.DivClassName
{
background-color: #E51232;
}
.BgClassName
{
background-color: #E51232;
}
</style>
border-color css
<style>
span { border-color: #E51232; }
span { border-color: rgb(229,18,50); }
td.TdClassName
{
border-color: #E51232;
}
.TagClassName
{
border-color: #E51232;
}
</style>