Shades of Alizarin #E32029
Tints of Alizarin #E32029
RGB
CMYK
RGB Variations
Color information
#E32029 (or 0xE32029) is known color: Alizarin. HEX triplet: E3, 20 and 29. RGB value is (227,32,41). Sum of RGB (Red+Green+Blue) = 227+32+41=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E32029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32029 is #1CDFD6. Grayscale: #5B5B5B. Windows color (decimal): -1892311 or 2695395. OLE color: 2695395.
HSL color Cylindrical-coordinate representation of color #E32029: hue angle of 357.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32029 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 41 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.11 |
| HSL | 357.23º | 0.78% | 0.51% | - |
| HSV(B) | 357.23º | 0.86% | 0.89% | - |
| XYZ | 32.6 | 17.52 | 3.76 | - |
| YUV | 91.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 41 | 0 | 0.86 | 0.82 | 0.11 | 357.23 | 0.78 | 0.51 |
| Hex | E3 | 20 | 29 | 0 | 56 | 52 | B | 165 | 4E | 33 |
| Octal | 343 | 40 | 51 | 0 | 126 | 122 | 13 | 545 | 116 | 63 |
| Binary | 11100011 | 100000 | 101001 | 0 | 1010110 | 1010010 | 1011 | 101100101 | 1001110 | 110011 |
Color Harmonies of #E32029
Complementary color
Monochromatic Colors of #E32029
Black with #E32029
Text Example
Text Example
White with #E32029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32029; }
p { color: rgb(227,32,41); }
H1.HeaderClassName
{
color: #E32029;
}
.AnyTagClassName
{
color: #E32029;
}
</style>
background-color css
<style>
a { background-color: #E32029; }
a { background-color: rgb(227,32,41); }
div.DivClassName
{
background-color: #E32029;
}
.BgClassName
{
background-color: #E32029;
}
</style>
border-color css
<style>
span { border-color: #E32029; }
span { border-color: rgb(227,32,41); }
td.TdClassName
{
border-color: #E32029;
}
.TagClassName
{
border-color: #E32029;
}
</style>