Shades of Alizarin #E32339
Tints of Alizarin #E32339
RGB
CMYK
RGB Variations
Color information
#E32339 (or 0xE32339) is known color: Alizarin. HEX triplet: E3, 23 and 39. RGB value is (227,35,57). Sum of RGB (Red+Green+Blue) = 227+35+57=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E32339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32339 is #1CDCC6. Grayscale: #5F5F5F. Windows color (decimal): -1891527 or 3744739. OLE color: 3744739.
HSL color Cylindrical-coordinate representation of color #E32339: hue angle of 353.12º degrees, saturation: 0.77, 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 #E32339 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 57 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.11 |
| HSL | 353.13º | 0.77% | 0.51% | - |
| HSV(B) | 353.13º | 0.85% | 0.89% | - |
| XYZ | 33.02 | 17.83 | 5.57 | - |
| YUV | 94.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 57 | 0 | 0.85 | 0.75 | 0.11 | 353.13 | 0.77 | 0.51 |
| Hex | E3 | 23 | 39 | 0 | 55 | 4B | B | 161 | 4D | 33 |
| Octal | 343 | 43 | 71 | 0 | 125 | 113 | 13 | 541 | 115 | 63 |
| Binary | 11100011 | 100011 | 111001 | 0 | 1010101 | 1001011 | 1011 | 101100001 | 1001101 | 110011 |
Color Harmonies of #E32339
Complementary color
Monochromatic Colors of #E32339
Black with #E32339
Text Example
Text Example
White with #E32339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32339; }
p { color: rgb(227,35,57); }
H1.HeaderClassName
{
color: #E32339;
}
.AnyTagClassName
{
color: #E32339;
}
</style>
background-color css
<style>
a { background-color: #E32339; }
a { background-color: rgb(227,35,57); }
div.DivClassName
{
background-color: #E32339;
}
.BgClassName
{
background-color: #E32339;
}
</style>
border-color css
<style>
span { border-color: #E32339; }
span { border-color: rgb(227,35,57); }
td.TdClassName
{
border-color: #E32339;
}
.TagClassName
{
border-color: #E32339;
}
</style>