Shades of Alizarin #E0293C
Tints of Alizarin #E0293C
RGB
CMYK
RGB Variations
Color information
#E0293C (or 0xE0293C) is known color: Alizarin. HEX triplet: E0, 29 and 3C. RGB value is (224,41,60). Sum of RGB (Red+Green+Blue) = 224+41+60=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0293C is #1FD6C3. Grayscale: #616161. Windows color (decimal): -2086596 or 3942880. OLE color: 3942880.
HSL color Cylindrical-coordinate representation of color #E0293C: hue angle of 353.77º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0293C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 60 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.12 |
| HSL | 353.77º | 0.75% | 0.52% | - |
| HSV(B) | 353.77º | 0.82% | 0.88% | - |
| XYZ | 32.35 | 17.76 | 6 | - |
| YUV | 97.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 60 | 0 | 0.82 | 0.73 | 0.12 | 353.77 | 0.75 | 0.52 |
| Hex | E0 | 29 | 3C | 0 | 52 | 49 | C | 162 | 4B | 34 |
| Octal | 340 | 51 | 74 | 0 | 122 | 111 | 14 | 542 | 113 | 64 |
| Binary | 11100000 | 101001 | 111100 | 0 | 1010010 | 1001001 | 1100 | 101100010 | 1001011 | 110100 |
Color Harmonies of #E0293C
Complementary color
Monochromatic Colors of #E0293C
Black with #E0293C
Text Example
Text Example
White with #E0293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0293C; }
p { color: rgb(224,41,60); }
H1.HeaderClassName
{
color: #E0293C;
}
.AnyTagClassName
{
color: #E0293C;
}
</style>
background-color css
<style>
a { background-color: #E0293C; }
a { background-color: rgb(224,41,60); }
div.DivClassName
{
background-color: #E0293C;
}
.BgClassName
{
background-color: #E0293C;
}
</style>
border-color css
<style>
span { border-color: #E0293C; }
span { border-color: rgb(224,41,60); }
td.TdClassName
{
border-color: #E0293C;
}
.TagClassName
{
border-color: #E0293C;
}
</style>