Shades of Alizarin #E9343D
Tints of Alizarin #E9343D
RGB
CMYK
RGB Variations
Color information
#E9343D (or 0xE9343D) is known color: Alizarin. HEX triplet: E9, 34 and 3D. RGB value is (233,52,61). Sum of RGB (Red+Green+Blue) = 233+52+61=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9343D is #16CBC2. Grayscale: #6B6B6B. Windows color (decimal): -1493955 or 4011241. OLE color: 4011241.
HSL color Cylindrical-coordinate representation of color #E9343D: hue angle of 357.02º 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 #E9343D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 61 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.09 |
| HSL | 357.02º | 0.8% | 0.56% | - |
| HSV(B) | 357.02º | 0.78% | 0.91% | - |
| XYZ | 35.67 | 20.12 | 6.42 | - |
| YUV | 107.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 61 | 0 | 0.78 | 0.74 | 0.09 | 357.02 | 0.8 | 0.56 |
| Hex | E9 | 34 | 3D | 0 | 4E | 4A | 9 | 165 | 50 | 38 |
| Octal | 351 | 64 | 75 | 0 | 116 | 112 | 11 | 545 | 120 | 70 |
| Binary | 11101001 | 110100 | 111101 | 0 | 1001110 | 1001010 | 1001 | 101100101 | 1010000 | 111000 |
Color Harmonies of #E9343D
Complementary color
Monochromatic Colors of #E9343D
Black with #E9343D
Text Example
Text Example
White with #E9343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9343D; }
p { color: rgb(233,52,61); }
H1.HeaderClassName
{
color: #E9343D;
}
.AnyTagClassName
{
color: #E9343D;
}
</style>
background-color css
<style>
a { background-color: #E9343D; }
a { background-color: rgb(233,52,61); }
div.DivClassName
{
background-color: #E9343D;
}
.BgClassName
{
background-color: #E9343D;
}
</style>
border-color css
<style>
span { border-color: #E9343D; }
span { border-color: rgb(233,52,61); }
td.TdClassName
{
border-color: #E9343D;
}
.TagClassName
{
border-color: #E9343D;
}
</style>