Shades of Alizarin #E81D3A
Tints of Alizarin #E81D3A
RGB
CMYK
RGB Variations
Color information
#E81D3A (or 0xE81D3A) is known color: Alizarin. HEX triplet: E8, 1D and 3A. RGB value is (232,29,58). Sum of RGB (Red+Green+Blue) = 232+29+58=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D3A is #17E2C5. Grayscale: #5D5D5D. Windows color (decimal): -1565382 or 3808744. OLE color: 3808744.
HSL color Cylindrical-coordinate representation of color #E81D3A: hue angle of 351.43º 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 #E81D3A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 58 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.09 |
| HSL | 351.43º | 0.82% | 0.51% | - |
| HSV(B) | 351.43º | 0.88% | 0.91% | - |
| XYZ | 34.48 | 18.34 | 5.73 | - |
| YUV | 93 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 58 | 0 | 0.88 | 0.75 | 0.09 | 351.43 | 0.82 | 0.51 |
| Hex | E8 | 1D | 3A | 0 | 58 | 4B | 9 | 15F | 52 | 33 |
| Octal | 350 | 35 | 72 | 0 | 130 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101000 | 11101 | 111010 | 0 | 1011000 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E81D3A
Complementary color
Monochromatic Colors of #E81D3A
Black with #E81D3A
Text Example
Text Example
White with #E81D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D3A; }
p { color: rgb(232,29,58); }
H1.HeaderClassName
{
color: #E81D3A;
}
.AnyTagClassName
{
color: #E81D3A;
}
</style>
background-color css
<style>
a { background-color: #E81D3A; }
a { background-color: rgb(232,29,58); }
div.DivClassName
{
background-color: #E81D3A;
}
.BgClassName
{
background-color: #E81D3A;
}
</style>
border-color css
<style>
span { border-color: #E81D3A; }
span { border-color: rgb(232,29,58); }
td.TdClassName
{
border-color: #E81D3A;
}
.TagClassName
{
border-color: #E81D3A;
}
</style>