Shades of Alizarin #E91D2B
Tints of Alizarin #E91D2B
RGB
CMYK
RGB Variations
Color information
#E91D2B (or 0xE91D2B) is known color: Alizarin. HEX triplet: E9, 1D and 2B. RGB value is (233,29,43). Sum of RGB (Red+Green+Blue) = 233+29+43=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D2B is #16E2D4. Grayscale: #5B5B5B. Windows color (decimal): -1499861 or 2825705. OLE color: 2825705.
HSL color Cylindrical-coordinate representation of color #E91D2B: hue angle of 355.88º 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 #E91D2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.09 |
| HSL | 355.88º | 0.82% | 0.51% | - |
| HSV(B) | 355.88º | 0.88% | 0.91% | - |
| XYZ | 34.48 | 18.38 | 4.02 | - |
| YUV | 91.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 43 | 0 | 0.88 | 0.82 | 0.09 | 355.88 | 0.82 | 0.51 |
| Hex | E9 | 1D | 2B | 0 | 58 | 52 | 9 | 164 | 52 | 33 |
| Octal | 351 | 35 | 53 | 0 | 130 | 122 | 11 | 544 | 122 | 63 |
| Binary | 11101001 | 11101 | 101011 | 0 | 1011000 | 1010010 | 1001 | 101100100 | 1010010 | 110011 |
Color Harmonies of #E91D2B
Complementary color
Monochromatic Colors of #E91D2B
Black with #E91D2B
Text Example
Text Example
White with #E91D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D2B; }
p { color: rgb(233,29,43); }
H1.HeaderClassName
{
color: #E91D2B;
}
.AnyTagClassName
{
color: #E91D2B;
}
</style>
background-color css
<style>
a { background-color: #E91D2B; }
a { background-color: rgb(233,29,43); }
div.DivClassName
{
background-color: #E91D2B;
}
.BgClassName
{
background-color: #E91D2B;
}
</style>
border-color css
<style>
span { border-color: #E91D2B; }
span { border-color: rgb(233,29,43); }
td.TdClassName
{
border-color: #E91D2B;
}
.TagClassName
{
border-color: #E91D2B;
}
</style>