Shades of Alizarin #EB192C
Tints of Alizarin #EB192C
RGB
CMYK
RGB Variations
Color information
#EB192C (or 0xEB192C) is known color: Alizarin. HEX triplet: EB, 19 and 2C. RGB value is (235,25,44). Sum of RGB (Red+Green+Blue) = 235+25+44=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB192C is #14E6D3. Grayscale: #5A5A5A. Windows color (decimal): -1369812 or 2890219. OLE color: 2890219.
HSL color Cylindrical-coordinate representation of color #EB192C: hue angle of 354.57º degrees, saturation: 0.84, 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 #EB192C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.08 |
| HSL | 354.57º | 0.84% | 0.51% | - |
| HSV(B) | 354.57º | 0.89% | 0.92% | - |
| XYZ | 35.06 | 18.54 | 4.11 | - |
| YUV | 89.96 | 102.07 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 44 | 0 | 0.89 | 0.81 | 0.08 | 354.57 | 0.84 | 0.51 |
| Hex | EB | 19 | 2C | 0 | 59 | 51 | 8 | 163 | 54 | 33 |
| Octal | 353 | 31 | 54 | 0 | 131 | 121 | 10 | 543 | 124 | 63 |
| Binary | 11101011 | 11001 | 101100 | 0 | 1011001 | 1010001 | 1000 | 101100011 | 1010100 | 110011 |
Color Harmonies of #EB192C
Complementary color
Monochromatic Colors of #EB192C
Black with #EB192C
Text Example
Text Example
White with #EB192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB192C; }
p { color: rgb(235,25,44); }
H1.HeaderClassName
{
color: #EB192C;
}
.AnyTagClassName
{
color: #EB192C;
}
</style>
background-color css
<style>
a { background-color: #EB192C; }
a { background-color: rgb(235,25,44); }
div.DivClassName
{
background-color: #EB192C;
}
.BgClassName
{
background-color: #EB192C;
}
</style>
border-color css
<style>
span { border-color: #EB192C; }
span { border-color: rgb(235,25,44); }
td.TdClassName
{
border-color: #EB192C;
}
.TagClassName
{
border-color: #EB192C;
}
</style>