Shades of Alizarin #E5353C
Tints of Alizarin #E5353C
RGB
CMYK
RGB Variations
Color information
#E5353C (or 0xE5353C) is known color: Alizarin. HEX triplet: E5, 35 and 3C. RGB value is (229,53,60). Sum of RGB (Red+Green+Blue) = 229+53+60=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5353C is #1ACAC3. Grayscale: #6A6A6A. Windows color (decimal): -1755844 or 3945957. OLE color: 3945957.
HSL color Cylindrical-coordinate representation of color #E5353C: hue angle of 357.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5353C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 60 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.10 |
| HSL | 357.61º | 0.77% | 0.55% | - |
| HSV(B) | 357.61º | 0.77% | 0.9% | - |
| XYZ | 34.4 | 19.53 | 6.23 | - |
| YUV | 106.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 60 | 0 | 0.77 | 0.74 | 0.10 | 357.61 | 0.77 | 0.55 |
| Hex | E5 | 35 | 3C | 0 | 4D | 4A | A | 166 | 4D | 37 |
| Octal | 345 | 65 | 74 | 0 | 115 | 112 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110101 | 111100 | 0 | 1001101 | 1001010 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E5353C
Complementary color
Monochromatic Colors of #E5353C
Black with #E5353C
Text Example
Text Example
White with #E5353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5353C; }
p { color: rgb(229,53,60); }
H1.HeaderClassName
{
color: #E5353C;
}
.AnyTagClassName
{
color: #E5353C;
}
</style>
background-color css
<style>
a { background-color: #E5353C; }
a { background-color: rgb(229,53,60); }
div.DivClassName
{
background-color: #E5353C;
}
.BgClassName
{
background-color: #E5353C;
}
</style>
border-color css
<style>
span { border-color: #E5353C; }
span { border-color: rgb(229,53,60); }
td.TdClassName
{
border-color: #E5353C;
}
.TagClassName
{
border-color: #E5353C;
}
</style>