Shades of Alizarin #EA162C
Tints of Alizarin #EA162C
RGB
CMYK
RGB Variations
Color information
#EA162C (or 0xEA162C) is known color: Alizarin. HEX triplet: EA, 16 and 2C. RGB value is (234,22,44). Sum of RGB (Red+Green+Blue) = 234+22+44=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA162C is #15E9D3. Grayscale: #585858. Windows color (decimal): -1436116 or 2889450. OLE color: 2889450.
HSL color Cylindrical-coordinate representation of color #EA162C: hue angle of 353.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA162C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.08 |
| HSL | 353.77º | 0.83% | 0.5% | - |
| HSV(B) | 353.77º | 0.91% | 0.92% | - |
| XYZ | 34.67 | 18.25 | 4.08 | - |
| YUV | 87.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 44 | 0 | 0.91 | 0.81 | 0.08 | 353.77 | 0.83 | 0.5 |
| Hex | EA | 16 | 2C | 0 | 5B | 51 | 8 | 162 | 53 | 32 |
| Octal | 352 | 26 | 54 | 0 | 133 | 121 | 10 | 542 | 123 | 62 |
| Binary | 11101010 | 10110 | 101100 | 0 | 1011011 | 1010001 | 1000 | 101100010 | 1010011 | 110010 |
Color Harmonies of #EA162C
Complementary color
Monochromatic Colors of #EA162C
Black with #EA162C
Text Example
Text Example
White with #EA162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA162C; }
p { color: rgb(234,22,44); }
H1.HeaderClassName
{
color: #EA162C;
}
.AnyTagClassName
{
color: #EA162C;
}
</style>
background-color css
<style>
a { background-color: #EA162C; }
a { background-color: rgb(234,22,44); }
div.DivClassName
{
background-color: #EA162C;
}
.BgClassName
{
background-color: #EA162C;
}
</style>
border-color css
<style>
span { border-color: #EA162C; }
span { border-color: rgb(234,22,44); }
td.TdClassName
{
border-color: #EA162C;
}
.TagClassName
{
border-color: #EA162C;
}
</style>