Shades of Alizarin #EB373D
Tints of Alizarin #EB373D
RGB
CMYK
RGB Variations
Color information
#EB373D (or 0xEB373D) is known color: Alizarin. HEX triplet: EB, 37 and 3D. RGB value is (235,55,61). Sum of RGB (Red+Green+Blue) = 235+55+61=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB373D is #14C8C2. Grayscale: #6D6D6D. Windows color (decimal): -1362115 or 4012011. OLE color: 4012011.
HSL color Cylindrical-coordinate representation of color #EB373D: hue angle of 358º 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 #EB373D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 61 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.08 |
| HSL | 358º | 0.82% | 0.57% | - |
| HSV(B) | 358º | 0.77% | 0.92% | - |
| XYZ | 36.47 | 20.73 | 6.49 | - |
| YUV | 109.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 61 | 0 | 0.77 | 0.74 | 0.08 | 358 | 0.82 | 0.57 |
| Hex | EB | 37 | 3D | 0 | 4D | 4A | 8 | 166 | 52 | 39 |
| Octal | 353 | 67 | 75 | 0 | 115 | 112 | 10 | 546 | 122 | 71 |
| Binary | 11101011 | 110111 | 111101 | 0 | 1001101 | 1001010 | 1000 | 101100110 | 1010010 | 111001 |
Color Harmonies of #EB373D
Complementary color
Monochromatic Colors of #EB373D
Black with #EB373D
Text Example
Text Example
White with #EB373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB373D; }
p { color: rgb(235,55,61); }
H1.HeaderClassName
{
color: #EB373D;
}
.AnyTagClassName
{
color: #EB373D;
}
</style>
background-color css
<style>
a { background-color: #EB373D; }
a { background-color: rgb(235,55,61); }
div.DivClassName
{
background-color: #EB373D;
}
.BgClassName
{
background-color: #EB373D;
}
</style>
border-color css
<style>
span { border-color: #EB373D; }
span { border-color: rgb(235,55,61); }
td.TdClassName
{
border-color: #EB373D;
}
.TagClassName
{
border-color: #EB373D;
}
</style>