Shades of Alizarin #EB192B
Tints of Alizarin #EB192B
RGB
CMYK
RGB Variations
Color information
#EB192B (or 0xEB192B) is known color: Alizarin. HEX triplet: EB, 19 and 2B. RGB value is (235,25,43). Sum of RGB (Red+Green+Blue) = 235+25+43=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB192B is #14E6D4. Grayscale: #595959. Windows color (decimal): -1369813 or 2824683. OLE color: 2824683.
HSL color Cylindrical-coordinate representation of color #EB192B: hue angle of 354.86º 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 #EB192B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.08 |
| HSL | 354.86º | 0.84% | 0.51% | - |
| HSV(B) | 354.86º | 0.89% | 0.92% | - |
| XYZ | 35.04 | 18.53 | 4.02 | - |
| YUV | 89.84 | 101.57 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 43 | 0 | 0.89 | 0.82 | 0.08 | 354.86 | 0.84 | 0.51 |
| Hex | EB | 19 | 2B | 0 | 59 | 52 | 8 | 163 | 54 | 33 |
| Octal | 353 | 31 | 53 | 0 | 131 | 122 | 10 | 543 | 124 | 63 |
| Binary | 11101011 | 11001 | 101011 | 0 | 1011001 | 1010010 | 1000 | 101100011 | 1010100 | 110011 |
Color Harmonies of #EB192B
Complementary color
Monochromatic Colors of #EB192B
Black with #EB192B
Text Example
Text Example
White with #EB192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB192B; }
p { color: rgb(235,25,43); }
H1.HeaderClassName
{
color: #EB192B;
}
.AnyTagClassName
{
color: #EB192B;
}
</style>
background-color css
<style>
a { background-color: #EB192B; }
a { background-color: rgb(235,25,43); }
div.DivClassName
{
background-color: #EB192B;
}
.BgClassName
{
background-color: #EB192B;
}
</style>
border-color css
<style>
span { border-color: #EB192B; }
span { border-color: rgb(235,25,43); }
td.TdClassName
{
border-color: #EB192B;
}
.TagClassName
{
border-color: #EB192B;
}
</style>