Shades of Alizarin #E91424
Tints of Alizarin #E91424
RGB
CMYK
RGB Variations
Color information
#E91424 (or 0xE91424) is known color: Alizarin. HEX triplet: E9, 14 and 24. RGB value is (233,20,36). Sum of RGB (Red+Green+Blue) = 233+20+36=289 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.62% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 233 - color contains mainly: red. Hex color #E91424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91424 is #16EBDB. Grayscale: #555555. Windows color (decimal): -1502172 or 2364649. OLE color: 2364649.
HSL color Cylindrical-coordinate representation of color #E91424: hue angle of 355.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91424 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 36 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.09 |
| HSL | 355.49º | 0.84% | 0.5% | - |
| HSV(B) | 355.49º | 0.91% | 0.91% | - |
| XYZ | 34.17 | 17.95 | 3.33 | - |
| YUV | 85.51 | 100.07 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 36 | 0 | 0.91 | 0.85 | 0.09 | 355.49 | 0.84 | 0.5 |
| Hex | E9 | 14 | 24 | 0 | 5B | 55 | 9 | 163 | 54 | 32 |
| Octal | 351 | 24 | 44 | 0 | 133 | 125 | 11 | 543 | 124 | 62 |
| Binary | 11101001 | 10100 | 100100 | 0 | 1011011 | 1010101 | 1001 | 101100011 | 1010100 | 110010 |
Color Harmonies of #E91424
Complementary color
Monochromatic Colors of #E91424
Black with #E91424
Text Example
Text Example
White with #E91424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91424; }
p { color: rgb(233,20,36); }
H1.HeaderClassName
{
color: #E91424;
}
.AnyTagClassName
{
color: #E91424;
}
</style>
background-color css
<style>
a { background-color: #E91424; }
a { background-color: rgb(233,20,36); }
div.DivClassName
{
background-color: #E91424;
}
.BgClassName
{
background-color: #E91424;
}
</style>
border-color css
<style>
span { border-color: #E91424; }
span { border-color: rgb(233,20,36); }
td.TdClassName
{
border-color: #E91424;
}
.TagClassName
{
border-color: #E91424;
}
</style>