Shades of Alizarin #E91C2F
Tints of Alizarin #E91C2F
RGB
CMYK
RGB Variations
Color information
#E91C2F (or 0xE91C2F) is known color: Alizarin. HEX triplet: E9, 1C and 2F. RGB value is (233,28,47). Sum of RGB (Red+Green+Blue) = 233+28+47=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C2F is #16E3D0. Grayscale: #5B5B5B. Windows color (decimal): -1500113 or 3087593. OLE color: 3087593.
HSL color Cylindrical-coordinate representation of color #E91C2F: hue angle of 354.44º 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 #E91C2F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 47 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.09 |
| HSL | 354.44º | 0.82% | 0.51% | - |
| HSV(B) | 354.44º | 0.88% | 0.91% | - |
| XYZ | 34.53 | 18.36 | 4.41 | - |
| YUV | 91.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 47 | 0 | 0.88 | 0.80 | 0.09 | 354.44 | 0.82 | 0.51 |
| Hex | E9 | 1C | 2F | 0 | 58 | 50 | 9 | 162 | 52 | 33 |
| Octal | 351 | 34 | 57 | 0 | 130 | 120 | 11 | 542 | 122 | 63 |
| Binary | 11101001 | 11100 | 101111 | 0 | 1011000 | 1010000 | 1001 | 101100010 | 1010010 | 110011 |
Color Harmonies of #E91C2F
Complementary color
Monochromatic Colors of #E91C2F
Black with #E91C2F
Text Example
Text Example
White with #E91C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C2F; }
p { color: rgb(233,28,47); }
H1.HeaderClassName
{
color: #E91C2F;
}
.AnyTagClassName
{
color: #E91C2F;
}
</style>
background-color css
<style>
a { background-color: #E91C2F; }
a { background-color: rgb(233,28,47); }
div.DivClassName
{
background-color: #E91C2F;
}
.BgClassName
{
background-color: #E91C2F;
}
</style>
border-color css
<style>
span { border-color: #E91C2F; }
span { border-color: rgb(233,28,47); }
td.TdClassName
{
border-color: #E91C2F;
}
.TagClassName
{
border-color: #E91C2F;
}
</style>