Shades of Alizarin #EB2736
Tints of Alizarin #EB2736
RGB
CMYK
RGB Variations
Color information
#EB2736 (or 0xEB2736) is known color: Alizarin. HEX triplet: EB, 27 and 36. RGB value is (235,39,54). Sum of RGB (Red+Green+Blue) = 235+39+54=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2736 is #14D8C9. Grayscale: #636363. Windows color (decimal): -1366218 or 3549163. OLE color: 3549163.
HSL color Cylindrical-coordinate representation of color #EB2736: hue angle of 355.41º 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 #EB2736 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 54 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.08 |
| HSL | 355.41º | 0.83% | 0.54% | - |
| HSV(B) | 355.41º | 0.83% | 0.92% | - |
| XYZ | 35.65 | 19.38 | 5.35 | - |
| YUV | 99.31 | 102.43 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 54 | 0 | 0.83 | 0.77 | 0.08 | 355.41 | 0.83 | 0.54 |
| Hex | EB | 27 | 36 | 0 | 53 | 4D | 8 | 163 | 53 | 36 |
| Octal | 353 | 47 | 66 | 0 | 123 | 115 | 10 | 543 | 123 | 66 |
| Binary | 11101011 | 100111 | 110110 | 0 | 1010011 | 1001101 | 1000 | 101100011 | 1010011 | 110110 |
Color Harmonies of #EB2736
Complementary color
Monochromatic Colors of #EB2736
Black with #EB2736
Text Example
Text Example
White with #EB2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2736; }
p { color: rgb(235,39,54); }
H1.HeaderClassName
{
color: #EB2736;
}
.AnyTagClassName
{
color: #EB2736;
}
</style>
background-color css
<style>
a { background-color: #EB2736; }
a { background-color: rgb(235,39,54); }
div.DivClassName
{
background-color: #EB2736;
}
.BgClassName
{
background-color: #EB2736;
}
</style>
border-color css
<style>
span { border-color: #EB2736; }
span { border-color: rgb(235,39,54); }
td.TdClassName
{
border-color: #EB2736;
}
.TagClassName
{
border-color: #EB2736;
}
</style>