Shades of Alizarin #EB232C
Tints of Alizarin #EB232C
RGB
CMYK
RGB Variations
Color information
#EB232C (or 0xEB232C) is known color: Alizarin. HEX triplet: EB, 23 and 2C. RGB value is (235,35,44). Sum of RGB (Red+Green+Blue) = 235+35+44=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB232C is #14DCD3. Grayscale: #5F5F5F. Windows color (decimal): -1367252 or 2892779. OLE color: 2892779.
HSL color Cylindrical-coordinate representation of color #EB232C: hue angle of 357.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.08 |
| HSL | 357.3º | 0.83% | 0.53% | - |
| HSV(B) | 357.3º | 0.85% | 0.92% | - |
| XYZ | 35.32 | 19.05 | 4.2 | - |
| YUV | 95.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 44 | 0 | 0.85 | 0.81 | 0.08 | 357.3 | 0.83 | 0.53 |
| Hex | EB | 23 | 2C | 0 | 55 | 51 | 8 | 165 | 53 | 35 |
| Octal | 353 | 43 | 54 | 0 | 125 | 121 | 10 | 545 | 123 | 65 |
| Binary | 11101011 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EB232C
Complementary color
Monochromatic Colors of #EB232C
Black with #EB232C
Text Example
Text Example
White with #EB232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB232C; }
p { color: rgb(235,35,44); }
H1.HeaderClassName
{
color: #EB232C;
}
.AnyTagClassName
{
color: #EB232C;
}
</style>
background-color css
<style>
a { background-color: #EB232C; }
a { background-color: rgb(235,35,44); }
div.DivClassName
{
background-color: #EB232C;
}
.BgClassName
{
background-color: #EB232C;
}
</style>
border-color css
<style>
span { border-color: #EB232C; }
span { border-color: rgb(235,35,44); }
td.TdClassName
{
border-color: #EB232C;
}
.TagClassName
{
border-color: #EB232C;
}
</style>