Shades of Alizarin #E5263A
Tints of Alizarin #E5263A
RGB
CMYK
RGB Variations
Color information
#E5263A (or 0xE5263A) is known color: Alizarin. HEX triplet: E5, 26 and 3A. RGB value is (229,38,58). Sum of RGB (Red+Green+Blue) = 229+38+58=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5263A is #1AD9C5. Grayscale: #616161. Windows color (decimal): -1759686 or 3811045. OLE color: 3811045.
HSL color Cylindrical-coordinate representation of color #E5263A: hue angle of 353.72º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5263A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 58 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.10 |
| HSL | 353.72º | 0.79% | 0.52% | - |
| HSV(B) | 353.72º | 0.83% | 0.9% | - |
| XYZ | 33.77 | 18.35 | 5.76 | - |
| YUV | 97.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 58 | 0 | 0.83 | 0.75 | 0.10 | 353.72 | 0.79 | 0.52 |
| Hex | E5 | 26 | 3A | 0 | 53 | 4B | A | 162 | 4F | 34 |
| Octal | 345 | 46 | 72 | 0 | 123 | 113 | 12 | 542 | 117 | 64 |
| Binary | 11100101 | 100110 | 111010 | 0 | 1010011 | 1001011 | 1010 | 101100010 | 1001111 | 110100 |
Color Harmonies of #E5263A
Complementary color
Monochromatic Colors of #E5263A
Black with #E5263A
Text Example
Text Example
White with #E5263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5263A; }
p { color: rgb(229,38,58); }
H1.HeaderClassName
{
color: #E5263A;
}
.AnyTagClassName
{
color: #E5263A;
}
</style>
background-color css
<style>
a { background-color: #E5263A; }
a { background-color: rgb(229,38,58); }
div.DivClassName
{
background-color: #E5263A;
}
.BgClassName
{
background-color: #E5263A;
}
</style>
border-color css
<style>
span { border-color: #E5263A; }
span { border-color: rgb(229,38,58); }
td.TdClassName
{
border-color: #E5263A;
}
.TagClassName
{
border-color: #E5263A;
}
</style>