Shades of Alizarin #E9323C
Tints of Alizarin #E9323C
RGB
CMYK
RGB Variations
Color information
#E9323C (or 0xE9323C) is known color: Alizarin. HEX triplet: E9, 32 and 3C. RGB value is (233,50,60). Sum of RGB (Red+Green+Blue) = 233+50+60=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9323C is #16CDC3. Grayscale: #696969. Windows color (decimal): -1494468 or 3945193. OLE color: 3945193.
HSL color Cylindrical-coordinate representation of color #E9323C: hue angle of 356.72º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9323C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 60 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.09 |
| HSL | 356.72º | 0.81% | 0.55% | - |
| HSV(B) | 356.72º | 0.79% | 0.91% | - |
| XYZ | 35.56 | 19.93 | 6.25 | - |
| YUV | 105.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 60 | 0 | 0.79 | 0.74 | 0.09 | 356.72 | 0.81 | 0.55 |
| Hex | E9 | 32 | 3C | 0 | 4F | 4A | 9 | 165 | 51 | 37 |
| Octal | 351 | 62 | 74 | 0 | 117 | 112 | 11 | 545 | 121 | 67 |
| Binary | 11101001 | 110010 | 111100 | 0 | 1001111 | 1001010 | 1001 | 101100101 | 1010001 | 110111 |
Color Harmonies of #E9323C
Complementary color
Monochromatic Colors of #E9323C
Black with #E9323C
Text Example
Text Example
White with #E9323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9323C; }
p { color: rgb(233,50,60); }
H1.HeaderClassName
{
color: #E9323C;
}
.AnyTagClassName
{
color: #E9323C;
}
</style>
background-color css
<style>
a { background-color: #E9323C; }
a { background-color: rgb(233,50,60); }
div.DivClassName
{
background-color: #E9323C;
}
.BgClassName
{
background-color: #E9323C;
}
</style>
border-color css
<style>
span { border-color: #E9323C; }
span { border-color: rgb(233,50,60); }
td.TdClassName
{
border-color: #E9323C;
}
.TagClassName
{
border-color: #E9323C;
}
</style>