Shades of Alizarin #E0353C
Tints of Alizarin #E0353C
RGB
CMYK
RGB Variations
Color information
#E0353C (or 0xE0353C) is known color: Alizarin. HEX triplet: E0, 35 and 3C. RGB value is (224,53,60). Sum of RGB (Red+Green+Blue) = 224+53+60=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0353C is #1FCAC3. Grayscale: #696969. Windows color (decimal): -2083524 or 3945952. OLE color: 3945952.
HSL color Cylindrical-coordinate representation of color #E0353C: hue angle of 357.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0353C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.12 |
| HSL | 357.54º | 0.73% | 0.54% | - |
| HSV(B) | 357.54º | 0.76% | 0.88% | - |
| XYZ | 32.83 | 18.72 | 6.16 | - |
| YUV | 104.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 60 | 0 | 0.76 | 0.73 | 0.12 | 357.54 | 0.73 | 0.54 |
| Hex | E0 | 35 | 3C | 0 | 4C | 49 | C | 166 | 49 | 36 |
| Octal | 340 | 65 | 74 | 0 | 114 | 111 | 14 | 546 | 111 | 66 |
| Binary | 11100000 | 110101 | 111100 | 0 | 1001100 | 1001001 | 1100 | 101100110 | 1001001 | 110110 |
Color Harmonies of #E0353C
Complementary color
Monochromatic Colors of #E0353C
Black with #E0353C
Text Example
Text Example
White with #E0353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0353C; }
p { color: rgb(224,53,60); }
H1.HeaderClassName
{
color: #E0353C;
}
.AnyTagClassName
{
color: #E0353C;
}
</style>
background-color css
<style>
a { background-color: #E0353C; }
a { background-color: rgb(224,53,60); }
div.DivClassName
{
background-color: #E0353C;
}
.BgClassName
{
background-color: #E0353C;
}
</style>
border-color css
<style>
span { border-color: #E0353C; }
span { border-color: rgb(224,53,60); }
td.TdClassName
{
border-color: #E0353C;
}
.TagClassName
{
border-color: #E0353C;
}
</style>