Shades of Alizarin #E5263B
Tints of Alizarin #E5263B
RGB
CMYK
RGB Variations
Color information
#E5263B (or 0xE5263B) is known color: Alizarin. HEX triplet: E5, 26 and 3B. RGB value is (229,38,59). Sum of RGB (Red+Green+Blue) = 229+38+59=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5263B is #1AD9C4. Grayscale: #616161. Windows color (decimal): -1759685 or 3876581. OLE color: 3876581.
HSL color Cylindrical-coordinate representation of color #E5263B: hue angle of 353.4º 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 #E5263B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 59 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.10 |
| HSL | 353.4º | 0.79% | 0.52% | - |
| HSV(B) | 353.4º | 0.83% | 0.9% | - |
| XYZ | 33.8 | 18.36 | 5.9 | - |
| YUV | 97.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 59 | 0 | 0.83 | 0.74 | 0.10 | 353.4 | 0.79 | 0.52 |
| Hex | E5 | 26 | 3B | 0 | 53 | 4A | A | 161 | 4F | 34 |
| Octal | 345 | 46 | 73 | 0 | 123 | 112 | 12 | 541 | 117 | 64 |
| Binary | 11100101 | 100110 | 111011 | 0 | 1010011 | 1001010 | 1010 | 101100001 | 1001111 | 110100 |
Color Harmonies of #E5263B
Complementary color
Monochromatic Colors of #E5263B
Black with #E5263B
Text Example
Text Example
White with #E5263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5263B; }
p { color: rgb(229,38,59); }
H1.HeaderClassName
{
color: #E5263B;
}
.AnyTagClassName
{
color: #E5263B;
}
</style>
background-color css
<style>
a { background-color: #E5263B; }
a { background-color: rgb(229,38,59); }
div.DivClassName
{
background-color: #E5263B;
}
.BgClassName
{
background-color: #E5263B;
}
</style>
border-color css
<style>
span { border-color: #E5263B; }
span { border-color: rgb(229,38,59); }
td.TdClassName
{
border-color: #E5263B;
}
.TagClassName
{
border-color: #E5263B;
}
</style>