Shades of Alizarin #E81B2C
Tints of Alizarin #E81B2C
RGB
CMYK
RGB Variations
Color information
#E81B2C (or 0xE81B2C) is known color: Alizarin. HEX triplet: E8, 1B and 2C. RGB value is (232,27,44). Sum of RGB (Red+Green+Blue) = 232+27+44=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B2C is #17E4D3. Grayscale: #5A5A5A. Windows color (decimal): -1565908 or 2890728. OLE color: 2890728.
HSL color Cylindrical-coordinate representation of color #E81B2C: hue angle of 355.02º 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 #E81B2C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 44 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.09 |
| HSL | 355.02º | 0.82% | 0.51% | - |
| HSV(B) | 355.02º | 0.88% | 0.91% | - |
| XYZ | 34.13 | 18.12 | 4.08 | - |
| YUV | 90.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 44 | 0 | 0.88 | 0.81 | 0.09 | 355.02 | 0.82 | 0.51 |
| Hex | E8 | 1B | 2C | 0 | 58 | 51 | 9 | 163 | 52 | 33 |
| Octal | 350 | 33 | 54 | 0 | 130 | 121 | 11 | 543 | 122 | 63 |
| Binary | 11101000 | 11011 | 101100 | 0 | 1011000 | 1010001 | 1001 | 101100011 | 1010010 | 110011 |
Color Harmonies of #E81B2C
Complementary color
Monochromatic Colors of #E81B2C
Black with #E81B2C
Text Example
Text Example
White with #E81B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B2C; }
p { color: rgb(232,27,44); }
H1.HeaderClassName
{
color: #E81B2C;
}
.AnyTagClassName
{
color: #E81B2C;
}
</style>
background-color css
<style>
a { background-color: #E81B2C; }
a { background-color: rgb(232,27,44); }
div.DivClassName
{
background-color: #E81B2C;
}
.BgClassName
{
background-color: #E81B2C;
}
</style>
border-color css
<style>
span { border-color: #E81B2C; }
span { border-color: rgb(232,27,44); }
td.TdClassName
{
border-color: #E81B2C;
}
.TagClassName
{
border-color: #E81B2C;
}
</style>