Shades of Alizarin #E32937
Tints of Alizarin #E32937
RGB
CMYK
RGB Variations
Color information
#E32937 (or 0xE32937) is known color: Alizarin. HEX triplet: E3, 29 and 37. RGB value is (227,41,55). Sum of RGB (Red+Green+Blue) = 227+41+55=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E32937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32937 is #1CD6C8. Grayscale: #626262. Windows color (decimal): -1889993 or 3615203. OLE color: 3615203.
HSL color Cylindrical-coordinate representation of color #E32937: hue angle of 355.48º 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 #E32937 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 55 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.11 |
| HSL | 355.48º | 0.77% | 0.53% | - |
| HSV(B) | 355.48º | 0.82% | 0.89% | - |
| XYZ | 33.16 | 18.19 | 5.38 | - |
| YUV | 98.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 55 | 0 | 0.82 | 0.76 | 0.11 | 355.48 | 0.77 | 0.53 |
| Hex | E3 | 29 | 37 | 0 | 52 | 4C | B | 163 | 4D | 35 |
| Octal | 343 | 51 | 67 | 0 | 122 | 114 | 13 | 543 | 115 | 65 |
| Binary | 11100011 | 101001 | 110111 | 0 | 1010010 | 1001100 | 1011 | 101100011 | 1001101 | 110101 |
Color Harmonies of #E32937
Complementary color
Monochromatic Colors of #E32937
Black with #E32937
Text Example
Text Example
White with #E32937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32937; }
p { color: rgb(227,41,55); }
H1.HeaderClassName
{
color: #E32937;
}
.AnyTagClassName
{
color: #E32937;
}
</style>
background-color css
<style>
a { background-color: #E32937; }
a { background-color: rgb(227,41,55); }
div.DivClassName
{
background-color: #E32937;
}
.BgClassName
{
background-color: #E32937;
}
</style>
border-color css
<style>
span { border-color: #E32937; }
span { border-color: rgb(227,41,55); }
td.TdClassName
{
border-color: #E32937;
}
.TagClassName
{
border-color: #E32937;
}
</style>