Shades of Alizarin #E91D23
Tints of Alizarin #E91D23
RGB
CMYK
RGB Variations
Color information
#E91D23 (or 0xE91D23) is known color: Alizarin. HEX triplet: E9, 1D and 23. RGB value is (233,29,35). Sum of RGB (Red+Green+Blue) = 233+29+35=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D23 is #16E2DC. Grayscale: #5A5A5A. Windows color (decimal): -1499869 or 2301417. OLE color: 2301417.
HSL color Cylindrical-coordinate representation of color #E91D23: hue angle of 358.24º 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 #E91D23 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 35 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.09 |
| HSL | 358.24º | 0.82% | 0.51% | - |
| HSV(B) | 358.24º | 0.88% | 0.91% | - |
| XYZ | 34.35 | 18.32 | 3.32 | - |
| YUV | 90.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 35 | 0 | 0.88 | 0.85 | 0.09 | 358.24 | 0.82 | 0.51 |
| Hex | E9 | 1D | 23 | 0 | 58 | 55 | 9 | 166 | 52 | 33 |
| Octal | 351 | 35 | 43 | 0 | 130 | 125 | 11 | 546 | 122 | 63 |
| Binary | 11101001 | 11101 | 100011 | 0 | 1011000 | 1010101 | 1001 | 101100110 | 1010010 | 110011 |
Color Harmonies of #E91D23
Complementary color
Monochromatic Colors of #E91D23
Black with #E91D23
Text Example
Text Example
White with #E91D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D23; }
p { color: rgb(233,29,35); }
H1.HeaderClassName
{
color: #E91D23;
}
.AnyTagClassName
{
color: #E91D23;
}
</style>
background-color css
<style>
a { background-color: #E91D23; }
a { background-color: rgb(233,29,35); }
div.DivClassName
{
background-color: #E91D23;
}
.BgClassName
{
background-color: #E91D23;
}
</style>
border-color css
<style>
span { border-color: #E91D23; }
span { border-color: rgb(233,29,35); }
td.TdClassName
{
border-color: #E91D23;
}
.TagClassName
{
border-color: #E91D23;
}
</style>