Shades of Alizarin #E81B2D
Tints of Alizarin #E81B2D
RGB
CMYK
RGB Variations
Color information
#E81B2D (or 0xE81B2D) is known color: Alizarin. HEX triplet: E8, 1B and 2D. RGB value is (232,27,45). Sum of RGB (Red+Green+Blue) = 232+27+45=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B2D is #17E4D2. Grayscale: #5A5A5A. Windows color (decimal): -1565907 or 2956264. OLE color: 2956264.
HSL color Cylindrical-coordinate representation of color #E81B2D: hue angle of 354.73º 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 #E81B2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.09 |
| HSL | 354.73º | 0.82% | 0.51% | - |
| HSV(B) | 354.73º | 0.88% | 0.91% | - |
| XYZ | 34.14 | 18.13 | 4.18 | - |
| YUV | 90.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 45 | 0 | 0.88 | 0.81 | 0.09 | 354.73 | 0.82 | 0.51 |
| Hex | E8 | 1B | 2D | 0 | 58 | 51 | 9 | 163 | 52 | 33 |
| Octal | 350 | 33 | 55 | 0 | 130 | 121 | 11 | 543 | 122 | 63 |
| Binary | 11101000 | 11011 | 101101 | 0 | 1011000 | 1010001 | 1001 | 101100011 | 1010010 | 110011 |
Color Harmonies of #E81B2D
Complementary color
Monochromatic Colors of #E81B2D
Black with #E81B2D
Text Example
Text Example
White with #E81B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B2D; }
p { color: rgb(232,27,45); }
H1.HeaderClassName
{
color: #E81B2D;
}
.AnyTagClassName
{
color: #E81B2D;
}
</style>
background-color css
<style>
a { background-color: #E81B2D; }
a { background-color: rgb(232,27,45); }
div.DivClassName
{
background-color: #E81B2D;
}
.BgClassName
{
background-color: #E81B2D;
}
</style>
border-color css
<style>
span { border-color: #E81B2D; }
span { border-color: rgb(232,27,45); }
td.TdClassName
{
border-color: #E81B2D;
}
.TagClassName
{
border-color: #E81B2D;
}
</style>