Shades of Alizarin #E32534
Tints of Alizarin #E32534
RGB
CMYK
RGB Variations
Color information
#E32534 (or 0xE32534) is known color: Alizarin. HEX triplet: E3, 25 and 34. RGB value is (227,37,52). Sum of RGB (Red+Green+Blue) = 227+37+52=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E32534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32534 is #1CDACB. Grayscale: #5F5F5F. Windows color (decimal): -1891020 or 3417571. OLE color: 3417571.
HSL color Cylindrical-coordinate representation of color #E32534: hue angle of 355.26º 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 #E32534 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 52 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.11 |
| HSL | 355.26º | 0.77% | 0.52% | - |
| HSV(B) | 355.26º | 0.84% | 0.89% | - |
| XYZ | 32.96 | 17.9 | 4.97 | - |
| YUV | 95.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 52 | 0 | 0.84 | 0.77 | 0.11 | 355.26 | 0.77 | 0.52 |
| Hex | E3 | 25 | 34 | 0 | 54 | 4D | B | 163 | 4D | 34 |
| Octal | 343 | 45 | 64 | 0 | 124 | 115 | 13 | 543 | 115 | 64 |
| Binary | 11100011 | 100101 | 110100 | 0 | 1010100 | 1001101 | 1011 | 101100011 | 1001101 | 110100 |
Color Harmonies of #E32534
Complementary color
Monochromatic Colors of #E32534
Black with #E32534
Text Example
Text Example
White with #E32534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32534; }
p { color: rgb(227,37,52); }
H1.HeaderClassName
{
color: #E32534;
}
.AnyTagClassName
{
color: #E32534;
}
</style>
background-color css
<style>
a { background-color: #E32534; }
a { background-color: rgb(227,37,52); }
div.DivClassName
{
background-color: #E32534;
}
.BgClassName
{
background-color: #E32534;
}
</style>
border-color css
<style>
span { border-color: #E32534; }
span { border-color: rgb(227,37,52); }
td.TdClassName
{
border-color: #E32534;
}
.TagClassName
{
border-color: #E32534;
}
</style>