Shades of Alizarin #EB2130
Tints of Alizarin #EB2130
RGB
CMYK
RGB Variations
Color information
#EB2130 (or 0xEB2130) is known color: Alizarin. HEX triplet: EB, 21 and 30. RGB value is (235,33,48). Sum of RGB (Red+Green+Blue) = 235+33+48=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2130 is #14DECF. Grayscale: #5F5F5F. Windows color (decimal): -1367760 or 3154411. OLE color: 3154411.
HSL color Cylindrical-coordinate representation of color #EB2130: hue angle of 355.54º 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 #EB2130 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 48 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.08 |
| HSL | 355.54º | 0.83% | 0.53% | - |
| HSV(B) | 355.54º | 0.86% | 0.92% | - |
| XYZ | 35.34 | 18.96 | 4.59 | - |
| YUV | 95.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 48 | 0 | 0.86 | 0.80 | 0.08 | 355.54 | 0.83 | 0.53 |
| Hex | EB | 21 | 30 | 0 | 56 | 50 | 8 | 164 | 53 | 35 |
| Octal | 353 | 41 | 60 | 0 | 126 | 120 | 10 | 544 | 123 | 65 |
| Binary | 11101011 | 100001 | 110000 | 0 | 1010110 | 1010000 | 1000 | 101100100 | 1010011 | 110101 |
Color Harmonies of #EB2130
Complementary color
Monochromatic Colors of #EB2130
Black with #EB2130
Text Example
Text Example
White with #EB2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2130; }
p { color: rgb(235,33,48); }
H1.HeaderClassName
{
color: #EB2130;
}
.AnyTagClassName
{
color: #EB2130;
}
</style>
background-color css
<style>
a { background-color: #EB2130; }
a { background-color: rgb(235,33,48); }
div.DivClassName
{
background-color: #EB2130;
}
.BgClassName
{
background-color: #EB2130;
}
</style>
border-color css
<style>
span { border-color: #EB2130; }
span { border-color: rgb(235,33,48); }
td.TdClassName
{
border-color: #EB2130;
}
.TagClassName
{
border-color: #EB2130;
}
</style>