Shades of Alizarin #E91D2F
Tints of Alizarin #E91D2F
RGB
CMYK
RGB Variations
Color information
#E91D2F (or 0xE91D2F) is known color: Alizarin. HEX triplet: E9, 1D and 2F. RGB value is (233,29,47). Sum of RGB (Red+Green+Blue) = 233+29+47=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D2F is #16E2D0. Grayscale: #5C5C5C. Windows color (decimal): -1499857 or 3087849. OLE color: 3087849.
HSL color Cylindrical-coordinate representation of color #E91D2F: hue angle of 354.71º 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 #E91D2F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 47 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.09 |
| HSL | 354.71º | 0.82% | 0.51% | - |
| HSV(B) | 354.71º | 0.88% | 0.91% | - |
| XYZ | 34.56 | 18.41 | 4.42 | - |
| YUV | 92.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 47 | 0 | 0.88 | 0.80 | 0.09 | 354.71 | 0.82 | 0.51 |
| Hex | E9 | 1D | 2F | 0 | 58 | 50 | 9 | 163 | 52 | 33 |
| Octal | 351 | 35 | 57 | 0 | 130 | 120 | 11 | 543 | 122 | 63 |
| Binary | 11101001 | 11101 | 101111 | 0 | 1011000 | 1010000 | 1001 | 101100011 | 1010010 | 110011 |
Color Harmonies of #E91D2F
Complementary color
Monochromatic Colors of #E91D2F
Black with #E91D2F
Text Example
Text Example
White with #E91D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D2F; }
p { color: rgb(233,29,47); }
H1.HeaderClassName
{
color: #E91D2F;
}
.AnyTagClassName
{
color: #E91D2F;
}
</style>
background-color css
<style>
a { background-color: #E91D2F; }
a { background-color: rgb(233,29,47); }
div.DivClassName
{
background-color: #E91D2F;
}
.BgClassName
{
background-color: #E91D2F;
}
</style>
border-color css
<style>
span { border-color: #E91D2F; }
span { border-color: rgb(233,29,47); }
td.TdClassName
{
border-color: #E91D2F;
}
.TagClassName
{
border-color: #E91D2F;
}
</style>