Shades of Alizarin #E5253A
Tints of Alizarin #E5253A
RGB
CMYK
RGB Variations
Color information
#E5253A (or 0xE5253A) is known color: Alizarin. HEX triplet: E5, 25 and 3A. RGB value is (229,37,58). Sum of RGB (Red+Green+Blue) = 229+37+58=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5253A is #1ADAC5. Grayscale: #606060. Windows color (decimal): -1759942 or 3810789. OLE color: 3810789.
HSL color Cylindrical-coordinate representation of color #E5253A: hue angle of 353.44º 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 #E5253A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.10 |
| HSL | 353.44º | 0.79% | 0.52% | - |
| HSV(B) | 353.44º | 0.84% | 0.9% | - |
| XYZ | 33.74 | 18.29 | 5.75 | - |
| YUV | 96.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 58 | 0 | 0.84 | 0.75 | 0.10 | 353.44 | 0.79 | 0.52 |
| Hex | E5 | 25 | 3A | 0 | 54 | 4B | A | 161 | 4F | 34 |
| Octal | 345 | 45 | 72 | 0 | 124 | 113 | 12 | 541 | 117 | 64 |
| Binary | 11100101 | 100101 | 111010 | 0 | 1010100 | 1001011 | 1010 | 101100001 | 1001111 | 110100 |
Color Harmonies of #E5253A
Complementary color
Monochromatic Colors of #E5253A
Black with #E5253A
Text Example
Text Example
White with #E5253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5253A; }
p { color: rgb(229,37,58); }
H1.HeaderClassName
{
color: #E5253A;
}
.AnyTagClassName
{
color: #E5253A;
}
</style>
background-color css
<style>
a { background-color: #E5253A; }
a { background-color: rgb(229,37,58); }
div.DivClassName
{
background-color: #E5253A;
}
.BgClassName
{
background-color: #E5253A;
}
</style>
border-color css
<style>
span { border-color: #E5253A; }
span { border-color: rgb(229,37,58); }
td.TdClassName
{
border-color: #E5253A;
}
.TagClassName
{
border-color: #E5253A;
}
</style>