Shades of Alizarin #E32138
Tints of Alizarin #E32138
RGB
CMYK
RGB Variations
Color information
#E32138 (or 0xE32138) is known color: Alizarin. HEX triplet: E3, 21 and 38. RGB value is (227,33,56). Sum of RGB (Red+Green+Blue) = 227+33+56=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E32138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32138 is #1CDEC7. Grayscale: #5D5D5D. Windows color (decimal): -1892040 or 3678691. OLE color: 3678691.
HSL color Cylindrical-coordinate representation of color #E32138: hue angle of 352.89º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32138 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 56 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.11 |
| HSL | 352.89º | 0.78% | 0.51% | - |
| HSV(B) | 352.89º | 0.85% | 0.89% | - |
| XYZ | 32.94 | 17.7 | 5.42 | - |
| YUV | 93.63 | 106.77 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 56 | 0 | 0.85 | 0.75 | 0.11 | 352.89 | 0.78 | 0.51 |
| Hex | E3 | 21 | 38 | 0 | 55 | 4B | B | 161 | 4E | 33 |
| Octal | 343 | 41 | 70 | 0 | 125 | 113 | 13 | 541 | 116 | 63 |
| Binary | 11100011 | 100001 | 111000 | 0 | 1010101 | 1001011 | 1011 | 101100001 | 1001110 | 110011 |
Color Harmonies of #E32138
Complementary color
Monochromatic Colors of #E32138
Black with #E32138
Text Example
Text Example
White with #E32138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32138; }
p { color: rgb(227,33,56); }
H1.HeaderClassName
{
color: #E32138;
}
.AnyTagClassName
{
color: #E32138;
}
</style>
background-color css
<style>
a { background-color: #E32138; }
a { background-color: rgb(227,33,56); }
div.DivClassName
{
background-color: #E32138;
}
.BgClassName
{
background-color: #E32138;
}
</style>
border-color css
<style>
span { border-color: #E32138; }
span { border-color: rgb(227,33,56); }
td.TdClassName
{
border-color: #E32138;
}
.TagClassName
{
border-color: #E32138;
}
</style>