Shades of Alizarin #EB2D30
Tints of Alizarin #EB2D30
RGB
CMYK
RGB Variations
Color information
#EB2D30 (or 0xEB2D30) is known color: Alizarin. HEX triplet: EB, 2D and 30. RGB value is (235,45,48). Sum of RGB (Red+Green+Blue) = 235+45+48=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D30 is #14D2CF. Grayscale: #666666. Windows color (decimal): -1364688 or 3157483. OLE color: 3157483.
HSL color Cylindrical-coordinate representation of color #EB2D30: hue angle of 359.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D30 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 48 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.08 |
| HSL | 359.05º | 0.83% | 0.55% | - |
| HSV(B) | 359.05º | 0.81% | 0.92% | - |
| XYZ | 35.73 | 19.75 | 4.73 | - |
| YUV | 102.15 | 97.45 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 48 | 0 | 0.81 | 0.80 | 0.08 | 359.05 | 0.83 | 0.55 |
| Hex | EB | 2D | 30 | 0 | 51 | 50 | 8 | 167 | 53 | 37 |
| Octal | 353 | 55 | 60 | 0 | 121 | 120 | 10 | 547 | 123 | 67 |
| Binary | 11101011 | 101101 | 110000 | 0 | 1010001 | 1010000 | 1000 | 101100111 | 1010011 | 110111 |
Color Harmonies of #EB2D30
Complementary color
Monochromatic Colors of #EB2D30
Black with #EB2D30
Text Example
Text Example
White with #EB2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D30; }
p { color: rgb(235,45,48); }
H1.HeaderClassName
{
color: #EB2D30;
}
.AnyTagClassName
{
color: #EB2D30;
}
</style>
background-color css
<style>
a { background-color: #EB2D30; }
a { background-color: rgb(235,45,48); }
div.DivClassName
{
background-color: #EB2D30;
}
.BgClassName
{
background-color: #EB2D30;
}
</style>
border-color css
<style>
span { border-color: #EB2D30; }
span { border-color: rgb(235,45,48); }
td.TdClassName
{
border-color: #EB2D30;
}
.TagClassName
{
border-color: #EB2D30;
}
</style>