Shades of Alizarin #E32134
Tints of Alizarin #E32134
RGB
CMYK
RGB Variations
Color information
#E32134 (or 0xE32134) is known color: Alizarin. HEX triplet: E3, 21 and 34. RGB value is (227,33,52). Sum of RGB (Red+Green+Blue) = 227+33+52=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E32134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32134 is #1CDECB. Grayscale: #5D5D5D. Windows color (decimal): -1892044 or 3416547. OLE color: 3416547.
HSL color Cylindrical-coordinate representation of color #E32134: hue angle of 354.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32134 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 52 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.11 |
| HSL | 354.12º | 0.78% | 0.51% | - |
| HSV(B) | 354.12º | 0.85% | 0.89% | - |
| XYZ | 32.84 | 17.67 | 4.93 | - |
| YUV | 93.17 | 104.77 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 52 | 0 | 0.85 | 0.77 | 0.11 | 354.12 | 0.78 | 0.51 |
| Hex | E3 | 21 | 34 | 0 | 55 | 4D | B | 162 | 4E | 33 |
| Octal | 343 | 41 | 64 | 0 | 125 | 115 | 13 | 542 | 116 | 63 |
| Binary | 11100011 | 100001 | 110100 | 0 | 1010101 | 1001101 | 1011 | 101100010 | 1001110 | 110011 |
Color Harmonies of #E32134
Complementary color
Monochromatic Colors of #E32134
Black with #E32134
Text Example
Text Example
White with #E32134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32134; }
p { color: rgb(227,33,52); }
H1.HeaderClassName
{
color: #E32134;
}
.AnyTagClassName
{
color: #E32134;
}
</style>
background-color css
<style>
a { background-color: #E32134; }
a { background-color: rgb(227,33,52); }
div.DivClassName
{
background-color: #E32134;
}
.BgClassName
{
background-color: #E32134;
}
</style>
border-color css
<style>
span { border-color: #E32134; }
span { border-color: rgb(227,33,52); }
td.TdClassName
{
border-color: #E32134;
}
.TagClassName
{
border-color: #E32134;
}
</style>