Shades of Alizarin #E9142C
Tints of Alizarin #E9142C
RGB
CMYK
RGB Variations
Color information
#E9142C (or 0xE9142C) is known color: Alizarin. HEX triplet: E9, 14 and 2C. RGB value is (233,20,44). Sum of RGB (Red+Green+Blue) = 233+20+44=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9142C is #16EBD3. Grayscale: #565656. Windows color (decimal): -1502164 or 2888937. OLE color: 2888937.
HSL color Cylindrical-coordinate representation of color #E9142C: hue angle of 353.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9142C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 44 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.24º | 0.84% | 0.5% | - |
| HSV(B) | 353.24º | 0.91% | 0.91% | - |
| XYZ | 34.31 | 18.01 | 4.05 | - |
| YUV | 86.42 | 104.07 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 44 | 0 | 0.91 | 0.81 | 0.09 | 353.24 | 0.84 | 0.5 |
| Hex | E9 | 14 | 2C | 0 | 5B | 51 | 9 | 161 | 54 | 32 |
| Octal | 351 | 24 | 54 | 0 | 133 | 121 | 11 | 541 | 124 | 62 |
| Binary | 11101001 | 10100 | 101100 | 0 | 1011011 | 1010001 | 1001 | 101100001 | 1010100 | 110010 |
Color Harmonies of #E9142C
Complementary color
Monochromatic Colors of #E9142C
Black with #E9142C
Text Example
Text Example
White with #E9142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9142C; }
p { color: rgb(233,20,44); }
H1.HeaderClassName
{
color: #E9142C;
}
.AnyTagClassName
{
color: #E9142C;
}
</style>
background-color css
<style>
a { background-color: #E9142C; }
a { background-color: rgb(233,20,44); }
div.DivClassName
{
background-color: #E9142C;
}
.BgClassName
{
background-color: #E9142C;
}
</style>
border-color css
<style>
span { border-color: #E9142C; }
span { border-color: rgb(233,20,44); }
td.TdClassName
{
border-color: #E9142C;
}
.TagClassName
{
border-color: #E9142C;
}
</style>