Shades of Alizarin #E92A39
Tints of Alizarin #E92A39
RGB
CMYK
RGB Variations
Color information
#E92A39 (or 0xE92A39) is known color: Alizarin. HEX triplet: E9, 2A and 39. RGB value is (233,42,57). Sum of RGB (Red+Green+Blue) = 233+42+57=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A39 is #16D5C6. Grayscale: #646464. Windows color (decimal): -1496519 or 3746537. OLE color: 3746537.
HSL color Cylindrical-coordinate representation of color #E92A39: hue angle of 355.29º 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 #E92A39 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 57 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.09 |
| HSL | 355.29º | 0.81% | 0.54% | - |
| HSV(B) | 355.29º | 0.82% | 0.91% | - |
| XYZ | 35.17 | 19.27 | 5.74 | - |
| YUV | 100.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 57 | 0 | 0.82 | 0.76 | 0.09 | 355.29 | 0.81 | 0.54 |
| Hex | E9 | 2A | 39 | 0 | 52 | 4C | 9 | 163 | 51 | 36 |
| Octal | 351 | 52 | 71 | 0 | 122 | 114 | 11 | 543 | 121 | 66 |
| Binary | 11101001 | 101010 | 111001 | 0 | 1010010 | 1001100 | 1001 | 101100011 | 1010001 | 110110 |
Color Harmonies of #E92A39
Complementary color
Monochromatic Colors of #E92A39
Black with #E92A39
Text Example
Text Example
White with #E92A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A39; }
p { color: rgb(233,42,57); }
H1.HeaderClassName
{
color: #E92A39;
}
.AnyTagClassName
{
color: #E92A39;
}
</style>
background-color css
<style>
a { background-color: #E92A39; }
a { background-color: rgb(233,42,57); }
div.DivClassName
{
background-color: #E92A39;
}
.BgClassName
{
background-color: #E92A39;
}
</style>
border-color css
<style>
span { border-color: #E92A39; }
span { border-color: rgb(233,42,57); }
td.TdClassName
{
border-color: #E92A39;
}
.TagClassName
{
border-color: #E92A39;
}
</style>