Shades of Alizarin #E91E2F
Tints of Alizarin #E91E2F
RGB
CMYK
RGB Variations
Color information
#E91E2F (or 0xE91E2F) is known color: Alizarin. HEX triplet: E9, 1E and 2F. RGB value is (233,30,47). Sum of RGB (Red+Green+Blue) = 233+30+47=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E91E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91E2F is #16E1D0. Grayscale: #5C5C5C. Windows color (decimal): -1499601 or 3088105. OLE color: 3088105.
HSL color Cylindrical-coordinate representation of color #E91E2F: hue angle of 354.98º 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 #E91E2F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 47 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.09 |
| HSL | 354.98º | 0.82% | 0.52% | - |
| HSV(B) | 354.98º | 0.87% | 0.91% | - |
| XYZ | 34.58 | 18.46 | 4.43 | - |
| YUV | 92.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 47 | 0 | 0.87 | 0.80 | 0.09 | 354.98 | 0.82 | 0.52 |
| Hex | E9 | 1E | 2F | 0 | 57 | 50 | 9 | 163 | 52 | 34 |
| Octal | 351 | 36 | 57 | 0 | 127 | 120 | 11 | 543 | 122 | 64 |
| Binary | 11101001 | 11110 | 101111 | 0 | 1010111 | 1010000 | 1001 | 101100011 | 1010010 | 110100 |
Color Harmonies of #E91E2F
Complementary color
Monochromatic Colors of #E91E2F
Black with #E91E2F
Text Example
Text Example
White with #E91E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91E2F; }
p { color: rgb(233,30,47); }
H1.HeaderClassName
{
color: #E91E2F;
}
.AnyTagClassName
{
color: #E91E2F;
}
</style>
background-color css
<style>
a { background-color: #E91E2F; }
a { background-color: rgb(233,30,47); }
div.DivClassName
{
background-color: #E91E2F;
}
.BgClassName
{
background-color: #E91E2F;
}
</style>
border-color css
<style>
span { border-color: #E91E2F; }
span { border-color: rgb(233,30,47); }
td.TdClassName
{
border-color: #E91E2F;
}
.TagClassName
{
border-color: #E91E2F;
}
</style>