Shades of Alizarin #E92C3A
Tints of Alizarin #E92C3A
RGB
CMYK
RGB Variations
Color information
#E92C3A (or 0xE92C3A) is known color: Alizarin. HEX triplet: E9, 2C and 3A. RGB value is (233,44,58). Sum of RGB (Red+Green+Blue) = 233+44+58=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C3A is #16D3C5. Grayscale: #666666. Windows color (decimal): -1496006 or 3812585. OLE color: 3812585.
HSL color Cylindrical-coordinate representation of color #E92C3A: hue angle of 355.56º 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 #E92C3A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 58 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.09 |
| HSL | 355.56º | 0.81% | 0.54% | - |
| HSV(B) | 355.56º | 0.81% | 0.91% | - |
| XYZ | 35.27 | 19.43 | 5.89 | - |
| YUV | 102.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 58 | 0 | 0.81 | 0.75 | 0.09 | 355.56 | 0.81 | 0.54 |
| Hex | E9 | 2C | 3A | 0 | 51 | 4B | 9 | 164 | 51 | 36 |
| Octal | 351 | 54 | 72 | 0 | 121 | 113 | 11 | 544 | 121 | 66 |
| Binary | 11101001 | 101100 | 111010 | 0 | 1010001 | 1001011 | 1001 | 101100100 | 1010001 | 110110 |
Color Harmonies of #E92C3A
Complementary color
Monochromatic Colors of #E92C3A
Black with #E92C3A
Text Example
Text Example
White with #E92C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C3A; }
p { color: rgb(233,44,58); }
H1.HeaderClassName
{
color: #E92C3A;
}
.AnyTagClassName
{
color: #E92C3A;
}
</style>
background-color css
<style>
a { background-color: #E92C3A; }
a { background-color: rgb(233,44,58); }
div.DivClassName
{
background-color: #E92C3A;
}
.BgClassName
{
background-color: #E92C3A;
}
</style>
border-color css
<style>
span { border-color: #E92C3A; }
span { border-color: rgb(233,44,58); }
td.TdClassName
{
border-color: #E92C3A;
}
.TagClassName
{
border-color: #E92C3A;
}
</style>