Shades of Alizarin #E8253A
Tints of Alizarin #E8253A
RGB
CMYK
RGB Variations
Color information
#E8253A (or 0xE8253A) is known color: Alizarin. HEX triplet: E8, 25 and 3A. RGB value is (232,37,58). Sum of RGB (Red+Green+Blue) = 232+37+58=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8253A is #17DAC5. Grayscale: #616161. Windows color (decimal): -1563334 or 3810792. OLE color: 3810792.
HSL color Cylindrical-coordinate representation of color #E8253A: hue angle of 353.54º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8253A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.09 |
| HSL | 353.54º | 0.81% | 0.53% | - |
| HSV(B) | 353.54º | 0.84% | 0.91% | - |
| XYZ | 34.7 | 18.78 | 5.8 | - |
| YUV | 97.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 58 | 0 | 0.84 | 0.75 | 0.09 | 353.54 | 0.81 | 0.53 |
| Hex | E8 | 25 | 3A | 0 | 54 | 4B | 9 | 162 | 51 | 35 |
| Octal | 350 | 45 | 72 | 0 | 124 | 113 | 11 | 542 | 121 | 65 |
| Binary | 11101000 | 100101 | 111010 | 0 | 1010100 | 1001011 | 1001 | 101100010 | 1010001 | 110101 |
Color Harmonies of #E8253A
Complementary color
Monochromatic Colors of #E8253A
Black with #E8253A
Text Example
Text Example
White with #E8253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8253A; }
p { color: rgb(232,37,58); }
H1.HeaderClassName
{
color: #E8253A;
}
.AnyTagClassName
{
color: #E8253A;
}
</style>
background-color css
<style>
a { background-color: #E8253A; }
a { background-color: rgb(232,37,58); }
div.DivClassName
{
background-color: #E8253A;
}
.BgClassName
{
background-color: #E8253A;
}
</style>
border-color css
<style>
span { border-color: #E8253A; }
span { border-color: rgb(232,37,58); }
td.TdClassName
{
border-color: #E8253A;
}
.TagClassName
{
border-color: #E8253A;
}
</style>