Shades of Alizarin #E91B2B
Tints of Alizarin #E91B2B
RGB
CMYK
RGB Variations
Color information
#E91B2B (or 0xE91B2B) is known color: Alizarin. HEX triplet: E9, 1B and 2B. RGB value is (233,27,43). Sum of RGB (Red+Green+Blue) = 233+27+43=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B2B is #16E4D4. Grayscale: #5A5A5A. Windows color (decimal): -1500373 or 2825193. OLE color: 2825193.
HSL color Cylindrical-coordinate representation of color #E91B2B: hue angle of 355.34º 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 #E91B2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.09 |
| HSL | 355.34º | 0.82% | 0.51% | - |
| HSV(B) | 355.34º | 0.88% | 0.91% | - |
| XYZ | 34.43 | 18.28 | 4 | - |
| YUV | 90.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 43 | 0 | 0.88 | 0.82 | 0.09 | 355.34 | 0.82 | 0.51 |
| Hex | E9 | 1B | 2B | 0 | 58 | 52 | 9 | 163 | 52 | 33 |
| Octal | 351 | 33 | 53 | 0 | 130 | 122 | 11 | 543 | 122 | 63 |
| Binary | 11101001 | 11011 | 101011 | 0 | 1011000 | 1010010 | 1001 | 101100011 | 1010010 | 110011 |
Color Harmonies of #E91B2B
Complementary color
Monochromatic Colors of #E91B2B
Black with #E91B2B
Text Example
Text Example
White with #E91B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B2B; }
p { color: rgb(233,27,43); }
H1.HeaderClassName
{
color: #E91B2B;
}
.AnyTagClassName
{
color: #E91B2B;
}
</style>
background-color css
<style>
a { background-color: #E91B2B; }
a { background-color: rgb(233,27,43); }
div.DivClassName
{
background-color: #E91B2B;
}
.BgClassName
{
background-color: #E91B2B;
}
</style>
border-color css
<style>
span { border-color: #E91B2B; }
span { border-color: rgb(233,27,43); }
td.TdClassName
{
border-color: #E91B2B;
}
.TagClassName
{
border-color: #E91B2B;
}
</style>