Shades of Alizarin #EB2936
Tints of Alizarin #EB2936
RGB
CMYK
RGB Variations
Color information
#EB2936 (or 0xEB2936) is known color: Alizarin. HEX triplet: EB, 29 and 36. RGB value is (235,41,54). Sum of RGB (Red+Green+Blue) = 235+41+54=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2936 is #14D6C9. Grayscale: #646464. Windows color (decimal): -1365706 or 3549675. OLE color: 3549675.
HSL color Cylindrical-coordinate representation of color #EB2936: hue angle of 355.98º 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 #EB2936 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 54 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.08 |
| HSL | 355.98º | 0.83% | 0.54% | - |
| HSV(B) | 355.98º | 0.83% | 0.92% | - |
| XYZ | 35.72 | 19.51 | 5.37 | - |
| YUV | 100.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 54 | 0 | 0.83 | 0.77 | 0.08 | 355.98 | 0.83 | 0.54 |
| Hex | EB | 29 | 36 | 0 | 53 | 4D | 8 | 164 | 53 | 36 |
| Octal | 353 | 51 | 66 | 0 | 123 | 115 | 10 | 544 | 123 | 66 |
| Binary | 11101011 | 101001 | 110110 | 0 | 1010011 | 1001101 | 1000 | 101100100 | 1010011 | 110110 |
Color Harmonies of #EB2936
Complementary color
Monochromatic Colors of #EB2936
Black with #EB2936
Text Example
Text Example
White with #EB2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2936; }
p { color: rgb(235,41,54); }
H1.HeaderClassName
{
color: #EB2936;
}
.AnyTagClassName
{
color: #EB2936;
}
</style>
background-color css
<style>
a { background-color: #EB2936; }
a { background-color: rgb(235,41,54); }
div.DivClassName
{
background-color: #EB2936;
}
.BgClassName
{
background-color: #EB2936;
}
</style>
border-color css
<style>
span { border-color: #EB2936; }
span { border-color: rgb(235,41,54); }
td.TdClassName
{
border-color: #EB2936;
}
.TagClassName
{
border-color: #EB2936;
}
</style>