Shades of Alizarin #E32842
Tints of Alizarin #E32842
RGB
CMYK
RGB Variations
Color information
#E32842 (or 0xE32842) is known color: Alizarin. HEX triplet: E3, 28 and 42. RGB value is (227,40,66). Sum of RGB (Red+Green+Blue) = 227+40+66=333 (44% of max value = 765). Red value is 227 (89.06% from 255 or 68.17% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 227 - color contains mainly: red. Hex color #E32842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32842 is #1CD7BD. Grayscale: #626262. Windows color (decimal): -1890238 or 4335843. OLE color: 4335843.
HSL color Cylindrical-coordinate representation of color #E32842: hue angle of 351.66º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32842 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 66 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.11 |
| HSL | 351.66º | 0.77% | 0.52% | - |
| HSV(B) | 351.66º | 0.82% | 0.89% | - |
| XYZ | 33.42 | 18.24 | 6.91 | - |
| YUV | 98.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 66 | 0 | 0.82 | 0.71 | 0.11 | 351.66 | 0.77 | 0.52 |
| Hex | E3 | 28 | 42 | 0 | 52 | 47 | B | 160 | 4D | 34 |
| Octal | 343 | 50 | 102 | 0 | 122 | 107 | 13 | 540 | 115 | 64 |
| Binary | 11100011 | 101000 | 1000010 | 0 | 1010010 | 1000111 | 1011 | 101100000 | 1001101 | 110100 |
Color Harmonies of #E32842
Complementary color
Monochromatic Colors of #E32842
Black with #E32842
Text Example
Text Example
White with #E32842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32842; }
p { color: rgb(227,40,66); }
H1.HeaderClassName
{
color: #E32842;
}
.AnyTagClassName
{
color: #E32842;
}
</style>
background-color css
<style>
a { background-color: #E32842; }
a { background-color: rgb(227,40,66); }
div.DivClassName
{
background-color: #E32842;
}
.BgClassName
{
background-color: #E32842;
}
</style>
border-color css
<style>
span { border-color: #E32842; }
span { border-color: rgb(227,40,66); }
td.TdClassName
{
border-color: #E32842;
}
.TagClassName
{
border-color: #E32842;
}
</style>