Shades of Alizarin #E8293A
Tints of Alizarin #E8293A
RGB
CMYK
RGB Variations
Color information
#E8293A (or 0xE8293A) is known color: Alizarin. HEX triplet: E8, 29 and 3A. RGB value is (232,41,58). Sum of RGB (Red+Green+Blue) = 232+41+58=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8293A is #17D6C5. Grayscale: #646464. Windows color (decimal): -1562310 or 3811816. OLE color: 3811816.
HSL color Cylindrical-coordinate representation of color #E8293A: hue angle of 354.66º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8293A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 58 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.09 |
| HSL | 354.66º | 0.81% | 0.54% | - |
| HSV(B) | 354.66º | 0.82% | 0.91% | - |
| XYZ | 34.84 | 19.05 | 5.84 | - |
| YUV | 100.05 | 104.28 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 58 | 0 | 0.82 | 0.75 | 0.09 | 354.66 | 0.81 | 0.54 |
| Hex | E8 | 29 | 3A | 0 | 52 | 4B | 9 | 163 | 51 | 36 |
| Octal | 350 | 51 | 72 | 0 | 122 | 113 | 11 | 543 | 121 | 66 |
| Binary | 11101000 | 101001 | 111010 | 0 | 1010010 | 1001011 | 1001 | 101100011 | 1010001 | 110110 |
Color Harmonies of #E8293A
Complementary color
Monochromatic Colors of #E8293A
Black with #E8293A
Text Example
Text Example
White with #E8293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8293A; }
p { color: rgb(232,41,58); }
H1.HeaderClassName
{
color: #E8293A;
}
.AnyTagClassName
{
color: #E8293A;
}
</style>
background-color css
<style>
a { background-color: #E8293A; }
a { background-color: rgb(232,41,58); }
div.DivClassName
{
background-color: #E8293A;
}
.BgClassName
{
background-color: #E8293A;
}
</style>
border-color css
<style>
span { border-color: #E8293A; }
span { border-color: rgb(232,41,58); }
td.TdClassName
{
border-color: #E8293A;
}
.TagClassName
{
border-color: #E8293A;
}
</style>