Shades of Alizarin #E9222D
Tints of Alizarin #E9222D
RGB
CMYK
RGB Variations
Color information
#E9222D (or 0xE9222D) is known color: Alizarin. HEX triplet: E9, 22 and 2D. RGB value is (233,34,45). Sum of RGB (Red+Green+Blue) = 233+34+45=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9222D is #16DDD2. Grayscale: #5E5E5E. Windows color (decimal): -1498579 or 2958057. OLE color: 2958057.
HSL color Cylindrical-coordinate representation of color #E9222D: hue angle of 356.68º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9222D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.09 |
| HSL | 356.68º | 0.82% | 0.52% | - |
| HSV(B) | 356.68º | 0.85% | 0.91% | - |
| XYZ | 34.65 | 18.66 | 4.26 | - |
| YUV | 94.76 | 99.93 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 45 | 0 | 0.85 | 0.81 | 0.09 | 356.68 | 0.82 | 0.52 |
| Hex | E9 | 22 | 2D | 0 | 55 | 51 | 9 | 165 | 52 | 34 |
| Octal | 351 | 42 | 55 | 0 | 125 | 121 | 11 | 545 | 122 | 64 |
| Binary | 11101001 | 100010 | 101101 | 0 | 1010101 | 1010001 | 1001 | 101100101 | 1010010 | 110100 |
Color Harmonies of #E9222D
Complementary color
Monochromatic Colors of #E9222D
Black with #E9222D
Text Example
Text Example
White with #E9222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9222D; }
p { color: rgb(233,34,45); }
H1.HeaderClassName
{
color: #E9222D;
}
.AnyTagClassName
{
color: #E9222D;
}
</style>
background-color css
<style>
a { background-color: #E9222D; }
a { background-color: rgb(233,34,45); }
div.DivClassName
{
background-color: #E9222D;
}
.BgClassName
{
background-color: #E9222D;
}
</style>
border-color css
<style>
span { border-color: #E9222D; }
span { border-color: rgb(233,34,45); }
td.TdClassName
{
border-color: #E9222D;
}
.TagClassName
{
border-color: #E9222D;
}
</style>