Shades of Alizarin #EB2227
Tints of Alizarin #EB2227
RGB
CMYK
RGB Variations
Color information
#EB2227 (or 0xEB2227) is known color: Alizarin. HEX triplet: EB, 22 and 27. RGB value is (235,34,39). Sum of RGB (Red+Green+Blue) = 235+34+39=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2227 is #14DDD8. Grayscale: #5E5E5E. Windows color (decimal): -1367513 or 2564843. OLE color: 2564843.
HSL color Cylindrical-coordinate representation of color #EB2227: hue angle of 358.51º 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 #EB2227 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 39 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.08 |
| HSL | 358.51º | 0.83% | 0.53% | - |
| HSV(B) | 358.51º | 0.86% | 0.92% | - |
| XYZ | 35.2 | 18.95 | 3.72 | - |
| YUV | 94.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 39 | 0 | 0.86 | 0.83 | 0.08 | 358.51 | 0.83 | 0.53 |
| Hex | EB | 22 | 27 | 0 | 56 | 53 | 8 | 167 | 53 | 35 |
| Octal | 353 | 42 | 47 | 0 | 126 | 123 | 10 | 547 | 123 | 65 |
| Binary | 11101011 | 100010 | 100111 | 0 | 1010110 | 1010011 | 1000 | 101100111 | 1010011 | 110101 |
Color Harmonies of #EB2227
Complementary color
Monochromatic Colors of #EB2227
Black with #EB2227
Text Example
Text Example
White with #EB2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2227; }
p { color: rgb(235,34,39); }
H1.HeaderClassName
{
color: #EB2227;
}
.AnyTagClassName
{
color: #EB2227;
}
</style>
background-color css
<style>
a { background-color: #EB2227; }
a { background-color: rgb(235,34,39); }
div.DivClassName
{
background-color: #EB2227;
}
.BgClassName
{
background-color: #EB2227;
}
</style>
border-color css
<style>
span { border-color: #EB2227; }
span { border-color: rgb(235,34,39); }
td.TdClassName
{
border-color: #EB2227;
}
.TagClassName
{
border-color: #EB2227;
}
</style>