Shades of Alizarin #E91D35
Tints of Alizarin #E91D35
RGB
CMYK
RGB Variations
Color information
#E91D35 (or 0xE91D35) is known color: Alizarin. HEX triplet: E9, 1D and 35. RGB value is (233,29,53). Sum of RGB (Red+Green+Blue) = 233+29+53=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D35 is #16E2CA. Grayscale: #5C5C5C. Windows color (decimal): -1499851 or 3481065. OLE color: 3481065.
HSL color Cylindrical-coordinate representation of color #E91D35: hue angle of 352.94º 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 #E91D35 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 53 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.09 |
| HSL | 352.94º | 0.82% | 0.51% | - |
| HSV(B) | 352.94º | 0.88% | 0.91% | - |
| XYZ | 34.69 | 18.46 | 5.1 | - |
| YUV | 92.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 53 | 0 | 0.88 | 0.77 | 0.09 | 352.94 | 0.82 | 0.51 |
| Hex | E9 | 1D | 35 | 0 | 58 | 4D | 9 | 161 | 52 | 33 |
| Octal | 351 | 35 | 65 | 0 | 130 | 115 | 11 | 541 | 122 | 63 |
| Binary | 11101001 | 11101 | 110101 | 0 | 1011000 | 1001101 | 1001 | 101100001 | 1010010 | 110011 |
Color Harmonies of #E91D35
Complementary color
Monochromatic Colors of #E91D35
Black with #E91D35
Text Example
Text Example
White with #E91D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D35; }
p { color: rgb(233,29,53); }
H1.HeaderClassName
{
color: #E91D35;
}
.AnyTagClassName
{
color: #E91D35;
}
</style>
background-color css
<style>
a { background-color: #E91D35; }
a { background-color: rgb(233,29,53); }
div.DivClassName
{
background-color: #E91D35;
}
.BgClassName
{
background-color: #E91D35;
}
</style>
border-color css
<style>
span { border-color: #E91D35; }
span { border-color: rgb(233,29,53); }
td.TdClassName
{
border-color: #E91D35;
}
.TagClassName
{
border-color: #E91D35;
}
</style>