Shades of Alizarin #E42932
Tints of Alizarin #E42932
RGB
CMYK
RGB Variations
Color information
#E42932 (or 0xE42932) is known color: Alizarin. HEX triplet: E4, 29 and 32. RGB value is (228,41,50). Sum of RGB (Red+Green+Blue) = 228+41+50=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E42932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42932 is #1BD6CD. Grayscale: #626262. Windows color (decimal): -1824462 or 3287524. OLE color: 3287524.
HSL color Cylindrical-coordinate representation of color #E42932: hue angle of 357.11º degrees, saturation: 0.78, 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 #E42932 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 50 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.11 |
| HSL | 357.11º | 0.78% | 0.53% | - |
| HSV(B) | 357.11º | 0.82% | 0.89% | - |
| XYZ | 33.36 | 18.31 | 4.79 | - |
| YUV | 97.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 50 | 0 | 0.82 | 0.78 | 0.11 | 357.11 | 0.78 | 0.53 |
| Hex | E4 | 29 | 32 | 0 | 52 | 4E | B | 165 | 4E | 35 |
| Octal | 344 | 51 | 62 | 0 | 122 | 116 | 13 | 545 | 116 | 65 |
| Binary | 11100100 | 101001 | 110010 | 0 | 1010010 | 1001110 | 1011 | 101100101 | 1001110 | 110101 |
Color Harmonies of #E42932
Complementary color
Monochromatic Colors of #E42932
Black with #E42932
Text Example
Text Example
White with #E42932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42932; }
p { color: rgb(228,41,50); }
H1.HeaderClassName
{
color: #E42932;
}
.AnyTagClassName
{
color: #E42932;
}
</style>
background-color css
<style>
a { background-color: #E42932; }
a { background-color: rgb(228,41,50); }
div.DivClassName
{
background-color: #E42932;
}
.BgClassName
{
background-color: #E42932;
}
</style>
border-color css
<style>
span { border-color: #E42932; }
span { border-color: rgb(228,41,50); }
td.TdClassName
{
border-color: #E42932;
}
.TagClassName
{
border-color: #E42932;
}
</style>