Shades of Alizarin #EB232E
Tints of Alizarin #EB232E
RGB
CMYK
RGB Variations
Color information
#EB232E (or 0xEB232E) is known color: Alizarin. HEX triplet: EB, 23 and 2E. RGB value is (235,35,46). Sum of RGB (Red+Green+Blue) = 235+35+46=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB232E is #14DCD1. Grayscale: #606060. Windows color (decimal): -1367250 or 3023851. OLE color: 3023851.
HSL color Cylindrical-coordinate representation of color #EB232E: hue angle of 356.7º 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 #EB232E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.08 |
| HSL | 356.7º | 0.83% | 0.53% | - |
| HSV(B) | 356.7º | 0.85% | 0.92% | - |
| XYZ | 35.36 | 19.06 | 4.4 | - |
| YUV | 96.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 46 | 0 | 0.85 | 0.80 | 0.08 | 356.7 | 0.83 | 0.53 |
| Hex | EB | 23 | 2E | 0 | 55 | 50 | 8 | 165 | 53 | 35 |
| Octal | 353 | 43 | 56 | 0 | 125 | 120 | 10 | 545 | 123 | 65 |
| Binary | 11101011 | 100011 | 101110 | 0 | 1010101 | 1010000 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EB232E
Complementary color
Monochromatic Colors of #EB232E
Black with #EB232E
Text Example
Text Example
White with #EB232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB232E; }
p { color: rgb(235,35,46); }
H1.HeaderClassName
{
color: #EB232E;
}
.AnyTagClassName
{
color: #EB232E;
}
</style>
background-color css
<style>
a { background-color: #EB232E; }
a { background-color: rgb(235,35,46); }
div.DivClassName
{
background-color: #EB232E;
}
.BgClassName
{
background-color: #EB232E;
}
</style>
border-color css
<style>
span { border-color: #EB232E; }
span { border-color: rgb(235,35,46); }
td.TdClassName
{
border-color: #EB232E;
}
.TagClassName
{
border-color: #EB232E;
}
</style>