Shades of Alizarin #EB2223
Tints of Alizarin #EB2223
RGB
CMYK
RGB Variations
Color information
#EB2223 (or 0xEB2223) is known color: Alizarin. HEX triplet: EB, 22 and 23. RGB value is (235,34,35). Sum of RGB (Red+Green+Blue) = 235+34+35=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2223 is #14DDDC. Grayscale: #5E5E5E. Windows color (decimal): -1367517 or 2302699. OLE color: 2302699.
HSL color Cylindrical-coordinate representation of color #EB2223: hue angle of 359.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2223 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 35 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.08 |
| HSL | 359.7º | 0.83% | 0.53% | - |
| HSV(B) | 359.7º | 0.86% | 0.92% | - |
| XYZ | 35.14 | 18.93 | 3.39 | - |
| YUV | 94.21 | 94.59 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 35 | 0 | 0.86 | 0.85 | 0.08 | 359.7 | 0.83 | 0.53 |
| Hex | EB | 22 | 23 | 0 | 56 | 55 | 8 | 168 | 53 | 35 |
| Octal | 353 | 42 | 43 | 0 | 126 | 125 | 10 | 550 | 123 | 65 |
| Binary | 11101011 | 100010 | 100011 | 0 | 1010110 | 1010101 | 1000 | 101101000 | 1010011 | 110101 |
Color Harmonies of #EB2223
Complementary color
Monochromatic Colors of #EB2223
Black with #EB2223
Text Example
Text Example
White with #EB2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2223; }
p { color: rgb(235,34,35); }
H1.HeaderClassName
{
color: #EB2223;
}
.AnyTagClassName
{
color: #EB2223;
}
</style>
background-color css
<style>
a { background-color: #EB2223; }
a { background-color: rgb(235,34,35); }
div.DivClassName
{
background-color: #EB2223;
}
.BgClassName
{
background-color: #EB2223;
}
</style>
border-color css
<style>
span { border-color: #EB2223; }
span { border-color: rgb(235,34,35); }
td.TdClassName
{
border-color: #EB2223;
}
.TagClassName
{
border-color: #EB2223;
}
</style>