Shades of Alizarin #E91B2C
Tints of Alizarin #E91B2C
RGB
CMYK
RGB Variations
Color information
#E91B2C (or 0xE91B2C) is known color: Alizarin. HEX triplet: E9, 1B and 2C. RGB value is (233,27,44). Sum of RGB (Red+Green+Blue) = 233+27+44=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B2C is #16E4D3. Grayscale: #5A5A5A. Windows color (decimal): -1500372 or 2890729. OLE color: 2890729.
HSL color Cylindrical-coordinate representation of color #E91B2C: hue angle of 355.05º 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 #E91B2C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 44 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.09 |
| HSL | 355.05º | 0.82% | 0.51% | - |
| HSV(B) | 355.05º | 0.88% | 0.91% | - |
| XYZ | 34.45 | 18.29 | 4.1 | - |
| YUV | 90.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 44 | 0 | 0.88 | 0.81 | 0.09 | 355.05 | 0.82 | 0.51 |
| Hex | E9 | 1B | 2C | 0 | 58 | 51 | 9 | 163 | 52 | 33 |
| Octal | 351 | 33 | 54 | 0 | 130 | 121 | 11 | 543 | 122 | 63 |
| Binary | 11101001 | 11011 | 101100 | 0 | 1011000 | 1010001 | 1001 | 101100011 | 1010010 | 110011 |
Color Harmonies of #E91B2C
Complementary color
Monochromatic Colors of #E91B2C
Black with #E91B2C
Text Example
Text Example
White with #E91B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B2C; }
p { color: rgb(233,27,44); }
H1.HeaderClassName
{
color: #E91B2C;
}
.AnyTagClassName
{
color: #E91B2C;
}
</style>
background-color css
<style>
a { background-color: #E91B2C; }
a { background-color: rgb(233,27,44); }
div.DivClassName
{
background-color: #E91B2C;
}
.BgClassName
{
background-color: #E91B2C;
}
</style>
border-color css
<style>
span { border-color: #E91B2C; }
span { border-color: rgb(233,27,44); }
td.TdClassName
{
border-color: #E91B2C;
}
.TagClassName
{
border-color: #E91B2C;
}
</style>