Shades of Alizarin #E5253B
Tints of Alizarin #E5253B
RGB
CMYK
RGB Variations
Color information
#E5253B (or 0xE5253B) is known color: Alizarin. HEX triplet: E5, 25 and 3B. RGB value is (229,37,59). Sum of RGB (Red+Green+Blue) = 229+37+59=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5253B is #1ADAC4. Grayscale: #616161. Windows color (decimal): -1759941 or 3876325. OLE color: 3876325.
HSL color Cylindrical-coordinate representation of color #E5253B: hue angle of 353.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5253B is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 59 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.10 |
| HSL | 353.13º | 0.79% | 0.52% | - |
| HSV(B) | 353.13º | 0.84% | 0.9% | - |
| XYZ | 33.76 | 18.3 | 5.89 | - |
| YUV | 96.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 59 | 0 | 0.84 | 0.74 | 0.10 | 353.13 | 0.79 | 0.52 |
| Hex | E5 | 25 | 3B | 0 | 54 | 4A | A | 161 | 4F | 34 |
| Octal | 345 | 45 | 73 | 0 | 124 | 112 | 12 | 541 | 117 | 64 |
| Binary | 11100101 | 100101 | 111011 | 0 | 1010100 | 1001010 | 1010 | 101100001 | 1001111 | 110100 |
Color Harmonies of #E5253B
Complementary color
Monochromatic Colors of #E5253B
Black with #E5253B
Text Example
Text Example
White with #E5253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5253B; }
p { color: rgb(229,37,59); }
H1.HeaderClassName
{
color: #E5253B;
}
.AnyTagClassName
{
color: #E5253B;
}
</style>
background-color css
<style>
a { background-color: #E5253B; }
a { background-color: rgb(229,37,59); }
div.DivClassName
{
background-color: #E5253B;
}
.BgClassName
{
background-color: #E5253B;
}
</style>
border-color css
<style>
span { border-color: #E5253B; }
span { border-color: rgb(229,37,59); }
td.TdClassName
{
border-color: #E5253B;
}
.TagClassName
{
border-color: #E5253B;
}
</style>