Shades of Alizarin #E93C41
Tints of Alizarin #E93C41
RGB
CMYK
RGB Variations
Color information
#E93C41 (or 0xE93C41) is known color: Alizarin. HEX triplet: E9, 3C and 41. RGB value is (233,60,65). Sum of RGB (Red+Green+Blue) = 233+60+65=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C41 is #16C3BE. Grayscale: #707070. Windows color (decimal): -1491903 or 4275433. OLE color: 4275433.
HSL color Cylindrical-coordinate representation of color #E93C41: hue angle of 358.27º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93C41 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 65 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.09 |
| HSL | 358.27º | 0.8% | 0.57% | - |
| HSV(B) | 358.27º | 0.74% | 0.91% | - |
| XYZ | 36.17 | 20.94 | 7.14 | - |
| YUV | 112.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 65 | 0 | 0.74 | 0.72 | 0.09 | 358.27 | 0.8 | 0.57 |
| Hex | E9 | 3C | 41 | 0 | 4A | 48 | 9 | 166 | 50 | 39 |
| Octal | 351 | 74 | 101 | 0 | 112 | 110 | 11 | 546 | 120 | 71 |
| Binary | 11101001 | 111100 | 1000001 | 0 | 1001010 | 1001000 | 1001 | 101100110 | 1010000 | 111001 |
Color Harmonies of #E93C41
Complementary color
Monochromatic Colors of #E93C41
Black with #E93C41
Text Example
Text Example
White with #E93C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C41; }
p { color: rgb(233,60,65); }
H1.HeaderClassName
{
color: #E93C41;
}
.AnyTagClassName
{
color: #E93C41;
}
</style>
background-color css
<style>
a { background-color: #E93C41; }
a { background-color: rgb(233,60,65); }
div.DivClassName
{
background-color: #E93C41;
}
.BgClassName
{
background-color: #E93C41;
}
</style>
border-color css
<style>
span { border-color: #E93C41; }
span { border-color: rgb(233,60,65); }
td.TdClassName
{
border-color: #E93C41;
}
.TagClassName
{
border-color: #E93C41;
}
</style>