Shades of Alizarin #EB2437
Tints of Alizarin #EB2437
RGB
CMYK
RGB Variations
Color information
#EB2437 (or 0xEB2437) is known color: Alizarin. HEX triplet: EB, 24 and 37. RGB value is (235,36,55). Sum of RGB (Red+Green+Blue) = 235+36+55=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2437 is #14DBC8. Grayscale: #616161. Windows color (decimal): -1366985 or 3613931. OLE color: 3613931.
HSL color Cylindrical-coordinate representation of color #EB2437: hue angle of 354.27º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2437 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 55 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.08 |
| HSL | 354.27º | 0.83% | 0.53% | - |
| HSV(B) | 354.27º | 0.85% | 0.92% | - |
| XYZ | 35.58 | 19.2 | 5.45 | - |
| YUV | 97.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 55 | 0 | 0.85 | 0.77 | 0.08 | 354.27 | 0.83 | 0.53 |
| Hex | EB | 24 | 37 | 0 | 55 | 4D | 8 | 162 | 53 | 35 |
| Octal | 353 | 44 | 67 | 0 | 125 | 115 | 10 | 542 | 123 | 65 |
| Binary | 11101011 | 100100 | 110111 | 0 | 1010101 | 1001101 | 1000 | 101100010 | 1010011 | 110101 |
Color Harmonies of #EB2437
Complementary color
Monochromatic Colors of #EB2437
Black with #EB2437
Text Example
Text Example
White with #EB2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2437; }
p { color: rgb(235,36,55); }
H1.HeaderClassName
{
color: #EB2437;
}
.AnyTagClassName
{
color: #EB2437;
}
</style>
background-color css
<style>
a { background-color: #EB2437; }
a { background-color: rgb(235,36,55); }
div.DivClassName
{
background-color: #EB2437;
}
.BgClassName
{
background-color: #EB2437;
}
</style>
border-color css
<style>
span { border-color: #EB2437; }
span { border-color: rgb(235,36,55); }
td.TdClassName
{
border-color: #EB2437;
}
.TagClassName
{
border-color: #EB2437;
}
</style>