Shades of Alizarin #E91F34
Tints of Alizarin #E91F34
RGB
CMYK
RGB Variations
Color information
#E91F34 (or 0xE91F34) is known color: Alizarin. HEX triplet: E9, 1F and 34. RGB value is (233,31,52). Sum of RGB (Red+Green+Blue) = 233+31+52=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F34 is #16E0CB. Grayscale: #5D5D5D. Windows color (decimal): -1499340 or 3416041. OLE color: 3416041.
HSL color Cylindrical-coordinate representation of color #E91F34: hue angle of 353.76º 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 #E91F34 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 52 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.09 |
| HSL | 353.76º | 0.82% | 0.52% | - |
| HSV(B) | 353.76º | 0.87% | 0.91% | - |
| XYZ | 34.71 | 18.55 | 5 | - |
| YUV | 93.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 52 | 0 | 0.87 | 0.78 | 0.09 | 353.76 | 0.82 | 0.52 |
| Hex | E9 | 1F | 34 | 0 | 57 | 4E | 9 | 162 | 52 | 34 |
| Octal | 351 | 37 | 64 | 0 | 127 | 116 | 11 | 542 | 122 | 64 |
| Binary | 11101001 | 11111 | 110100 | 0 | 1010111 | 1001110 | 1001 | 101100010 | 1010010 | 110100 |
Color Harmonies of #E91F34
Complementary color
Monochromatic Colors of #E91F34
Black with #E91F34
Text Example
Text Example
White with #E91F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F34; }
p { color: rgb(233,31,52); }
H1.HeaderClassName
{
color: #E91F34;
}
.AnyTagClassName
{
color: #E91F34;
}
</style>
background-color css
<style>
a { background-color: #E91F34; }
a { background-color: rgb(233,31,52); }
div.DivClassName
{
background-color: #E91F34;
}
.BgClassName
{
background-color: #E91F34;
}
</style>
border-color css
<style>
span { border-color: #E91F34; }
span { border-color: rgb(233,31,52); }
td.TdClassName
{
border-color: #E91F34;
}
.TagClassName
{
border-color: #E91F34;
}
</style>