Shades of Alizarin #EB2838
Tints of Alizarin #EB2838
RGB
CMYK
RGB Variations
Color information
#EB2838 (or 0xEB2838) is known color: Alizarin. HEX triplet: EB, 28 and 38. RGB value is (235,40,56). Sum of RGB (Red+Green+Blue) = 235+40+56=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2838 is #14D7C7. Grayscale: #646464. Windows color (decimal): -1365960 or 3680491. OLE color: 3680491.
HSL color Cylindrical-coordinate representation of color #EB2838: hue angle of 355.08º 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 #EB2838 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 56 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.08 |
| HSL | 355.08º | 0.83% | 0.54% | - |
| HSV(B) | 355.08º | 0.83% | 0.92% | - |
| XYZ | 35.73 | 19.47 | 5.62 | - |
| YUV | 100.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 56 | 0 | 0.83 | 0.76 | 0.08 | 355.08 | 0.83 | 0.54 |
| Hex | EB | 28 | 38 | 0 | 53 | 4C | 8 | 163 | 53 | 36 |
| Octal | 353 | 50 | 70 | 0 | 123 | 114 | 10 | 543 | 123 | 66 |
| Binary | 11101011 | 101000 | 111000 | 0 | 1010011 | 1001100 | 1000 | 101100011 | 1010011 | 110110 |
Color Harmonies of #EB2838
Complementary color
Monochromatic Colors of #EB2838
Black with #EB2838
Text Example
Text Example
White with #EB2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2838; }
p { color: rgb(235,40,56); }
H1.HeaderClassName
{
color: #EB2838;
}
.AnyTagClassName
{
color: #EB2838;
}
</style>
background-color css
<style>
a { background-color: #EB2838; }
a { background-color: rgb(235,40,56); }
div.DivClassName
{
background-color: #EB2838;
}
.BgClassName
{
background-color: #EB2838;
}
</style>
border-color css
<style>
span { border-color: #EB2838; }
span { border-color: rgb(235,40,56); }
td.TdClassName
{
border-color: #EB2838;
}
.TagClassName
{
border-color: #EB2838;
}
</style>