Shades of Alizarin #EB1529
Tints of Alizarin #EB1529
RGB
CMYK
RGB Variations
Color information
#EB1529 (or 0xEB1529) is known color: Alizarin. HEX triplet: EB, 15 and 29. RGB value is (235,21,41). Sum of RGB (Red+Green+Blue) = 235+21+41=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1529 is #14EAD6. Grayscale: #575757. Windows color (decimal): -1370839 or 2692587. OLE color: 2692587.
HSL color Cylindrical-coordinate representation of color #EB1529: hue angle of 354.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB1529 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.08 |
| HSL | 354.39º | 0.84% | 0.5% | - |
| HSV(B) | 354.39º | 0.91% | 0.92% | - |
| XYZ | 34.93 | 18.36 | 3.8 | - |
| YUV | 87.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 41 | 0 | 0.91 | 0.83 | 0.08 | 354.39 | 0.84 | 0.5 |
| Hex | EB | 15 | 29 | 0 | 5B | 53 | 8 | 162 | 54 | 32 |
| Octal | 353 | 25 | 51 | 0 | 133 | 123 | 10 | 542 | 124 | 62 |
| Binary | 11101011 | 10101 | 101001 | 0 | 1011011 | 1010011 | 1000 | 101100010 | 1010100 | 110010 |
Color Harmonies of #EB1529
Complementary color
Monochromatic Colors of #EB1529
Black with #EB1529
Text Example
Text Example
White with #EB1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1529; }
p { color: rgb(235,21,41); }
H1.HeaderClassName
{
color: #EB1529;
}
.AnyTagClassName
{
color: #EB1529;
}
</style>
background-color css
<style>
a { background-color: #EB1529; }
a { background-color: rgb(235,21,41); }
div.DivClassName
{
background-color: #EB1529;
}
.BgClassName
{
background-color: #EB1529;
}
</style>
border-color css
<style>
span { border-color: #EB1529; }
span { border-color: rgb(235,21,41); }
td.TdClassName
{
border-color: #EB1529;
}
.TagClassName
{
border-color: #EB1529;
}
</style>