Shades of Alizarin #E91F2C
Tints of Alizarin #E91F2C
RGB
CMYK
RGB Variations
Color information
#E91F2C (or 0xE91F2C) is known color: Alizarin. HEX triplet: E9, 1F and 2C. RGB value is (233,31,44). Sum of RGB (Red+Green+Blue) = 233+31+44=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F2C is #16E0D3. Grayscale: #5D5D5D. Windows color (decimal): -1499348 or 2891753. OLE color: 2891753.
HSL color Cylindrical-coordinate representation of color #E91F2C: hue angle of 356.14º 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 #E91F2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 44 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.09 |
| HSL | 356.14º | 0.82% | 0.52% | - |
| HSV(B) | 356.14º | 0.87% | 0.91% | - |
| XYZ | 34.55 | 18.49 | 4.13 | - |
| YUV | 92.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 44 | 0 | 0.87 | 0.81 | 0.09 | 356.14 | 0.82 | 0.52 |
| Hex | E9 | 1F | 2C | 0 | 57 | 51 | 9 | 164 | 52 | 34 |
| Octal | 351 | 37 | 54 | 0 | 127 | 121 | 11 | 544 | 122 | 64 |
| Binary | 11101001 | 11111 | 101100 | 0 | 1010111 | 1010001 | 1001 | 101100100 | 1010010 | 110100 |
Color Harmonies of #E91F2C
Complementary color
Monochromatic Colors of #E91F2C
Black with #E91F2C
Text Example
Text Example
White with #E91F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F2C; }
p { color: rgb(233,31,44); }
H1.HeaderClassName
{
color: #E91F2C;
}
.AnyTagClassName
{
color: #E91F2C;
}
</style>
background-color css
<style>
a { background-color: #E91F2C; }
a { background-color: rgb(233,31,44); }
div.DivClassName
{
background-color: #E91F2C;
}
.BgClassName
{
background-color: #E91F2C;
}
</style>
border-color css
<style>
span { border-color: #E91F2C; }
span { border-color: rgb(233,31,44); }
td.TdClassName
{
border-color: #E91F2C;
}
.TagClassName
{
border-color: #E91F2C;
}
</style>