Shades of Alizarin #E5353D
Tints of Alizarin #E5353D
RGB
CMYK
RGB Variations
Color information
#E5353D (or 0xE5353D) is known color: Alizarin. HEX triplet: E5, 35 and 3D. RGB value is (229,53,61). Sum of RGB (Red+Green+Blue) = 229+53+61=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5353D is #1ACAC2. Grayscale: #6A6A6A. Windows color (decimal): -1755843 or 4011493. OLE color: 4011493.
HSL color Cylindrical-coordinate representation of color #E5353D: hue angle of 357.27º 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 #E5353D is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 61 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.10 |
| HSL | 357.27º | 0.77% | 0.55% | - |
| HSV(B) | 357.27º | 0.77% | 0.9% | - |
| XYZ | 34.43 | 19.54 | 6.37 | - |
| YUV | 106.54 | 102.31 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 61 | 0 | 0.77 | 0.73 | 0.10 | 357.27 | 0.77 | 0.55 |
| Hex | E5 | 35 | 3D | 0 | 4D | 49 | A | 165 | 4D | 37 |
| Octal | 345 | 65 | 75 | 0 | 115 | 111 | 12 | 545 | 115 | 67 |
| Binary | 11100101 | 110101 | 111101 | 0 | 1001101 | 1001001 | 1010 | 101100101 | 1001101 | 110111 |
Color Harmonies of #E5353D
Complementary color
Monochromatic Colors of #E5353D
Black with #E5353D
Text Example
Text Example
White with #E5353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5353D; }
p { color: rgb(229,53,61); }
H1.HeaderClassName
{
color: #E5353D;
}
.AnyTagClassName
{
color: #E5353D;
}
</style>
background-color css
<style>
a { background-color: #E5353D; }
a { background-color: rgb(229,53,61); }
div.DivClassName
{
background-color: #E5353D;
}
.BgClassName
{
background-color: #E5353D;
}
</style>
border-color css
<style>
span { border-color: #E5353D; }
span { border-color: rgb(229,53,61); }
td.TdClassName
{
border-color: #E5353D;
}
.TagClassName
{
border-color: #E5353D;
}
</style>