Shades of Alizarin #E8313A
Tints of Alizarin #E8313A
RGB
CMYK
RGB Variations
Color information
#E8313A (or 0xE8313A) is known color: Alizarin. HEX triplet: E8, 31 and 3A. RGB value is (232,49,58). Sum of RGB (Red+Green+Blue) = 232+49+58=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E8313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8313A is #17CEC5. Grayscale: #686868. Windows color (decimal): -1560262 or 3813864. OLE color: 3813864.
HSL color Cylindrical-coordinate representation of color #E8313A: hue angle of 357.05º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8313A is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 58 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.09 |
| HSL | 357.05º | 0.8% | 0.55% | - |
| HSV(B) | 357.05º | 0.79% | 0.91% | - |
| XYZ | 35.14 | 19.66 | 5.95 | - |
| YUV | 104.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 58 | 0 | 0.79 | 0.75 | 0.09 | 357.05 | 0.8 | 0.55 |
| Hex | E8 | 31 | 3A | 0 | 4F | 4B | 9 | 165 | 50 | 37 |
| Octal | 350 | 61 | 72 | 0 | 117 | 113 | 11 | 545 | 120 | 67 |
| Binary | 11101000 | 110001 | 111010 | 0 | 1001111 | 1001011 | 1001 | 101100101 | 1010000 | 110111 |
Color Harmonies of #E8313A
Complementary color
Monochromatic Colors of #E8313A
Black with #E8313A
Text Example
Text Example
White with #E8313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8313A; }
p { color: rgb(232,49,58); }
H1.HeaderClassName
{
color: #E8313A;
}
.AnyTagClassName
{
color: #E8313A;
}
</style>
background-color css
<style>
a { background-color: #E8313A; }
a { background-color: rgb(232,49,58); }
div.DivClassName
{
background-color: #E8313A;
}
.BgClassName
{
background-color: #E8313A;
}
</style>
border-color css
<style>
span { border-color: #E8313A; }
span { border-color: rgb(232,49,58); }
td.TdClassName
{
border-color: #E8313A;
}
.TagClassName
{
border-color: #E8313A;
}
</style>