Shades of Alizarin #E5253F
Tints of Alizarin #E5253F
RGB
CMYK
RGB Variations
Color information
#E5253F (or 0xE5253F) is known color: Alizarin. HEX triplet: E5, 25 and 3F. RGB value is (229,37,63). Sum of RGB (Red+Green+Blue) = 229+37+63=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5253F is #1ADAC0. Grayscale: #616161. Windows color (decimal): -1759937 or 4138469. OLE color: 4138469.
HSL color Cylindrical-coordinate representation of color #E5253F: hue angle of 351.88º 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 #E5253F is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 63 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.10 |
| HSL | 351.88º | 0.79% | 0.52% | - |
| HSV(B) | 351.88º | 0.84% | 0.9% | - |
| XYZ | 33.87 | 18.34 | 6.46 | - |
| YUV | 97.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 63 | 0 | 0.84 | 0.72 | 0.10 | 351.88 | 0.79 | 0.52 |
| Hex | E5 | 25 | 3F | 0 | 54 | 48 | A | 160 | 4F | 34 |
| Octal | 345 | 45 | 77 | 0 | 124 | 110 | 12 | 540 | 117 | 64 |
| Binary | 11100101 | 100101 | 111111 | 0 | 1010100 | 1001000 | 1010 | 101100000 | 1001111 | 110100 |
Color Harmonies of #E5253F
Complementary color
Monochromatic Colors of #E5253F
Black with #E5253F
Text Example
Text Example
White with #E5253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5253F; }
p { color: rgb(229,37,63); }
H1.HeaderClassName
{
color: #E5253F;
}
.AnyTagClassName
{
color: #E5253F;
}
</style>
background-color css
<style>
a { background-color: #E5253F; }
a { background-color: rgb(229,37,63); }
div.DivClassName
{
background-color: #E5253F;
}
.BgClassName
{
background-color: #E5253F;
}
</style>
border-color css
<style>
span { border-color: #E5253F; }
span { border-color: rgb(229,37,63); }
td.TdClassName
{
border-color: #E5253F;
}
.TagClassName
{
border-color: #E5253F;
}
</style>