Shades of Alizarin #EB2529
Tints of Alizarin #EB2529
RGB
CMYK
RGB Variations
Color information
#EB2529 (or 0xEB2529) is known color: Alizarin. HEX triplet: EB, 25 and 29. RGB value is (235,37,41). Sum of RGB (Red+Green+Blue) = 235+37+41=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2529 is #14DAD6. Grayscale: #606060. Windows color (decimal): -1366743 or 2696683. OLE color: 2696683.
HSL color Cylindrical-coordinate representation of color #EB2529: hue angle of 358.79º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2529 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 41 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.08 |
| HSL | 358.79º | 0.83% | 0.53% | - |
| HSV(B) | 358.79º | 0.84% | 0.92% | - |
| XYZ | 35.32 | 19.15 | 3.93 | - |
| YUV | 96.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 41 | 0 | 0.84 | 0.83 | 0.08 | 358.79 | 0.83 | 0.53 |
| Hex | EB | 25 | 29 | 0 | 54 | 53 | 8 | 167 | 53 | 35 |
| Octal | 353 | 45 | 51 | 0 | 124 | 123 | 10 | 547 | 123 | 65 |
| Binary | 11101011 | 100101 | 101001 | 0 | 1010100 | 1010011 | 1000 | 101100111 | 1010011 | 110101 |
Color Harmonies of #EB2529
Complementary color
Monochromatic Colors of #EB2529
Black with #EB2529
Text Example
Text Example
White with #EB2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2529; }
p { color: rgb(235,37,41); }
H1.HeaderClassName
{
color: #EB2529;
}
.AnyTagClassName
{
color: #EB2529;
}
</style>
background-color css
<style>
a { background-color: #EB2529; }
a { background-color: rgb(235,37,41); }
div.DivClassName
{
background-color: #EB2529;
}
.BgClassName
{
background-color: #EB2529;
}
</style>
border-color css
<style>
span { border-color: #EB2529; }
span { border-color: rgb(235,37,41); }
td.TdClassName
{
border-color: #EB2529;
}
.TagClassName
{
border-color: #EB2529;
}
</style>