Shades of Alizarin #E32A37
Tints of Alizarin #E32A37
RGB
CMYK
RGB Variations
Color information
#E32A37 (or 0xE32A37) is known color: Alizarin. HEX triplet: E3, 2A and 37. RGB value is (227,42,55). Sum of RGB (Red+Green+Blue) = 227+42+55=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A37 is #1CD5C8. Grayscale: #626262. Windows color (decimal): -1889737 or 3615459. OLE color: 3615459.
HSL color Cylindrical-coordinate representation of color #E32A37: hue angle of 355.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32A37 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 55 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.11 |
| HSL | 355.78º | 0.77% | 0.53% | - |
| HSV(B) | 355.78º | 0.81% | 0.89% | - |
| XYZ | 33.2 | 18.26 | 5.39 | - |
| YUV | 98.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 55 | 0 | 0.81 | 0.76 | 0.11 | 355.78 | 0.77 | 0.53 |
| Hex | E3 | 2A | 37 | 0 | 51 | 4C | B | 164 | 4D | 35 |
| Octal | 343 | 52 | 67 | 0 | 121 | 114 | 13 | 544 | 115 | 65 |
| Binary | 11100011 | 101010 | 110111 | 0 | 1010001 | 1001100 | 1011 | 101100100 | 1001101 | 110101 |
Color Harmonies of #E32A37
Complementary color
Monochromatic Colors of #E32A37
Black with #E32A37
Text Example
Text Example
White with #E32A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A37; }
p { color: rgb(227,42,55); }
H1.HeaderClassName
{
color: #E32A37;
}
.AnyTagClassName
{
color: #E32A37;
}
</style>
background-color css
<style>
a { background-color: #E32A37; }
a { background-color: rgb(227,42,55); }
div.DivClassName
{
background-color: #E32A37;
}
.BgClassName
{
background-color: #E32A37;
}
</style>
border-color css
<style>
span { border-color: #E32A37; }
span { border-color: rgb(227,42,55); }
td.TdClassName
{
border-color: #E32A37;
}
.TagClassName
{
border-color: #E32A37;
}
</style>