Shades of Alizarin #E02C32
Tints of Alizarin #E02C32
RGB
CMYK
RGB Variations
Color information
#E02C32 (or 0xE02C32) is known color: Alizarin. HEX triplet: E0, 2C and 32. RGB value is (224,44,50). Sum of RGB (Red+Green+Blue) = 224+44+50=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C32 is #1FD3CD. Grayscale: #626262. Windows color (decimal): -2085838 or 3288288. OLE color: 3288288.
HSL color Cylindrical-coordinate representation of color #E02C32: hue angle of 358º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C32 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 50 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.12 |
| HSL | 358º | 0.74% | 0.53% | - |
| HSV(B) | 358º | 0.8% | 0.88% | - |
| XYZ | 32.22 | 17.88 | 4.77 | - |
| YUV | 98.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 50 | 0 | 0.80 | 0.78 | 0.12 | 358 | 0.74 | 0.53 |
| Hex | E0 | 2C | 32 | 0 | 50 | 4E | C | 166 | 4A | 35 |
| Octal | 340 | 54 | 62 | 0 | 120 | 116 | 14 | 546 | 112 | 65 |
| Binary | 11100000 | 101100 | 110010 | 0 | 1010000 | 1001110 | 1100 | 101100110 | 1001010 | 110101 |
Color Harmonies of #E02C32
Complementary color
Monochromatic Colors of #E02C32
Black with #E02C32
Text Example
Text Example
White with #E02C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C32; }
p { color: rgb(224,44,50); }
H1.HeaderClassName
{
color: #E02C32;
}
.AnyTagClassName
{
color: #E02C32;
}
</style>
background-color css
<style>
a { background-color: #E02C32; }
a { background-color: rgb(224,44,50); }
div.DivClassName
{
background-color: #E02C32;
}
.BgClassName
{
background-color: #E02C32;
}
</style>
border-color css
<style>
span { border-color: #E02C32; }
span { border-color: rgb(224,44,50); }
td.TdClassName
{
border-color: #E02C32;
}
.TagClassName
{
border-color: #E02C32;
}
</style>