Shades of Alizarin #E92C32
Tints of Alizarin #E92C32
RGB
CMYK
RGB Variations
Color information
#E92C32 (or 0xE92C32) is known color: Alizarin. HEX triplet: E9, 2C and 32. RGB value is (233,44,50). Sum of RGB (Red+Green+Blue) = 233+44+50=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C32 is #16D3CD. Grayscale: #656565. Windows color (decimal): -1496014 or 3288297. OLE color: 3288297.
HSL color Cylindrical-coordinate representation of color #E92C32: hue angle of 358.1º 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 #E92C32 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 50 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.09 |
| HSL | 358.1º | 0.81% | 0.54% | - |
| HSV(B) | 358.1º | 0.81% | 0.91% | - |
| XYZ | 35.08 | 19.36 | 4.9 | - |
| YUV | 101.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 50 | 0 | 0.81 | 0.79 | 0.09 | 358.1 | 0.81 | 0.54 |
| Hex | E9 | 2C | 32 | 0 | 51 | 4F | 9 | 166 | 51 | 36 |
| Octal | 351 | 54 | 62 | 0 | 121 | 117 | 11 | 546 | 121 | 66 |
| Binary | 11101001 | 101100 | 110010 | 0 | 1010001 | 1001111 | 1001 | 101100110 | 1010001 | 110110 |
Color Harmonies of #E92C32
Complementary color
Monochromatic Colors of #E92C32
Black with #E92C32
Text Example
Text Example
White with #E92C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C32; }
p { color: rgb(233,44,50); }
H1.HeaderClassName
{
color: #E92C32;
}
.AnyTagClassName
{
color: #E92C32;
}
</style>
background-color css
<style>
a { background-color: #E92C32; }
a { background-color: rgb(233,44,50); }
div.DivClassName
{
background-color: #E92C32;
}
.BgClassName
{
background-color: #E92C32;
}
</style>
border-color css
<style>
span { border-color: #E92C32; }
span { border-color: rgb(233,44,50); }
td.TdClassName
{
border-color: #E92C32;
}
.TagClassName
{
border-color: #E92C32;
}
</style>