Shades of Alizarin #E5273A
Tints of Alizarin #E5273A
RGB
CMYK
RGB Variations
Color information
#E5273A (or 0xE5273A) is known color: Alizarin. HEX triplet: E5, 27 and 3A. RGB value is (229,39,58). Sum of RGB (Red+Green+Blue) = 229+39+58=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5273A is #1AD8C5. Grayscale: #626262. Windows color (decimal): -1759430 or 3811301. OLE color: 3811301.
HSL color Cylindrical-coordinate representation of color #E5273A: hue angle of 354º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5273A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 58 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.10 |
| HSL | 354º | 0.79% | 0.53% | - |
| HSV(B) | 354º | 0.83% | 0.9% | - |
| XYZ | 33.8 | 18.41 | 5.78 | - |
| YUV | 97.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 58 | 0 | 0.83 | 0.75 | 0.10 | 354 | 0.79 | 0.53 |
| Hex | E5 | 27 | 3A | 0 | 53 | 4B | A | 162 | 4F | 35 |
| Octal | 345 | 47 | 72 | 0 | 123 | 113 | 12 | 542 | 117 | 65 |
| Binary | 11100101 | 100111 | 111010 | 0 | 1010011 | 1001011 | 1010 | 101100010 | 1001111 | 110101 |
Color Harmonies of #E5273A
Complementary color
Monochromatic Colors of #E5273A
Black with #E5273A
Text Example
Text Example
White with #E5273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5273A; }
p { color: rgb(229,39,58); }
H1.HeaderClassName
{
color: #E5273A;
}
.AnyTagClassName
{
color: #E5273A;
}
</style>
background-color css
<style>
a { background-color: #E5273A; }
a { background-color: rgb(229,39,58); }
div.DivClassName
{
background-color: #E5273A;
}
.BgClassName
{
background-color: #E5273A;
}
</style>
border-color css
<style>
span { border-color: #E5273A; }
span { border-color: rgb(229,39,58); }
td.TdClassName
{
border-color: #E5273A;
}
.TagClassName
{
border-color: #E5273A;
}
</style>