Shades of Alizarin #E91F39
Tints of Alizarin #E91F39
RGB
CMYK
RGB Variations
Color information
#E91F39 (or 0xE91F39) is known color: Alizarin. HEX triplet: E9, 1F and 39. RGB value is (233,31,57). Sum of RGB (Red+Green+Blue) = 233+31+57=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F39 is #16E0C6. Grayscale: #5E5E5E. Windows color (decimal): -1499335 or 3743721. OLE color: 3743721.
HSL color Cylindrical-coordinate representation of color #E91F39: hue angle of 352.28º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F39 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 57 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.09 |
| HSL | 352.28º | 0.82% | 0.52% | - |
| HSV(B) | 352.28º | 0.87% | 0.91% | - |
| XYZ | 34.83 | 18.6 | 5.62 | - |
| YUV | 94.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 57 | 0 | 0.87 | 0.76 | 0.09 | 352.28 | 0.82 | 0.52 |
| Hex | E9 | 1F | 39 | 0 | 57 | 4C | 9 | 160 | 52 | 34 |
| Octal | 351 | 37 | 71 | 0 | 127 | 114 | 11 | 540 | 122 | 64 |
| Binary | 11101001 | 11111 | 111001 | 0 | 1010111 | 1001100 | 1001 | 101100000 | 1010010 | 110100 |
Color Harmonies of #E91F39
Complementary color
Monochromatic Colors of #E91F39
Black with #E91F39
Text Example
Text Example
White with #E91F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F39; }
p { color: rgb(233,31,57); }
H1.HeaderClassName
{
color: #E91F39;
}
.AnyTagClassName
{
color: #E91F39;
}
</style>
background-color css
<style>
a { background-color: #E91F39; }
a { background-color: rgb(233,31,57); }
div.DivClassName
{
background-color: #E91F39;
}
.BgClassName
{
background-color: #E91F39;
}
</style>
border-color css
<style>
span { border-color: #E91F39; }
span { border-color: rgb(233,31,57); }
td.TdClassName
{
border-color: #E91F39;
}
.TagClassName
{
border-color: #E91F39;
}
</style>