Shades of Alizarin #E81B3B
Tints of Alizarin #E81B3B
RGB
CMYK
RGB Variations
Color information
#E81B3B (or 0xE81B3B) is known color: Alizarin. HEX triplet: E8, 1B and 3B. RGB value is (232,27,59). Sum of RGB (Red+Green+Blue) = 232+27+59=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B3B is #17E4C4. Grayscale: #5C5C5C. Windows color (decimal): -1565893 or 3873768. OLE color: 3873768.
HSL color Cylindrical-coordinate representation of color #E81B3B: hue angle of 350.63º 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 #E81B3B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 59 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.09 |
| HSL | 350.63º | 0.82% | 0.51% | - |
| HSV(B) | 350.63º | 0.88% | 0.91% | - |
| XYZ | 34.46 | 18.26 | 5.85 | - |
| YUV | 91.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 59 | 0 | 0.88 | 0.75 | 0.09 | 350.63 | 0.82 | 0.51 |
| Hex | E8 | 1B | 3B | 0 | 58 | 4B | 9 | 15F | 52 | 33 |
| Octal | 350 | 33 | 73 | 0 | 130 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101000 | 11011 | 111011 | 0 | 1011000 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E81B3B
Complementary color
Monochromatic Colors of #E81B3B
Black with #E81B3B
Text Example
Text Example
White with #E81B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B3B; }
p { color: rgb(232,27,59); }
H1.HeaderClassName
{
color: #E81B3B;
}
.AnyTagClassName
{
color: #E81B3B;
}
</style>
background-color css
<style>
a { background-color: #E81B3B; }
a { background-color: rgb(232,27,59); }
div.DivClassName
{
background-color: #E81B3B;
}
.BgClassName
{
background-color: #E81B3B;
}
</style>
border-color css
<style>
span { border-color: #E81B3B; }
span { border-color: rgb(232,27,59); }
td.TdClassName
{
border-color: #E81B3B;
}
.TagClassName
{
border-color: #E81B3B;
}
</style>