Shades of Alizarin #E32740
Tints of Alizarin #E32740
RGB
CMYK
RGB Variations
Color information
#E32740 (or 0xE32740) is known color: Alizarin. HEX triplet: E3, 27 and 40. RGB value is (227,39,64). Sum of RGB (Red+Green+Blue) = 227+39+64=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E32740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32740 is #1CD8BF. Grayscale: #626262. Windows color (decimal): -1890496 or 4204515. OLE color: 4204515.
HSL color Cylindrical-coordinate representation of color #E32740: hue angle of 352.02º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32740 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 64 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.11 |
| HSL | 352.02º | 0.77% | 0.52% | - |
| HSV(B) | 352.02º | 0.83% | 0.89% | - |
| XYZ | 33.33 | 18.15 | 6.6 | - |
| YUV | 98.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 64 | 0 | 0.83 | 0.72 | 0.11 | 352.02 | 0.77 | 0.52 |
| Hex | E3 | 27 | 40 | 0 | 53 | 48 | B | 160 | 4D | 34 |
| Octal | 343 | 47 | 100 | 0 | 123 | 110 | 13 | 540 | 115 | 64 |
| Binary | 11100011 | 100111 | 1000000 | 0 | 1010011 | 1001000 | 1011 | 101100000 | 1001101 | 110100 |
Color Harmonies of #E32740
Complementary color
Monochromatic Colors of #E32740
Black with #E32740
Text Example
Text Example
White with #E32740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32740; }
p { color: rgb(227,39,64); }
H1.HeaderClassName
{
color: #E32740;
}
.AnyTagClassName
{
color: #E32740;
}
</style>
background-color css
<style>
a { background-color: #E32740; }
a { background-color: rgb(227,39,64); }
div.DivClassName
{
background-color: #E32740;
}
.BgClassName
{
background-color: #E32740;
}
</style>
border-color css
<style>
span { border-color: #E32740; }
span { border-color: rgb(227,39,64); }
td.TdClassName
{
border-color: #E32740;
}
.TagClassName
{
border-color: #E32740;
}
</style>