Shades of Alizarin #EB192E
Tints of Alizarin #EB192E
RGB
CMYK
RGB Variations
Color information
#EB192E (or 0xEB192E) is known color: Alizarin. HEX triplet: EB, 19 and 2E. RGB value is (235,25,46). Sum of RGB (Red+Green+Blue) = 235+25+46=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB192E is #14E6D1. Grayscale: #5A5A5A. Windows color (decimal): -1369810 or 3021291. OLE color: 3021291.
HSL color Cylindrical-coordinate representation of color #EB192E: hue angle of 354º 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 #EB192E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.08 |
| HSL | 354º | 0.84% | 0.51% | - |
| HSV(B) | 354º | 0.89% | 0.92% | - |
| XYZ | 35.1 | 18.55 | 4.32 | - |
| YUV | 90.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 46 | 0 | 0.89 | 0.80 | 0.08 | 354 | 0.84 | 0.51 |
| Hex | EB | 19 | 2E | 0 | 59 | 50 | 8 | 162 | 54 | 33 |
| Octal | 353 | 31 | 56 | 0 | 131 | 120 | 10 | 542 | 124 | 63 |
| Binary | 11101011 | 11001 | 101110 | 0 | 1011001 | 1010000 | 1000 | 101100010 | 1010100 | 110011 |
Color Harmonies of #EB192E
Complementary color
Monochromatic Colors of #EB192E
Black with #EB192E
Text Example
Text Example
White with #EB192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB192E; }
p { color: rgb(235,25,46); }
H1.HeaderClassName
{
color: #EB192E;
}
.AnyTagClassName
{
color: #EB192E;
}
</style>
background-color css
<style>
a { background-color: #EB192E; }
a { background-color: rgb(235,25,46); }
div.DivClassName
{
background-color: #EB192E;
}
.BgClassName
{
background-color: #EB192E;
}
</style>
border-color css
<style>
span { border-color: #EB192E; }
span { border-color: rgb(235,25,46); }
td.TdClassName
{
border-color: #EB192E;
}
.TagClassName
{
border-color: #EB192E;
}
</style>