Shades of Alizarin #E9343B
Tints of Alizarin #E9343B
RGB
CMYK
RGB Variations
Color information
#E9343B (or 0xE9343B) is known color: Alizarin. HEX triplet: E9, 34 and 3B. RGB value is (233,52,59). Sum of RGB (Red+Green+Blue) = 233+52+59=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9343B is #16CBC4. Grayscale: #6B6B6B. Windows color (decimal): -1493957 or 3880169. OLE color: 3880169.
HSL color Cylindrical-coordinate representation of color #E9343B: hue angle of 357.68º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9343B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 59 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.09 |
| HSL | 357.68º | 0.8% | 0.56% | - |
| HSV(B) | 357.68º | 0.78% | 0.91% | - |
| XYZ | 35.62 | 20.1 | 6.14 | - |
| YUV | 106.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 59 | 0 | 0.78 | 0.75 | 0.09 | 357.68 | 0.8 | 0.56 |
| Hex | E9 | 34 | 3B | 0 | 4E | 4B | 9 | 166 | 50 | 38 |
| Octal | 351 | 64 | 73 | 0 | 116 | 113 | 11 | 546 | 120 | 70 |
| Binary | 11101001 | 110100 | 111011 | 0 | 1001110 | 1001011 | 1001 | 101100110 | 1010000 | 111000 |
Color Harmonies of #E9343B
Complementary color
Monochromatic Colors of #E9343B
Black with #E9343B
Text Example
Text Example
White with #E9343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9343B; }
p { color: rgb(233,52,59); }
H1.HeaderClassName
{
color: #E9343B;
}
.AnyTagClassName
{
color: #E9343B;
}
</style>
background-color css
<style>
a { background-color: #E9343B; }
a { background-color: rgb(233,52,59); }
div.DivClassName
{
background-color: #E9343B;
}
.BgClassName
{
background-color: #E9343B;
}
</style>
border-color css
<style>
span { border-color: #E9343B; }
span { border-color: rgb(233,52,59); }
td.TdClassName
{
border-color: #E9343B;
}
.TagClassName
{
border-color: #E9343B;
}
</style>