Shades of Alizarin #E92C3C
Tints of Alizarin #E92C3C
RGB
CMYK
RGB Variations
Color information
#E92C3C (or 0xE92C3C) is known color: Alizarin. HEX triplet: E9, 2C and 3C. RGB value is (233,44,60). Sum of RGB (Red+Green+Blue) = 233+44+60=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C3C is #16D3C3. Grayscale: #666666. Windows color (decimal): -1496004 or 3943657. OLE color: 3943657.
HSL color Cylindrical-coordinate representation of color #E92C3C: hue angle of 354.92º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C3C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 60 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.09 |
| HSL | 354.92º | 0.81% | 0.54% | - |
| HSV(B) | 354.92º | 0.81% | 0.91% | - |
| XYZ | 35.32 | 19.45 | 6.17 | - |
| YUV | 102.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 60 | 0 | 0.81 | 0.74 | 0.09 | 354.92 | 0.81 | 0.54 |
| Hex | E9 | 2C | 3C | 0 | 51 | 4A | 9 | 163 | 51 | 36 |
| Octal | 351 | 54 | 74 | 0 | 121 | 112 | 11 | 543 | 121 | 66 |
| Binary | 11101001 | 101100 | 111100 | 0 | 1010001 | 1001010 | 1001 | 101100011 | 1010001 | 110110 |
Color Harmonies of #E92C3C
Complementary color
Monochromatic Colors of #E92C3C
Black with #E92C3C
Text Example
Text Example
White with #E92C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C3C; }
p { color: rgb(233,44,60); }
H1.HeaderClassName
{
color: #E92C3C;
}
.AnyTagClassName
{
color: #E92C3C;
}
</style>
background-color css
<style>
a { background-color: #E92C3C; }
a { background-color: rgb(233,44,60); }
div.DivClassName
{
background-color: #E92C3C;
}
.BgClassName
{
background-color: #E92C3C;
}
</style>
border-color css
<style>
span { border-color: #E92C3C; }
span { border-color: rgb(233,44,60); }
td.TdClassName
{
border-color: #E92C3C;
}
.TagClassName
{
border-color: #E92C3C;
}
</style>