Shades of Alizarin #EB2829
Tints of Alizarin #EB2829
RGB
CMYK
RGB Variations
Color information
#EB2829 (or 0xEB2829) is known color: Alizarin. HEX triplet: EB, 28 and 29. RGB value is (235,40,41). Sum of RGB (Red+Green+Blue) = 235+40+41=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2829 is #14D7D6. Grayscale: #626262. Windows color (decimal): -1365975 or 2697451. OLE color: 2697451.
HSL color Cylindrical-coordinate representation of color #EB2829: hue angle of 359.69º 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 #EB2829 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 41 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.08 |
| HSL | 359.69º | 0.83% | 0.54% | - |
| HSV(B) | 359.69º | 0.83% | 0.92% | - |
| XYZ | 35.42 | 19.34 | 3.96 | - |
| YUV | 98.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 41 | 0 | 0.83 | 0.83 | 0.08 | 359.69 | 0.83 | 0.54 |
| Hex | EB | 28 | 29 | 0 | 53 | 53 | 8 | 168 | 53 | 36 |
| Octal | 353 | 50 | 51 | 0 | 123 | 123 | 10 | 550 | 123 | 66 |
| Binary | 11101011 | 101000 | 101001 | 0 | 1010011 | 1010011 | 1000 | 101101000 | 1010011 | 110110 |
Color Harmonies of #EB2829
Complementary color
Monochromatic Colors of #EB2829
Black with #EB2829
Text Example
Text Example
White with #EB2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2829; }
p { color: rgb(235,40,41); }
H1.HeaderClassName
{
color: #EB2829;
}
.AnyTagClassName
{
color: #EB2829;
}
</style>
background-color css
<style>
a { background-color: #EB2829; }
a { background-color: rgb(235,40,41); }
div.DivClassName
{
background-color: #EB2829;
}
.BgClassName
{
background-color: #EB2829;
}
</style>
border-color css
<style>
span { border-color: #EB2829; }
span { border-color: rgb(235,40,41); }
td.TdClassName
{
border-color: #EB2829;
}
.TagClassName
{
border-color: #EB2829;
}
</style>