Shades of Alizarin #E9363F
Tints of Alizarin #E9363F
RGB
CMYK
RGB Variations
Color information
#E9363F (or 0xE9363F) is known color: Alizarin. HEX triplet: E9, 36 and 3F. RGB value is (233,54,63). Sum of RGB (Red+Green+Blue) = 233+54+63=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9363F is #16C9C0. Grayscale: #6C6C6C. Windows color (decimal): -1493441 or 4142825. OLE color: 4142825.
HSL color Cylindrical-coordinate representation of color #E9363F: hue angle of 356.98º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9363F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 63 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.09 |
| HSL | 356.98º | 0.8% | 0.56% | - |
| HSV(B) | 356.98º | 0.77% | 0.91% | - |
| XYZ | 35.82 | 20.32 | 6.74 | - |
| YUV | 108.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 63 | 0 | 0.77 | 0.73 | 0.09 | 356.98 | 0.8 | 0.56 |
| Hex | E9 | 36 | 3F | 0 | 4D | 49 | 9 | 165 | 50 | 38 |
| Octal | 351 | 66 | 77 | 0 | 115 | 111 | 11 | 545 | 120 | 70 |
| Binary | 11101001 | 110110 | 111111 | 0 | 1001101 | 1001001 | 1001 | 101100101 | 1010000 | 111000 |
Color Harmonies of #E9363F
Complementary color
Monochromatic Colors of #E9363F
Black with #E9363F
Text Example
Text Example
White with #E9363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9363F; }
p { color: rgb(233,54,63); }
H1.HeaderClassName
{
color: #E9363F;
}
.AnyTagClassName
{
color: #E9363F;
}
</style>
background-color css
<style>
a { background-color: #E9363F; }
a { background-color: rgb(233,54,63); }
div.DivClassName
{
background-color: #E9363F;
}
.BgClassName
{
background-color: #E9363F;
}
</style>
border-color css
<style>
span { border-color: #E9363F; }
span { border-color: rgb(233,54,63); }
td.TdClassName
{
border-color: #E9363F;
}
.TagClassName
{
border-color: #E9363F;
}
</style>