Shades of Alizarin #EA152C
Tints of Alizarin #EA152C
RGB
CMYK
RGB Variations
Color information
#EA152C (or 0xEA152C) is known color: Alizarin. HEX triplet: EA, 15 and 2C. RGB value is (234,21,44). Sum of RGB (Red+Green+Blue) = 234+21+44=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA152C is #15EAD3. Grayscale: #575757. Windows color (decimal): -1436372 or 2889194. OLE color: 2889194.
HSL color Cylindrical-coordinate representation of color #EA152C: hue angle of 353.52º degrees, saturation: 0.84, 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 #EA152C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 44 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.08 |
| HSL | 353.52º | 0.84% | 0.5% | - |
| HSV(B) | 353.52º | 0.91% | 0.92% | - |
| XYZ | 34.65 | 18.21 | 4.07 | - |
| YUV | 87.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 44 | 0 | 0.91 | 0.81 | 0.08 | 353.52 | 0.84 | 0.5 |
| Hex | EA | 15 | 2C | 0 | 5B | 51 | 8 | 162 | 54 | 32 |
| Octal | 352 | 25 | 54 | 0 | 133 | 121 | 10 | 542 | 124 | 62 |
| Binary | 11101010 | 10101 | 101100 | 0 | 1011011 | 1010001 | 1000 | 101100010 | 1010100 | 110010 |
Color Harmonies of #EA152C
Complementary color
Monochromatic Colors of #EA152C
Black with #EA152C
Text Example
Text Example
White with #EA152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA152C; }
p { color: rgb(234,21,44); }
H1.HeaderClassName
{
color: #EA152C;
}
.AnyTagClassName
{
color: #EA152C;
}
</style>
background-color css
<style>
a { background-color: #EA152C; }
a { background-color: rgb(234,21,44); }
div.DivClassName
{
background-color: #EA152C;
}
.BgClassName
{
background-color: #EA152C;
}
</style>
border-color css
<style>
span { border-color: #EA152C; }
span { border-color: rgb(234,21,44); }
td.TdClassName
{
border-color: #EA152C;
}
.TagClassName
{
border-color: #EA152C;
}
</style>