Shades of Alizarin #E32936
Tints of Alizarin #E32936
RGB
CMYK
RGB Variations
Color information
#E32936 (or 0xE32936) is known color: Alizarin. HEX triplet: E3, 29 and 36. RGB value is (227,41,54). Sum of RGB (Red+Green+Blue) = 227+41+54=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E32936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32936 is #1CD6C9. Grayscale: #626262. Windows color (decimal): -1889994 or 3549667. OLE color: 3549667.
HSL color Cylindrical-coordinate representation of color #E32936: hue angle of 355.81º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32936 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 54 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.11 |
| HSL | 355.81º | 0.77% | 0.53% | - |
| HSV(B) | 355.81º | 0.82% | 0.89% | - |
| XYZ | 33.14 | 18.18 | 5.25 | - |
| YUV | 98.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 54 | 0 | 0.82 | 0.76 | 0.11 | 355.81 | 0.77 | 0.53 |
| Hex | E3 | 29 | 36 | 0 | 52 | 4C | B | 164 | 4D | 35 |
| Octal | 343 | 51 | 66 | 0 | 122 | 114 | 13 | 544 | 115 | 65 |
| Binary | 11100011 | 101001 | 110110 | 0 | 1010010 | 1001100 | 1011 | 101100100 | 1001101 | 110101 |
Color Harmonies of #E32936
Complementary color
Monochromatic Colors of #E32936
Black with #E32936
Text Example
Text Example
White with #E32936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32936; }
p { color: rgb(227,41,54); }
H1.HeaderClassName
{
color: #E32936;
}
.AnyTagClassName
{
color: #E32936;
}
</style>
background-color css
<style>
a { background-color: #E32936; }
a { background-color: rgb(227,41,54); }
div.DivClassName
{
background-color: #E32936;
}
.BgClassName
{
background-color: #E32936;
}
</style>
border-color css
<style>
span { border-color: #E32936; }
span { border-color: rgb(227,41,54); }
td.TdClassName
{
border-color: #E32936;
}
.TagClassName
{
border-color: #E32936;
}
</style>