Shades of Alizarin #E5263F
Tints of Alizarin #E5263F
RGB
CMYK
RGB Variations
Color information
#E5263F (or 0xE5263F) is known color: Alizarin. HEX triplet: E5, 26 and 3F. RGB value is (229,38,63). Sum of RGB (Red+Green+Blue) = 229+38+63=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5263F is #1AD9C0. Grayscale: #626262. Windows color (decimal): -1759681 or 4138725. OLE color: 4138725.
HSL color Cylindrical-coordinate representation of color #E5263F: hue angle of 352.15º 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 #E5263F is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 63 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.10 |
| HSL | 352.15º | 0.79% | 0.52% | - |
| HSV(B) | 352.15º | 0.83% | 0.9% | - |
| XYZ | 33.9 | 18.4 | 6.47 | - |
| YUV | 97.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 63 | 0 | 0.83 | 0.72 | 0.10 | 352.15 | 0.79 | 0.52 |
| Hex | E5 | 26 | 3F | 0 | 53 | 48 | A | 160 | 4F | 34 |
| Octal | 345 | 46 | 77 | 0 | 123 | 110 | 12 | 540 | 117 | 64 |
| Binary | 11100101 | 100110 | 111111 | 0 | 1010011 | 1001000 | 1010 | 101100000 | 1001111 | 110100 |
Color Harmonies of #E5263F
Complementary color
Monochromatic Colors of #E5263F
Black with #E5263F
Text Example
Text Example
White with #E5263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5263F; }
p { color: rgb(229,38,63); }
H1.HeaderClassName
{
color: #E5263F;
}
.AnyTagClassName
{
color: #E5263F;
}
</style>
background-color css
<style>
a { background-color: #E5263F; }
a { background-color: rgb(229,38,63); }
div.DivClassName
{
background-color: #E5263F;
}
.BgClassName
{
background-color: #E5263F;
}
</style>
border-color css
<style>
span { border-color: #E5263F; }
span { border-color: rgb(229,38,63); }
td.TdClassName
{
border-color: #E5263F;
}
.TagClassName
{
border-color: #E5263F;
}
</style>