Shades of Alizarin #E8152C
Tints of Alizarin #E8152C
RGB
CMYK
RGB Variations
Color information
#E8152C (or 0xE8152C) is known color: Alizarin. HEX triplet: E8, 15 and 2C. RGB value is (232,21,44). Sum of RGB (Red+Green+Blue) = 232+21+44=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8152C is #17EAD3. Grayscale: #565656. Windows color (decimal): -1567444 or 2889192. OLE color: 2889192.
HSL color Cylindrical-coordinate representation of color #E8152C: hue angle of 353.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8152C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 44 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.46º | 0.83% | 0.5% | - |
| HSV(B) | 353.46º | 0.91% | 0.91% | - |
| XYZ | 34 | 17.87 | 4.04 | - |
| YUV | 86.71 | 103.9 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 44 | 0 | 0.91 | 0.81 | 0.09 | 353.46 | 0.83 | 0.5 |
| Hex | E8 | 15 | 2C | 0 | 5B | 51 | 9 | 161 | 53 | 32 |
| Octal | 350 | 25 | 54 | 0 | 133 | 121 | 11 | 541 | 123 | 62 |
| Binary | 11101000 | 10101 | 101100 | 0 | 1011011 | 1010001 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E8152C
Complementary color
Monochromatic Colors of #E8152C
Black with #E8152C
Text Example
Text Example
White with #E8152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8152C; }
p { color: rgb(232,21,44); }
H1.HeaderClassName
{
color: #E8152C;
}
.AnyTagClassName
{
color: #E8152C;
}
</style>
background-color css
<style>
a { background-color: #E8152C; }
a { background-color: rgb(232,21,44); }
div.DivClassName
{
background-color: #E8152C;
}
.BgClassName
{
background-color: #E8152C;
}
</style>
border-color css
<style>
span { border-color: #E8152C; }
span { border-color: rgb(232,21,44); }
td.TdClassName
{
border-color: #E8152C;
}
.TagClassName
{
border-color: #E8152C;
}
</style>