Shades of Alizarin #EB182A
Tints of Alizarin #EB182A
RGB
CMYK
RGB Variations
Color information
#EB182A (or 0xEB182A) is known color: Alizarin. HEX triplet: EB, 18 and 2A. RGB value is (235,24,42). Sum of RGB (Red+Green+Blue) = 235+24+42=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB182A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB182A is #14E7D5. Grayscale: #595959. Windows color (decimal): -1370070 or 2758891. OLE color: 2758891.
HSL color Cylindrical-coordinate representation of color #EB182A: hue angle of 354.88º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB182A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.08 |
| HSL | 354.88º | 0.84% | 0.51% | - |
| HSV(B) | 354.88º | 0.9% | 0.92% | - |
| XYZ | 35.01 | 18.48 | 3.91 | - |
| YUV | 89.14 | 101.4 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 42 | 0 | 0.90 | 0.82 | 0.08 | 354.88 | 0.84 | 0.51 |
| Hex | EB | 18 | 2A | 0 | 5A | 52 | 8 | 163 | 54 | 33 |
| Octal | 353 | 30 | 52 | 0 | 132 | 122 | 10 | 543 | 124 | 63 |
| Binary | 11101011 | 11000 | 101010 | 0 | 1011010 | 1010010 | 1000 | 101100011 | 1010100 | 110011 |
Color Harmonies of #EB182A
Complementary color
Monochromatic Colors of #EB182A
Black with #EB182A
Text Example
Text Example
White with #EB182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB182A; }
p { color: rgb(235,24,42); }
H1.HeaderClassName
{
color: #EB182A;
}
.AnyTagClassName
{
color: #EB182A;
}
</style>
background-color css
<style>
a { background-color: #EB182A; }
a { background-color: rgb(235,24,42); }
div.DivClassName
{
background-color: #EB182A;
}
.BgClassName
{
background-color: #EB182A;
}
</style>
border-color css
<style>
span { border-color: #EB182A; }
span { border-color: rgb(235,24,42); }
td.TdClassName
{
border-color: #EB182A;
}
.TagClassName
{
border-color: #EB182A;
}
</style>