Shades of Alizarin #E5353B
Tints of Alizarin #E5353B
RGB
CMYK
RGB Variations
Color information
#E5353B (or 0xE5353B) is known color: Alizarin. HEX triplet: E5, 35 and 3B. RGB value is (229,53,59). Sum of RGB (Red+Green+Blue) = 229+53+59=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5353B is #1ACAC4. Grayscale: #6A6A6A. Windows color (decimal): -1755845 or 3880421. OLE color: 3880421.
HSL color Cylindrical-coordinate representation of color #E5353B: hue angle of 357.95º 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 #E5353B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 59 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.10 |
| HSL | 357.95º | 0.77% | 0.55% | - |
| HSV(B) | 357.95º | 0.77% | 0.9% | - |
| XYZ | 34.38 | 19.52 | 6.09 | - |
| YUV | 106.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 59 | 0 | 0.77 | 0.74 | 0.10 | 357.95 | 0.77 | 0.55 |
| Hex | E5 | 35 | 3B | 0 | 4D | 4A | A | 166 | 4D | 37 |
| Octal | 345 | 65 | 73 | 0 | 115 | 112 | 12 | 546 | 115 | 67 |
| Binary | 11100101 | 110101 | 111011 | 0 | 1001101 | 1001010 | 1010 | 101100110 | 1001101 | 110111 |
Color Harmonies of #E5353B
Complementary color
Monochromatic Colors of #E5353B
Black with #E5353B
Text Example
Text Example
White with #E5353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5353B; }
p { color: rgb(229,53,59); }
H1.HeaderClassName
{
color: #E5353B;
}
.AnyTagClassName
{
color: #E5353B;
}
</style>
background-color css
<style>
a { background-color: #E5353B; }
a { background-color: rgb(229,53,59); }
div.DivClassName
{
background-color: #E5353B;
}
.BgClassName
{
background-color: #E5353B;
}
</style>
border-color css
<style>
span { border-color: #E5353B; }
span { border-color: rgb(229,53,59); }
td.TdClassName
{
border-color: #E5353B;
}
.TagClassName
{
border-color: #E5353B;
}
</style>