Shades of Alizarin #E81B2E
Tints of Alizarin #E81B2E
RGB
CMYK
RGB Variations
Color information
#E81B2E (or 0xE81B2E) is known color: Alizarin. HEX triplet: E8, 1B and 2E. RGB value is (232,27,46). Sum of RGB (Red+Green+Blue) = 232+27+46=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B2E is #17E4D1. Grayscale: #5A5A5A. Windows color (decimal): -1565906 or 3021800. OLE color: 3021800.
HSL color Cylindrical-coordinate representation of color #E81B2E: hue angle of 354.44º 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 #E81B2E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 46 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.09 |
| HSL | 354.44º | 0.82% | 0.51% | - |
| HSV(B) | 354.44º | 0.88% | 0.91% | - |
| XYZ | 34.16 | 18.14 | 4.28 | - |
| YUV | 90.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 46 | 0 | 0.88 | 0.80 | 0.09 | 354.44 | 0.82 | 0.51 |
| Hex | E8 | 1B | 2E | 0 | 58 | 50 | 9 | 162 | 52 | 33 |
| Octal | 350 | 33 | 56 | 0 | 130 | 120 | 11 | 542 | 122 | 63 |
| Binary | 11101000 | 11011 | 101110 | 0 | 1011000 | 1010000 | 1001 | 101100010 | 1010010 | 110011 |
Color Harmonies of #E81B2E
Complementary color
Monochromatic Colors of #E81B2E
Black with #E81B2E
Text Example
Text Example
White with #E81B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B2E; }
p { color: rgb(232,27,46); }
H1.HeaderClassName
{
color: #E81B2E;
}
.AnyTagClassName
{
color: #E81B2E;
}
</style>
background-color css
<style>
a { background-color: #E81B2E; }
a { background-color: rgb(232,27,46); }
div.DivClassName
{
background-color: #E81B2E;
}
.BgClassName
{
background-color: #E81B2E;
}
</style>
border-color css
<style>
span { border-color: #E81B2E; }
span { border-color: rgb(232,27,46); }
td.TdClassName
{
border-color: #E81B2E;
}
.TagClassName
{
border-color: #E81B2E;
}
</style>