Shades of Alizarin #E3353C
Tints of Alizarin #E3353C
RGB
CMYK
RGB Variations
Color information
#E3353C (or 0xE3353C) is known color: Alizarin. HEX triplet: E3, 35 and 3C. RGB value is (227,53,60). Sum of RGB (Red+Green+Blue) = 227+53+60=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E3353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3353C is #1CCAC3. Grayscale: #696969. Windows color (decimal): -1886916 or 3945955. OLE color: 3945955.
HSL color Cylindrical-coordinate representation of color #E3353C: hue angle of 357.59º 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 #E3353C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 60 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.11 |
| HSL | 357.59º | 0.76% | 0.55% | - |
| HSV(B) | 357.59º | 0.77% | 0.89% | - |
| XYZ | 33.77 | 19.2 | 6.2 | - |
| YUV | 105.82 | 102.15 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 60 | 0 | 0.77 | 0.74 | 0.11 | 357.59 | 0.76 | 0.55 |
| Hex | E3 | 35 | 3C | 0 | 4D | 4A | B | 166 | 4C | 37 |
| Octal | 343 | 65 | 74 | 0 | 115 | 112 | 13 | 546 | 114 | 67 |
| Binary | 11100011 | 110101 | 111100 | 0 | 1001101 | 1001010 | 1011 | 101100110 | 1001100 | 110111 |
Color Harmonies of #E3353C
Complementary color
Monochromatic Colors of #E3353C
Black with #E3353C
Text Example
Text Example
White with #E3353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3353C; }
p { color: rgb(227,53,60); }
H1.HeaderClassName
{
color: #E3353C;
}
.AnyTagClassName
{
color: #E3353C;
}
</style>
background-color css
<style>
a { background-color: #E3353C; }
a { background-color: rgb(227,53,60); }
div.DivClassName
{
background-color: #E3353C;
}
.BgClassName
{
background-color: #E3353C;
}
</style>
border-color css
<style>
span { border-color: #E3353C; }
span { border-color: rgb(227,53,60); }
td.TdClassName
{
border-color: #E3353C;
}
.TagClassName
{
border-color: #E3353C;
}
</style>