Shades of Alizarin #E81A2E
Tints of Alizarin #E81A2E
RGB
CMYK
RGB Variations
Color information
#E81A2E (or 0xE81A2E) is known color: Alizarin. HEX triplet: E8, 1A and 2E. RGB value is (232,26,46). Sum of RGB (Red+Green+Blue) = 232+26+46=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A2E is #17E5D1. Grayscale: #5A5A5A. Windows color (decimal): -1566162 or 3021544. OLE color: 3021544.
HSL color Cylindrical-coordinate representation of color #E81A2E: hue angle of 354.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A2E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 46 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.09 |
| HSL | 354.17º | 0.82% | 0.51% | - |
| HSV(B) | 354.17º | 0.89% | 0.91% | - |
| XYZ | 34.14 | 18.09 | 4.28 | - |
| YUV | 89.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 46 | 0 | 0.89 | 0.80 | 0.09 | 354.17 | 0.82 | 0.51 |
| Hex | E8 | 1A | 2E | 0 | 59 | 50 | 9 | 162 | 52 | 33 |
| Octal | 350 | 32 | 56 | 0 | 131 | 120 | 11 | 542 | 122 | 63 |
| Binary | 11101000 | 11010 | 101110 | 0 | 1011001 | 1010000 | 1001 | 101100010 | 1010010 | 110011 |
Color Harmonies of #E81A2E
Complementary color
Monochromatic Colors of #E81A2E
Black with #E81A2E
Text Example
Text Example
White with #E81A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A2E; }
p { color: rgb(232,26,46); }
H1.HeaderClassName
{
color: #E81A2E;
}
.AnyTagClassName
{
color: #E81A2E;
}
</style>
background-color css
<style>
a { background-color: #E81A2E; }
a { background-color: rgb(232,26,46); }
div.DivClassName
{
background-color: #E81A2E;
}
.BgClassName
{
background-color: #E81A2E;
}
</style>
border-color css
<style>
span { border-color: #E81A2E; }
span { border-color: rgb(232,26,46); }
td.TdClassName
{
border-color: #E81A2E;
}
.TagClassName
{
border-color: #E81A2E;
}
</style>