Shades of Alizarin #E8182C
Tints of Alizarin #E8182C
RGB
CMYK
RGB Variations
Color information
#E8182C (or 0xE8182C) is known color: Alizarin. HEX triplet: E8, 18 and 2C. RGB value is (232,24,44). Sum of RGB (Red+Green+Blue) = 232+24+44=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E8182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8182C is #17E7D3. Grayscale: #585858. Windows color (decimal): -1566676 or 2889960. OLE color: 2889960.
HSL color Cylindrical-coordinate representation of color #E8182C: hue angle of 354.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8182C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.09 |
| HSL | 354.23º | 0.82% | 0.5% | - |
| HSV(B) | 354.23º | 0.9% | 0.91% | - |
| XYZ | 34.06 | 17.99 | 4.06 | - |
| YUV | 88.47 | 102.91 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 44 | 0 | 0.90 | 0.81 | 0.09 | 354.23 | 0.82 | 0.5 |
| Hex | E8 | 18 | 2C | 0 | 5A | 51 | 9 | 162 | 52 | 32 |
| Octal | 350 | 30 | 54 | 0 | 132 | 121 | 11 | 542 | 122 | 62 |
| Binary | 11101000 | 11000 | 101100 | 0 | 1011010 | 1010001 | 1001 | 101100010 | 1010010 | 110010 |
Color Harmonies of #E8182C
Complementary color
Monochromatic Colors of #E8182C
Black with #E8182C
Text Example
Text Example
White with #E8182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8182C; }
p { color: rgb(232,24,44); }
H1.HeaderClassName
{
color: #E8182C;
}
.AnyTagClassName
{
color: #E8182C;
}
</style>
background-color css
<style>
a { background-color: #E8182C; }
a { background-color: rgb(232,24,44); }
div.DivClassName
{
background-color: #E8182C;
}
.BgClassName
{
background-color: #E8182C;
}
</style>
border-color css
<style>
span { border-color: #E8182C; }
span { border-color: rgb(232,24,44); }
td.TdClassName
{
border-color: #E8182C;
}
.TagClassName
{
border-color: #E8182C;
}
</style>