Shades of Alizarin #E91D40
Tints of Alizarin #E91D40
RGB
CMYK
RGB Variations
Color information
#E91D40 (or 0xE91D40) is known color: Alizarin. HEX triplet: E9, 1D and 40. RGB value is (233,29,64). Sum of RGB (Red+Green+Blue) = 233+29+64=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D40 is #16E2BF. Grayscale: #5E5E5E. Windows color (decimal): -1499840 or 4201961. OLE color: 4201961.
HSL color Cylindrical-coordinate representation of color #E91D40: hue angle of 349.71º 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 #E91D40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 64 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.09 |
| HSL | 349.71º | 0.82% | 0.51% | - |
| HSV(B) | 349.71º | 0.88% | 0.91% | - |
| XYZ | 34.97 | 18.57 | 6.59 | - |
| YUV | 93.99 | 111.09 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 64 | 0 | 0.88 | 0.73 | 0.09 | 349.71 | 0.82 | 0.51 |
| Hex | E9 | 1D | 40 | 0 | 58 | 49 | 9 | 15E | 52 | 33 |
| Octal | 351 | 35 | 100 | 0 | 130 | 111 | 11 | 536 | 122 | 63 |
| Binary | 11101001 | 11101 | 1000000 | 0 | 1011000 | 1001001 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E91D40
Complementary color
Monochromatic Colors of #E91D40
Black with #E91D40
Text Example
Text Example
White with #E91D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D40; }
p { color: rgb(233,29,64); }
H1.HeaderClassName
{
color: #E91D40;
}
.AnyTagClassName
{
color: #E91D40;
}
</style>
background-color css
<style>
a { background-color: #E91D40; }
a { background-color: rgb(233,29,64); }
div.DivClassName
{
background-color: #E91D40;
}
.BgClassName
{
background-color: #E91D40;
}
</style>
border-color css
<style>
span { border-color: #E91D40; }
span { border-color: rgb(233,29,64); }
td.TdClassName
{
border-color: #E91D40;
}
.TagClassName
{
border-color: #E91D40;
}
</style>