Shades of Alizarin #E9353B
Tints of Alizarin #E9353B
RGB
CMYK
RGB Variations
Color information
#E9353B (or 0xE9353B) is known color: Alizarin. HEX triplet: E9, 35 and 3B. RGB value is (233,53,59). Sum of RGB (Red+Green+Blue) = 233+53+59=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9353B is #16CAC4. Grayscale: #6B6B6B. Windows color (decimal): -1493701 or 3880425. OLE color: 3880425.
HSL color Cylindrical-coordinate representation of color #E9353B: hue angle of 358º 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 #E9353B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 59 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.09 |
| HSL | 358º | 0.8% | 0.56% | - |
| HSV(B) | 358º | 0.77% | 0.91% | - |
| XYZ | 35.67 | 20.19 | 6.15 | - |
| YUV | 107.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 59 | 0 | 0.77 | 0.75 | 0.09 | 358 | 0.8 | 0.56 |
| Hex | E9 | 35 | 3B | 0 | 4D | 4B | 9 | 166 | 50 | 38 |
| Octal | 351 | 65 | 73 | 0 | 115 | 113 | 11 | 546 | 120 | 70 |
| Binary | 11101001 | 110101 | 111011 | 0 | 1001101 | 1001011 | 1001 | 101100110 | 1010000 | 111000 |
Color Harmonies of #E9353B
Complementary color
Monochromatic Colors of #E9353B
Black with #E9353B
Text Example
Text Example
White with #E9353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9353B; }
p { color: rgb(233,53,59); }
H1.HeaderClassName
{
color: #E9353B;
}
.AnyTagClassName
{
color: #E9353B;
}
</style>
background-color css
<style>
a { background-color: #E9353B; }
a { background-color: rgb(233,53,59); }
div.DivClassName
{
background-color: #E9353B;
}
.BgClassName
{
background-color: #E9353B;
}
</style>
border-color css
<style>
span { border-color: #E9353B; }
span { border-color: rgb(233,53,59); }
td.TdClassName
{
border-color: #E9353B;
}
.TagClassName
{
border-color: #E9353B;
}
</style>