Shades of Alizarin #E92A30
Tints of Alizarin #E92A30
RGB
CMYK
RGB Variations
Color information
#E92A30 (or 0xE92A30) is known color: Alizarin. HEX triplet: E9, 2A and 30. RGB value is (233,42,48). Sum of RGB (Red+Green+Blue) = 233+42+48=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A30 is #16D5CF. Grayscale: #636363. Windows color (decimal): -1496528 or 3156713. OLE color: 3156713.
HSL color Cylindrical-coordinate representation of color #E92A30: hue angle of 358.12º 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 #E92A30 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 48 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.09 |
| HSL | 358.12º | 0.81% | 0.54% | - |
| HSV(B) | 358.12º | 0.82% | 0.91% | - |
| XYZ | 34.97 | 19.19 | 4.66 | - |
| YUV | 99.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 48 | 0 | 0.82 | 0.79 | 0.09 | 358.12 | 0.81 | 0.54 |
| Hex | E9 | 2A | 30 | 0 | 52 | 4F | 9 | 166 | 51 | 36 |
| Octal | 351 | 52 | 60 | 0 | 122 | 117 | 11 | 546 | 121 | 66 |
| Binary | 11101001 | 101010 | 110000 | 0 | 1010010 | 1001111 | 1001 | 101100110 | 1010001 | 110110 |
Color Harmonies of #E92A30
Complementary color
Monochromatic Colors of #E92A30
Black with #E92A30
Text Example
Text Example
White with #E92A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A30; }
p { color: rgb(233,42,48); }
H1.HeaderClassName
{
color: #E92A30;
}
.AnyTagClassName
{
color: #E92A30;
}
</style>
background-color css
<style>
a { background-color: #E92A30; }
a { background-color: rgb(233,42,48); }
div.DivClassName
{
background-color: #E92A30;
}
.BgClassName
{
background-color: #E92A30;
}
</style>
border-color css
<style>
span { border-color: #E92A30; }
span { border-color: rgb(233,42,48); }
td.TdClassName
{
border-color: #E92A30;
}
.TagClassName
{
border-color: #E92A30;
}
</style>