Shades of Alizarin #E32329
Tints of Alizarin #E32329
RGB
CMYK
RGB Variations
Color information
#E32329 (or 0xE32329) is known color: Alizarin. HEX triplet: E3, 23 and 29. RGB value is (227,35,41). Sum of RGB (Red+Green+Blue) = 227+35+41=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E32329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32329 is #1CDCD6. Grayscale: #5D5D5D. Windows color (decimal): -1891543 or 2696163. OLE color: 2696163.
HSL color Cylindrical-coordinate representation of color #E32329: hue angle of 358.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 #E32329 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 41 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.11 |
| HSL | 358.13º | 0.77% | 0.51% | - |
| HSV(B) | 358.13º | 0.85% | 0.89% | - |
| XYZ | 32.68 | 17.69 | 3.79 | - |
| YUV | 93.09 | 98.61 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 41 | 0 | 0.85 | 0.82 | 0.11 | 358.13 | 0.77 | 0.51 |
| Hex | E3 | 23 | 29 | 0 | 55 | 52 | B | 166 | 4D | 33 |
| Octal | 343 | 43 | 51 | 0 | 125 | 122 | 13 | 546 | 115 | 63 |
| Binary | 11100011 | 100011 | 101001 | 0 | 1010101 | 1010010 | 1011 | 101100110 | 1001101 | 110011 |
Color Harmonies of #E32329
Complementary color
Monochromatic Colors of #E32329
Black with #E32329
Text Example
Text Example
White with #E32329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32329; }
p { color: rgb(227,35,41); }
H1.HeaderClassName
{
color: #E32329;
}
.AnyTagClassName
{
color: #E32329;
}
</style>
background-color css
<style>
a { background-color: #E32329; }
a { background-color: rgb(227,35,41); }
div.DivClassName
{
background-color: #E32329;
}
.BgClassName
{
background-color: #E32329;
}
</style>
border-color css
<style>
span { border-color: #E32329; }
span { border-color: rgb(227,35,41); }
td.TdClassName
{
border-color: #E32329;
}
.TagClassName
{
border-color: #E32329;
}
</style>