Shades of Alizarin #E9363B
Tints of Alizarin #E9363B
RGB
CMYK
RGB Variations
Color information
#E9363B (or 0xE9363B) is known color: Alizarin. HEX triplet: E9, 36 and 3B. RGB value is (233,54,59). Sum of RGB (Red+Green+Blue) = 233+54+59=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9363B is #16C9C4. Grayscale: #6C6C6C. Windows color (decimal): -1493445 or 3880681. OLE color: 3880681.
HSL color Cylindrical-coordinate representation of color #E9363B: hue angle of 358.32º 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 #E9363B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 59 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.09 |
| HSL | 358.32º | 0.8% | 0.56% | - |
| HSV(B) | 358.32º | 0.77% | 0.91% | - |
| XYZ | 35.71 | 20.28 | 6.17 | - |
| YUV | 108.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 59 | 0 | 0.77 | 0.75 | 0.09 | 358.32 | 0.8 | 0.56 |
| Hex | E9 | 36 | 3B | 0 | 4D | 4B | 9 | 166 | 50 | 38 |
| Octal | 351 | 66 | 73 | 0 | 115 | 113 | 11 | 546 | 120 | 70 |
| Binary | 11101001 | 110110 | 111011 | 0 | 1001101 | 1001011 | 1001 | 101100110 | 1010000 | 111000 |
Color Harmonies of #E9363B
Complementary color
Monochromatic Colors of #E9363B
Black with #E9363B
Text Example
Text Example
White with #E9363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9363B; }
p { color: rgb(233,54,59); }
H1.HeaderClassName
{
color: #E9363B;
}
.AnyTagClassName
{
color: #E9363B;
}
</style>
background-color css
<style>
a { background-color: #E9363B; }
a { background-color: rgb(233,54,59); }
div.DivClassName
{
background-color: #E9363B;
}
.BgClassName
{
background-color: #E9363B;
}
</style>
border-color css
<style>
span { border-color: #E9363B; }
span { border-color: rgb(233,54,59); }
td.TdClassName
{
border-color: #E9363B;
}
.TagClassName
{
border-color: #E9363B;
}
</style>