Shades of Alizarin #EB373A
Tints of Alizarin #EB373A
RGB
CMYK
RGB Variations
Color information
#EB373A (or 0xEB373A) is known color: Alizarin. HEX triplet: EB, 37 and 3A. RGB value is (235,55,58). Sum of RGB (Red+Green+Blue) = 235+55+58=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB373A is #14C8C5. Grayscale: #6D6D6D. Windows color (decimal): -1362118 or 3815403. OLE color: 3815403.
HSL color Cylindrical-coordinate representation of color #EB373A: hue angle of 359º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB373A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 58 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.08 |
| HSL | 359º | 0.82% | 0.57% | - |
| HSV(B) | 359º | 0.77% | 0.92% | - |
| XYZ | 36.39 | 20.7 | 6.08 | - |
| YUV | 109.16 | 99.13 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 58 | 0 | 0.77 | 0.75 | 0.08 | 359 | 0.82 | 0.57 |
| Hex | EB | 37 | 3A | 0 | 4D | 4B | 8 | 167 | 52 | 39 |
| Octal | 353 | 67 | 72 | 0 | 115 | 113 | 10 | 547 | 122 | 71 |
| Binary | 11101011 | 110111 | 111010 | 0 | 1001101 | 1001011 | 1000 | 101100111 | 1010010 | 111001 |
Color Harmonies of #EB373A
Complementary color
Monochromatic Colors of #EB373A
Black with #EB373A
Text Example
Text Example
White with #EB373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB373A; }
p { color: rgb(235,55,58); }
H1.HeaderClassName
{
color: #EB373A;
}
.AnyTagClassName
{
color: #EB373A;
}
</style>
background-color css
<style>
a { background-color: #EB373A; }
a { background-color: rgb(235,55,58); }
div.DivClassName
{
background-color: #EB373A;
}
.BgClassName
{
background-color: #EB373A;
}
</style>
border-color css
<style>
span { border-color: #EB373A; }
span { border-color: rgb(235,55,58); }
td.TdClassName
{
border-color: #EB373A;
}
.TagClassName
{
border-color: #EB373A;
}
</style>