Shades of Alizarin #E8393D
Tints of Alizarin #E8393D
RGB
CMYK
RGB Variations
Color information
#E8393D (or 0xE8393D) is known color: Alizarin. HEX triplet: E8, 39 and 3D. RGB value is (232,57,61). Sum of RGB (Red+Green+Blue) = 232+57+61=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E8393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8393D is #17C6C2. Grayscale: #6D6D6D. Windows color (decimal): -1558211 or 4012520. OLE color: 4012520.
HSL color Cylindrical-coordinate representation of color #E8393D: hue angle of 358.63º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8393D is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 57 | 61 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.09 |
| HSL | 358.63º | 0.79% | 0.57% | - |
| HSV(B) | 358.63º | 0.75% | 0.91% | - |
| XYZ | 35.58 | 20.42 | 6.48 | - |
| YUV | 109.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 57 | 61 | 0 | 0.75 | 0.74 | 0.09 | 358.63 | 0.79 | 0.57 |
| Hex | E8 | 39 | 3D | 0 | 4B | 4A | 9 | 167 | 4F | 39 |
| Octal | 350 | 71 | 75 | 0 | 113 | 112 | 11 | 547 | 117 | 71 |
| Binary | 11101000 | 111001 | 111101 | 0 | 1001011 | 1001010 | 1001 | 101100111 | 1001111 | 111001 |
Color Harmonies of #E8393D
Complementary color
Monochromatic Colors of #E8393D
Black with #E8393D
Text Example
Text Example
White with #E8393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8393D; }
p { color: rgb(232,57,61); }
H1.HeaderClassName
{
color: #E8393D;
}
.AnyTagClassName
{
color: #E8393D;
}
</style>
background-color css
<style>
a { background-color: #E8393D; }
a { background-color: rgb(232,57,61); }
div.DivClassName
{
background-color: #E8393D;
}
.BgClassName
{
background-color: #E8393D;
}
</style>
border-color css
<style>
span { border-color: #E8393D; }
span { border-color: rgb(232,57,61); }
td.TdClassName
{
border-color: #E8393D;
}
.TagClassName
{
border-color: #E8393D;
}
</style>