Shades of Alizarin #E91329
Tints of Alizarin #E91329
RGB
CMYK
RGB Variations
Color information
#E91329 (or 0xE91329) is known color: Alizarin. HEX triplet: E9, 13 and 29. RGB value is (233,19,41). Sum of RGB (Red+Green+Blue) = 233+19+41=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E91329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91329 is #16ECD6. Grayscale: #555555. Windows color (decimal): -1502423 or 2692073. OLE color: 2692073.
HSL color Cylindrical-coordinate representation of color #E91329: hue angle of 353.83º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91329 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 41 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.09 |
| HSL | 353.83º | 0.85% | 0.49% | - |
| HSV(B) | 353.83º | 0.92% | 0.91% | - |
| XYZ | 34.24 | 17.95 | 3.76 | - |
| YUV | 85.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 41 | 0 | 0.92 | 0.82 | 0.09 | 353.83 | 0.85 | 0.49 |
| Hex | E9 | 13 | 29 | 0 | 5C | 52 | 9 | 162 | 55 | 31 |
| Octal | 351 | 23 | 51 | 0 | 134 | 122 | 11 | 542 | 125 | 61 |
| Binary | 11101001 | 10011 | 101001 | 0 | 1011100 | 1010010 | 1001 | 101100010 | 1010101 | 110001 |
Color Harmonies of #E91329
Complementary color
Monochromatic Colors of #E91329
Black with #E91329
Text Example
Text Example
White with #E91329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91329; }
p { color: rgb(233,19,41); }
H1.HeaderClassName
{
color: #E91329;
}
.AnyTagClassName
{
color: #E91329;
}
</style>
background-color css
<style>
a { background-color: #E91329; }
a { background-color: rgb(233,19,41); }
div.DivClassName
{
background-color: #E91329;
}
.BgClassName
{
background-color: #E91329;
}
</style>
border-color css
<style>
span { border-color: #E91329; }
span { border-color: rgb(233,19,41); }
td.TdClassName
{
border-color: #E91329;
}
.TagClassName
{
border-color: #E91329;
}
</style>