Shades of Alizarin #E32532
Tints of Alizarin #E32532
RGB
CMYK
RGB Variations
Color information
#E32532 (or 0xE32532) is known color: Alizarin. HEX triplet: E3, 25 and 32. RGB value is (227,37,50). Sum of RGB (Red+Green+Blue) = 227+37+50=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E32532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32532 is #1CDACD. Grayscale: #5F5F5F. Windows color (decimal): -1891022 or 3286499. OLE color: 3286499.
HSL color Cylindrical-coordinate representation of color #E32532: hue angle of 355.89º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32532 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 50 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.11 |
| HSL | 355.89º | 0.77% | 0.52% | - |
| HSV(B) | 355.89º | 0.84% | 0.89% | - |
| XYZ | 32.92 | 17.88 | 4.73 | - |
| YUV | 95.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 50 | 0 | 0.84 | 0.78 | 0.11 | 355.89 | 0.77 | 0.52 |
| Hex | E3 | 25 | 32 | 0 | 54 | 4E | B | 164 | 4D | 34 |
| Octal | 343 | 45 | 62 | 0 | 124 | 116 | 13 | 544 | 115 | 64 |
| Binary | 11100011 | 100101 | 110010 | 0 | 1010100 | 1001110 | 1011 | 101100100 | 1001101 | 110100 |
Color Harmonies of #E32532
Complementary color
Monochromatic Colors of #E32532
Black with #E32532
Text Example
Text Example
White with #E32532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32532; }
p { color: rgb(227,37,50); }
H1.HeaderClassName
{
color: #E32532;
}
.AnyTagClassName
{
color: #E32532;
}
</style>
background-color css
<style>
a { background-color: #E32532; }
a { background-color: rgb(227,37,50); }
div.DivClassName
{
background-color: #E32532;
}
.BgClassName
{
background-color: #E32532;
}
</style>
border-color css
<style>
span { border-color: #E32532; }
span { border-color: rgb(227,37,50); }
td.TdClassName
{
border-color: #E32532;
}
.TagClassName
{
border-color: #E32532;
}
</style>