Shades of Alizarin #E9393D
Tints of Alizarin #E9393D
RGB
CMYK
RGB Variations
Color information
#E9393D (or 0xE9393D) is known color: Alizarin. HEX triplet: E9, 39 and 3D. RGB value is (233,57,61). Sum of RGB (Red+Green+Blue) = 233+57+61=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E9393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9393D is #16C6C2. Grayscale: #6E6E6E. Windows color (decimal): -1492675 or 4012521. OLE color: 4012521.
HSL color Cylindrical-coordinate representation of color #E9393D: hue angle of 358.64º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9393D is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 61 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.09 |
| HSL | 358.64º | 0.8% | 0.57% | - |
| HSV(B) | 358.64º | 0.76% | 0.91% | - |
| XYZ | 35.91 | 20.59 | 6.5 | - |
| YUV | 110.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 61 | 0 | 0.76 | 0.74 | 0.09 | 358.64 | 0.8 | 0.57 |
| Hex | E9 | 39 | 3D | 0 | 4C | 4A | 9 | 167 | 50 | 39 |
| Octal | 351 | 71 | 75 | 0 | 114 | 112 | 11 | 547 | 120 | 71 |
| Binary | 11101001 | 111001 | 111101 | 0 | 1001100 | 1001010 | 1001 | 101100111 | 1010000 | 111001 |
Color Harmonies of #E9393D
Complementary color
Monochromatic Colors of #E9393D
Black with #E9393D
Text Example
Text Example
White with #E9393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9393D; }
p { color: rgb(233,57,61); }
H1.HeaderClassName
{
color: #E9393D;
}
.AnyTagClassName
{
color: #E9393D;
}
</style>
background-color css
<style>
a { background-color: #E9393D; }
a { background-color: rgb(233,57,61); }
div.DivClassName
{
background-color: #E9393D;
}
.BgClassName
{
background-color: #E9393D;
}
</style>
border-color css
<style>
span { border-color: #E9393D; }
span { border-color: rgb(233,57,61); }
td.TdClassName
{
border-color: #E9393D;
}
.TagClassName
{
border-color: #E9393D;
}
</style>