Shades of Alizarin #EB373E
Tints of Alizarin #EB373E
RGB
CMYK
RGB Variations
Color information
#EB373E (or 0xEB373E) is known color: Alizarin. HEX triplet: EB, 37 and 3E. RGB value is (235,55,62). Sum of RGB (Red+Green+Blue) = 235+55+62=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB373E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB373E is #14C8C1. Grayscale: #6D6D6D. Windows color (decimal): -1362114 or 4077547. OLE color: 4077547.
HSL color Cylindrical-coordinate representation of color #EB373E: hue angle of 357.67º 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 #EB373E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 62 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.08 |
| HSL | 357.67º | 0.82% | 0.57% | - |
| HSV(B) | 357.67º | 0.77% | 0.92% | - |
| XYZ | 36.5 | 20.74 | 6.64 | - |
| YUV | 109.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 62 | 0 | 0.77 | 0.74 | 0.08 | 357.67 | 0.82 | 0.57 |
| Hex | EB | 37 | 3E | 0 | 4D | 4A | 8 | 166 | 52 | 39 |
| Octal | 353 | 67 | 76 | 0 | 115 | 112 | 10 | 546 | 122 | 71 |
| Binary | 11101011 | 110111 | 111110 | 0 | 1001101 | 1001010 | 1000 | 101100110 | 1010010 | 111001 |
Color Harmonies of #EB373E
Complementary color
Monochromatic Colors of #EB373E
Black with #EB373E
Text Example
Text Example
White with #EB373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB373E; }
p { color: rgb(235,55,62); }
H1.HeaderClassName
{
color: #EB373E;
}
.AnyTagClassName
{
color: #EB373E;
}
</style>
background-color css
<style>
a { background-color: #EB373E; }
a { background-color: rgb(235,55,62); }
div.DivClassName
{
background-color: #EB373E;
}
.BgClassName
{
background-color: #EB373E;
}
</style>
border-color css
<style>
span { border-color: #EB373E; }
span { border-color: rgb(235,55,62); }
td.TdClassName
{
border-color: #EB373E;
}
.TagClassName
{
border-color: #EB373E;
}
</style>