Shades of Alizarin #EB2128
Tints of Alizarin #EB2128
RGB
CMYK
RGB Variations
Color information
#EB2128 (or 0xEB2128) is known color: Alizarin. HEX triplet: EB, 21 and 28. RGB value is (235,33,40). Sum of RGB (Red+Green+Blue) = 235+33+40=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2128 is #14DED7. Grayscale: #5E5E5E. Windows color (decimal): -1367768 or 2630123. OLE color: 2630123.
HSL color Cylindrical-coordinate representation of color #EB2128: hue angle of 357.92º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2128 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.08 |
| HSL | 357.92º | 0.83% | 0.53% | - |
| HSV(B) | 357.92º | 0.86% | 0.92% | - |
| XYZ | 35.19 | 18.9 | 3.8 | - |
| YUV | 94.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 40 | 0 | 0.86 | 0.83 | 0.08 | 357.92 | 0.83 | 0.53 |
| Hex | EB | 21 | 28 | 0 | 56 | 53 | 8 | 166 | 53 | 35 |
| Octal | 353 | 41 | 50 | 0 | 126 | 123 | 10 | 546 | 123 | 65 |
| Binary | 11101011 | 100001 | 101000 | 0 | 1010110 | 1010011 | 1000 | 101100110 | 1010011 | 110101 |
Color Harmonies of #EB2128
Complementary color
Monochromatic Colors of #EB2128
Black with #EB2128
Text Example
Text Example
White with #EB2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2128; }
p { color: rgb(235,33,40); }
H1.HeaderClassName
{
color: #EB2128;
}
.AnyTagClassName
{
color: #EB2128;
}
</style>
background-color css
<style>
a { background-color: #EB2128; }
a { background-color: rgb(235,33,40); }
div.DivClassName
{
background-color: #EB2128;
}
.BgClassName
{
background-color: #EB2128;
}
</style>
border-color css
<style>
span { border-color: #EB2128; }
span { border-color: rgb(235,33,40); }
td.TdClassName
{
border-color: #EB2128;
}
.TagClassName
{
border-color: #EB2128;
}
</style>