Shades of Alizarin #E91B2A
Tints of Alizarin #E91B2A
RGB
CMYK
RGB Variations
Color information
#E91B2A (or 0xE91B2A) is known color: Alizarin. HEX triplet: E9, 1B and 2A. RGB value is (233,27,42). Sum of RGB (Red+Green+Blue) = 233+27+42=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B2A is #16E4D5. Grayscale: #5A5A5A. Windows color (decimal): -1500374 or 2759657. OLE color: 2759657.
HSL color Cylindrical-coordinate representation of color #E91B2A: hue angle of 355.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 #E91B2A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 42 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.09 |
| HSL | 355.63º | 0.82% | 0.51% | - |
| HSV(B) | 355.63º | 0.88% | 0.91% | - |
| XYZ | 34.41 | 18.27 | 3.9 | - |
| YUV | 90.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 42 | 0 | 0.88 | 0.82 | 0.09 | 355.63 | 0.82 | 0.51 |
| Hex | E9 | 1B | 2A | 0 | 58 | 52 | 9 | 164 | 52 | 33 |
| Octal | 351 | 33 | 52 | 0 | 130 | 122 | 11 | 544 | 122 | 63 |
| Binary | 11101001 | 11011 | 101010 | 0 | 1011000 | 1010010 | 1001 | 101100100 | 1010010 | 110011 |
Color Harmonies of #E91B2A
Complementary color
Monochromatic Colors of #E91B2A
Black with #E91B2A
Text Example
Text Example
White with #E91B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B2A; }
p { color: rgb(233,27,42); }
H1.HeaderClassName
{
color: #E91B2A;
}
.AnyTagClassName
{
color: #E91B2A;
}
</style>
background-color css
<style>
a { background-color: #E91B2A; }
a { background-color: rgb(233,27,42); }
div.DivClassName
{
background-color: #E91B2A;
}
.BgClassName
{
background-color: #E91B2A;
}
</style>
border-color css
<style>
span { border-color: #E91B2A; }
span { border-color: rgb(233,27,42); }
td.TdClassName
{
border-color: #E91B2A;
}
.TagClassName
{
border-color: #E91B2A;
}
</style>