Shades of Alizarin #E92A32
Tints of Alizarin #E92A32
RGB
CMYK
RGB Variations
Color information
#E92A32 (or 0xE92A32) is known color: Alizarin. HEX triplet: E9, 2A and 32. RGB value is (233,42,50). Sum of RGB (Red+Green+Blue) = 233+42+50=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A32 is #16D5CD. Grayscale: #646464. Windows color (decimal): -1496526 or 3287785. OLE color: 3287785.
HSL color Cylindrical-coordinate representation of color #E92A32: hue angle of 357.49º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A32 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 50 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.09 |
| HSL | 357.49º | 0.81% | 0.54% | - |
| HSV(B) | 357.49º | 0.82% | 0.91% | - |
| XYZ | 35.01 | 19.21 | 4.88 | - |
| YUV | 100.02 | 99.78 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 50 | 0 | 0.82 | 0.79 | 0.09 | 357.49 | 0.81 | 0.54 |
| Hex | E9 | 2A | 32 | 0 | 52 | 4F | 9 | 165 | 51 | 36 |
| Octal | 351 | 52 | 62 | 0 | 122 | 117 | 11 | 545 | 121 | 66 |
| Binary | 11101001 | 101010 | 110010 | 0 | 1010010 | 1001111 | 1001 | 101100101 | 1010001 | 110110 |
Color Harmonies of #E92A32
Complementary color
Monochromatic Colors of #E92A32
Black with #E92A32
Text Example
Text Example
White with #E92A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A32; }
p { color: rgb(233,42,50); }
H1.HeaderClassName
{
color: #E92A32;
}
.AnyTagClassName
{
color: #E92A32;
}
</style>
background-color css
<style>
a { background-color: #E92A32; }
a { background-color: rgb(233,42,50); }
div.DivClassName
{
background-color: #E92A32;
}
.BgClassName
{
background-color: #E92A32;
}
</style>
border-color css
<style>
span { border-color: #E92A32; }
span { border-color: rgb(233,42,50); }
td.TdClassName
{
border-color: #E92A32;
}
.TagClassName
{
border-color: #E92A32;
}
</style>