Shades of Alizarin #E81D20
Tints of Alizarin #E81D20
RGB
CMYK
RGB Variations
Color information
#E81D20 (or 0xE81D20) is known color: Alizarin. HEX triplet: E8, 1D and 20. RGB value is (232,29,32). Sum of RGB (Red+Green+Blue) = 232+29+32=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D20 is #17E2DF. Grayscale: #5A5A5A. Windows color (decimal): -1565408 or 2104808. OLE color: 2104808.
HSL color Cylindrical-coordinate representation of color #E81D20: hue angle of 359.11º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D20 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 32 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.09 |
| HSL | 359.11º | 0.82% | 0.51% | - |
| HSV(B) | 359.11º | 0.88% | 0.91% | - |
| XYZ | 33.98 | 18.14 | 3.08 | - |
| YUV | 90.04 | 95.25 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 32 | 0 | 0.88 | 0.86 | 0.09 | 359.11 | 0.82 | 0.51 |
| Hex | E8 | 1D | 20 | 0 | 58 | 56 | 9 | 167 | 52 | 33 |
| Octal | 350 | 35 | 40 | 0 | 130 | 126 | 11 | 547 | 122 | 63 |
| Binary | 11101000 | 11101 | 100000 | 0 | 1011000 | 1010110 | 1001 | 101100111 | 1010010 | 110011 |
Color Harmonies of #E81D20
Complementary color
Monochromatic Colors of #E81D20
Black with #E81D20
Text Example
Text Example
White with #E81D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D20; }
p { color: rgb(232,29,32); }
H1.HeaderClassName
{
color: #E81D20;
}
.AnyTagClassName
{
color: #E81D20;
}
</style>
background-color css
<style>
a { background-color: #E81D20; }
a { background-color: rgb(232,29,32); }
div.DivClassName
{
background-color: #E81D20;
}
.BgClassName
{
background-color: #E81D20;
}
</style>
border-color css
<style>
span { border-color: #E81D20; }
span { border-color: rgb(232,29,32); }
td.TdClassName
{
border-color: #E81D20;
}
.TagClassName
{
border-color: #E81D20;
}
</style>