Shades of Alizarin #E03032
Tints of Alizarin #E03032
RGB
CMYK
RGB Variations
Color information
#E03032 (or 0xE03032) is known color: Alizarin. HEX triplet: E0, 30 and 32. RGB value is (224,48,50). Sum of RGB (Red+Green+Blue) = 224+48+50=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E03032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03032 is #1FCFCD. Grayscale: #656565. Windows color (decimal): -2084814 or 3289312. OLE color: 3289312.
HSL color Cylindrical-coordinate representation of color #E03032: hue angle of 359.32º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03032 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 50 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.12 |
| HSL | 359.32º | 0.74% | 0.53% | - |
| HSV(B) | 359.32º | 0.79% | 0.88% | - |
| XYZ | 32.37 | 18.19 | 4.82 | - |
| YUV | 100.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 50 | 0 | 0.79 | 0.78 | 0.12 | 359.32 | 0.74 | 0.53 |
| Hex | E0 | 30 | 32 | 0 | 4F | 4E | C | 167 | 4A | 35 |
| Octal | 340 | 60 | 62 | 0 | 117 | 116 | 14 | 547 | 112 | 65 |
| Binary | 11100000 | 110000 | 110010 | 0 | 1001111 | 1001110 | 1100 | 101100111 | 1001010 | 110101 |
Color Harmonies of #E03032
Complementary color
Monochromatic Colors of #E03032
Black with #E03032
Text Example
Text Example
White with #E03032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03032; }
p { color: rgb(224,48,50); }
H1.HeaderClassName
{
color: #E03032;
}
.AnyTagClassName
{
color: #E03032;
}
</style>
background-color css
<style>
a { background-color: #E03032; }
a { background-color: rgb(224,48,50); }
div.DivClassName
{
background-color: #E03032;
}
.BgClassName
{
background-color: #E03032;
}
</style>
border-color css
<style>
span { border-color: #E03032; }
span { border-color: rgb(224,48,50); }
td.TdClassName
{
border-color: #E03032;
}
.TagClassName
{
border-color: #E03032;
}
</style>