Shades of Alizarin #E92A36
Tints of Alizarin #E92A36
RGB
CMYK
RGB Variations
Color information
#E92A36 (or 0xE92A36) is known color: Alizarin. HEX triplet: E9, 2A and 36. RGB value is (233,42,54). Sum of RGB (Red+Green+Blue) = 233+42+54=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A36 is #16D5C9. Grayscale: #646464. Windows color (decimal): -1496522 or 3549929. OLE color: 3549929.
HSL color Cylindrical-coordinate representation of color #E92A36: hue angle of 356.23º 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 #E92A36 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 54 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.09 |
| HSL | 356.23º | 0.81% | 0.54% | - |
| HSV(B) | 356.23º | 0.82% | 0.91% | - |
| XYZ | 35.1 | 19.25 | 5.35 | - |
| YUV | 100.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 54 | 0 | 0.82 | 0.77 | 0.09 | 356.23 | 0.81 | 0.54 |
| Hex | E9 | 2A | 36 | 0 | 52 | 4D | 9 | 164 | 51 | 36 |
| Octal | 351 | 52 | 66 | 0 | 122 | 115 | 11 | 544 | 121 | 66 |
| Binary | 11101001 | 101010 | 110110 | 0 | 1010010 | 1001101 | 1001 | 101100100 | 1010001 | 110110 |
Color Harmonies of #E92A36
Complementary color
Monochromatic Colors of #E92A36
Black with #E92A36
Text Example
Text Example
White with #E92A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A36; }
p { color: rgb(233,42,54); }
H1.HeaderClassName
{
color: #E92A36;
}
.AnyTagClassName
{
color: #E92A36;
}
</style>
background-color css
<style>
a { background-color: #E92A36; }
a { background-color: rgb(233,42,54); }
div.DivClassName
{
background-color: #E92A36;
}
.BgClassName
{
background-color: #E92A36;
}
</style>
border-color css
<style>
span { border-color: #E92A36; }
span { border-color: rgb(233,42,54); }
td.TdClassName
{
border-color: #E92A36;
}
.TagClassName
{
border-color: #E92A36;
}
</style>