Shades of Alizarin #EB2737
Tints of Alizarin #EB2737
RGB
CMYK
RGB Variations
Color information
#EB2737 (or 0xEB2737) is known color: Alizarin. HEX triplet: EB, 27 and 37. RGB value is (235,39,55). Sum of RGB (Red+Green+Blue) = 235+39+55=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2737 is #14D8C8. Grayscale: #636363. Windows color (decimal): -1366217 or 3614699. OLE color: 3614699.
HSL color Cylindrical-coordinate representation of color #EB2737: hue angle of 355.1º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2737 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 55 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.08 |
| HSL | 355.1º | 0.83% | 0.54% | - |
| HSV(B) | 355.1º | 0.83% | 0.92% | - |
| XYZ | 35.68 | 19.39 | 5.48 | - |
| YUV | 99.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 55 | 0 | 0.83 | 0.77 | 0.08 | 355.1 | 0.83 | 0.54 |
| Hex | EB | 27 | 37 | 0 | 53 | 4D | 8 | 163 | 53 | 36 |
| Octal | 353 | 47 | 67 | 0 | 123 | 115 | 10 | 543 | 123 | 66 |
| Binary | 11101011 | 100111 | 110111 | 0 | 1010011 | 1001101 | 1000 | 101100011 | 1010011 | 110110 |
Color Harmonies of #EB2737
Complementary color
Monochromatic Colors of #EB2737
Black with #EB2737
Text Example
Text Example
White with #EB2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2737; }
p { color: rgb(235,39,55); }
H1.HeaderClassName
{
color: #EB2737;
}
.AnyTagClassName
{
color: #EB2737;
}
</style>
background-color css
<style>
a { background-color: #EB2737; }
a { background-color: rgb(235,39,55); }
div.DivClassName
{
background-color: #EB2737;
}
.BgClassName
{
background-color: #EB2737;
}
</style>
border-color css
<style>
span { border-color: #EB2737; }
span { border-color: rgb(235,39,55); }
td.TdClassName
{
border-color: #EB2737;
}
.TagClassName
{
border-color: #EB2737;
}
</style>