Shades of Alizarin #E4353C
Tints of Alizarin #E4353C
RGB
CMYK
RGB Variations
Color information
#E4353C (or 0xE4353C) is known color: Alizarin. HEX triplet: E4, 35 and 3C. RGB value is (228,53,60). Sum of RGB (Red+Green+Blue) = 228+53+60=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4353C is #1BCAC3. Grayscale: #6A6A6A. Windows color (decimal): -1821380 or 3945956. OLE color: 3945956.
HSL color Cylindrical-coordinate representation of color #E4353C: hue angle of 357.6º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E4353C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 53 | 60 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.11 |
| HSL | 357.6º | 0.76% | 0.55% | - |
| HSV(B) | 357.6º | 0.77% | 0.89% | - |
| XYZ | 34.08 | 19.37 | 6.22 | - |
| YUV | 106.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 60 | 0 | 0.77 | 0.74 | 0.11 | 357.6 | 0.76 | 0.55 |
| Hex | E4 | 35 | 3C | 0 | 4D | 4A | B | 166 | 4C | 37 |
| Octal | 344 | 65 | 74 | 0 | 115 | 112 | 13 | 546 | 114 | 67 |
| Binary | 11100100 | 110101 | 111100 | 0 | 1001101 | 1001010 | 1011 | 101100110 | 1001100 | 110111 |
Color Harmonies of #E4353C
Complementary color
Monochromatic Colors of #E4353C
Black with #E4353C
Text Example
Text Example
White with #E4353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4353C; }
p { color: rgb(228,53,60); }
H1.HeaderClassName
{
color: #E4353C;
}
.AnyTagClassName
{
color: #E4353C;
}
</style>
background-color css
<style>
a { background-color: #E4353C; }
a { background-color: rgb(228,53,60); }
div.DivClassName
{
background-color: #E4353C;
}
.BgClassName
{
background-color: #E4353C;
}
</style>
border-color css
<style>
span { border-color: #E4353C; }
span { border-color: rgb(228,53,60); }
td.TdClassName
{
border-color: #E4353C;
}
.TagClassName
{
border-color: #E4353C;
}
</style>