Shades of Alizarin #EA192D
Tints of Alizarin #EA192D
RGB
CMYK
RGB Variations
Color information
#EA192D (or 0xEA192D) is known color: Alizarin. HEX triplet: EA, 19 and 2D. RGB value is (234,25,45). Sum of RGB (Red+Green+Blue) = 234+25+45=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA192D is #15E6D2. Grayscale: #595959. Windows color (decimal): -1435347 or 2955754. OLE color: 2955754.
HSL color Cylindrical-coordinate representation of color #EA192D: hue angle of 354.26º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA192D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 45 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.08 |
| HSL | 354.26º | 0.83% | 0.51% | - |
| HSV(B) | 354.26º | 0.89% | 0.92% | - |
| XYZ | 34.75 | 18.38 | 4.2 | - |
| YUV | 89.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 45 | 0 | 0.89 | 0.81 | 0.08 | 354.26 | 0.83 | 0.51 |
| Hex | EA | 19 | 2D | 0 | 59 | 51 | 8 | 162 | 53 | 33 |
| Octal | 352 | 31 | 55 | 0 | 131 | 121 | 10 | 542 | 123 | 63 |
| Binary | 11101010 | 11001 | 101101 | 0 | 1011001 | 1010001 | 1000 | 101100010 | 1010011 | 110011 |
Color Harmonies of #EA192D
Complementary color
Monochromatic Colors of #EA192D
Black with #EA192D
Text Example
Text Example
White with #EA192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA192D; }
p { color: rgb(234,25,45); }
H1.HeaderClassName
{
color: #EA192D;
}
.AnyTagClassName
{
color: #EA192D;
}
</style>
background-color css
<style>
a { background-color: #EA192D; }
a { background-color: rgb(234,25,45); }
div.DivClassName
{
background-color: #EA192D;
}
.BgClassName
{
background-color: #EA192D;
}
</style>
border-color css
<style>
span { border-color: #EA192D; }
span { border-color: rgb(234,25,45); }
td.TdClassName
{
border-color: #EA192D;
}
.TagClassName
{
border-color: #EA192D;
}
</style>