Shades of Alizarin #E9223F
Tints of Alizarin #E9223F
RGB
CMYK
RGB Variations
Color information
#E9223F (or 0xE9223F) is known color: Alizarin. HEX triplet: E9, 22 and 3F. RGB value is (233,34,63). Sum of RGB (Red+Green+Blue) = 233+34+63=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9223F is #16DDC0. Grayscale: #606060. Windows color (decimal): -1498561 or 4137705. OLE color: 4137705.
HSL color Cylindrical-coordinate representation of color #E9223F: hue angle of 351.26º 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 #E9223F is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 63 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.09 |
| HSL | 351.26º | 0.82% | 0.52% | - |
| HSV(B) | 351.26º | 0.85% | 0.91% | - |
| XYZ | 35.07 | 18.83 | 6.49 | - |
| YUV | 96.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 63 | 0 | 0.85 | 0.73 | 0.09 | 351.26 | 0.82 | 0.52 |
| Hex | E9 | 22 | 3F | 0 | 55 | 49 | 9 | 15F | 52 | 34 |
| Octal | 351 | 42 | 77 | 0 | 125 | 111 | 11 | 537 | 122 | 64 |
| Binary | 11101001 | 100010 | 111111 | 0 | 1010101 | 1001001 | 1001 | 101011111 | 1010010 | 110100 |
Color Harmonies of #E9223F
Complementary color
Monochromatic Colors of #E9223F
Black with #E9223F
Text Example
Text Example
White with #E9223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9223F; }
p { color: rgb(233,34,63); }
H1.HeaderClassName
{
color: #E9223F;
}
.AnyTagClassName
{
color: #E9223F;
}
</style>
background-color css
<style>
a { background-color: #E9223F; }
a { background-color: rgb(233,34,63); }
div.DivClassName
{
background-color: #E9223F;
}
.BgClassName
{
background-color: #E9223F;
}
</style>
border-color css
<style>
span { border-color: #E9223F; }
span { border-color: rgb(233,34,63); }
td.TdClassName
{
border-color: #E9223F;
}
.TagClassName
{
border-color: #E9223F;
}
</style>