Shades of Alizarin #E82C32
Tints of Alizarin #E82C32
RGB
CMYK
RGB Variations
Color information
#E82C32 (or 0xE82C32) is known color: Alizarin. HEX triplet: E8, 2C and 32. RGB value is (232,44,50). Sum of RGB (Red+Green+Blue) = 232+44+50=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C32 is #17D3CD. Grayscale: #656565. Windows color (decimal): -1561550 or 3288296. OLE color: 3288296.
HSL color Cylindrical-coordinate representation of color #E82C32: hue angle of 358.09º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82C32 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 50 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.09 |
| HSL | 358.09º | 0.8% | 0.54% | - |
| HSV(B) | 358.09º | 0.81% | 0.91% | - |
| XYZ | 34.76 | 19.19 | 4.89 | - |
| YUV | 100.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 50 | 0 | 0.81 | 0.78 | 0.09 | 358.09 | 0.8 | 0.54 |
| Hex | E8 | 2C | 32 | 0 | 51 | 4E | 9 | 166 | 50 | 36 |
| Octal | 350 | 54 | 62 | 0 | 121 | 116 | 11 | 546 | 120 | 66 |
| Binary | 11101000 | 101100 | 110010 | 0 | 1010001 | 1001110 | 1001 | 101100110 | 1010000 | 110110 |
Color Harmonies of #E82C32
Complementary color
Monochromatic Colors of #E82C32
Black with #E82C32
Text Example
Text Example
White with #E82C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C32; }
p { color: rgb(232,44,50); }
H1.HeaderClassName
{
color: #E82C32;
}
.AnyTagClassName
{
color: #E82C32;
}
</style>
background-color css
<style>
a { background-color: #E82C32; }
a { background-color: rgb(232,44,50); }
div.DivClassName
{
background-color: #E82C32;
}
.BgClassName
{
background-color: #E82C32;
}
</style>
border-color css
<style>
span { border-color: #E82C32; }
span { border-color: rgb(232,44,50); }
td.TdClassName
{
border-color: #E82C32;
}
.TagClassName
{
border-color: #E82C32;
}
</style>