Shades of Alizarin #E8152B
Tints of Alizarin #E8152B
RGB
CMYK
RGB Variations
Color information
#E8152B (or 0xE8152B) is known color: Alizarin. HEX triplet: E8, 15 and 2B. RGB value is (232,21,43). Sum of RGB (Red+Green+Blue) = 232+21+43=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8152B is #17EAD4. Grayscale: #565656. Windows color (decimal): -1567445 or 2823656. OLE color: 2823656.
HSL color Cylindrical-coordinate representation of color #E8152B: hue angle of 353.74º 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 #E8152B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.74º | 0.83% | 0.5% | - |
| HSV(B) | 353.74º | 0.91% | 0.91% | - |
| XYZ | 33.98 | 17.87 | 3.94 | - |
| YUV | 86.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 43 | 0 | 0.91 | 0.81 | 0.09 | 353.74 | 0.83 | 0.5 |
| Hex | E8 | 15 | 2B | 0 | 5B | 51 | 9 | 162 | 53 | 32 |
| Octal | 350 | 25 | 53 | 0 | 133 | 121 | 11 | 542 | 123 | 62 |
| Binary | 11101000 | 10101 | 101011 | 0 | 1011011 | 1010001 | 1001 | 101100010 | 1010011 | 110010 |
Color Harmonies of #E8152B
Complementary color
Monochromatic Colors of #E8152B
Black with #E8152B
Text Example
Text Example
White with #E8152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8152B; }
p { color: rgb(232,21,43); }
H1.HeaderClassName
{
color: #E8152B;
}
.AnyTagClassName
{
color: #E8152B;
}
</style>
background-color css
<style>
a { background-color: #E8152B; }
a { background-color: rgb(232,21,43); }
div.DivClassName
{
background-color: #E8152B;
}
.BgClassName
{
background-color: #E8152B;
}
</style>
border-color css
<style>
span { border-color: #E8152B; }
span { border-color: rgb(232,21,43); }
td.TdClassName
{
border-color: #E8152B;
}
.TagClassName
{
border-color: #E8152B;
}
</style>