Shades of Alizarin #EB2C2E
Tints of Alizarin #EB2C2E
RGB
CMYK
RGB Variations
Color information
#EB2C2E (or 0xEB2C2E) is known color: Alizarin. HEX triplet: EB, 2C and 2E. RGB value is (235,44,46). Sum of RGB (Red+Green+Blue) = 235+44+46=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C2E is #14D3D1. Grayscale: #656565. Windows color (decimal): -1364946 or 3026155. OLE color: 3026155.
HSL color Cylindrical-coordinate representation of color #EB2C2E: hue angle of 359.37º 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 #EB2C2E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 46 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.08 |
| HSL | 359.37º | 0.83% | 0.55% | - |
| HSV(B) | 359.37º | 0.81% | 0.92% | - |
| XYZ | 35.65 | 19.66 | 4.5 | - |
| YUV | 101.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 46 | 0 | 0.81 | 0.80 | 0.08 | 359.37 | 0.83 | 0.55 |
| Hex | EB | 2C | 2E | 0 | 51 | 50 | 8 | 167 | 53 | 37 |
| Octal | 353 | 54 | 56 | 0 | 121 | 120 | 10 | 547 | 123 | 67 |
| Binary | 11101011 | 101100 | 101110 | 0 | 1010001 | 1010000 | 1000 | 101100111 | 1010011 | 110111 |
Color Harmonies of #EB2C2E
Complementary color
Monochromatic Colors of #EB2C2E
Black with #EB2C2E
Text Example
Text Example
White with #EB2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C2E; }
p { color: rgb(235,44,46); }
H1.HeaderClassName
{
color: #EB2C2E;
}
.AnyTagClassName
{
color: #EB2C2E;
}
</style>
background-color css
<style>
a { background-color: #EB2C2E; }
a { background-color: rgb(235,44,46); }
div.DivClassName
{
background-color: #EB2C2E;
}
.BgClassName
{
background-color: #EB2C2E;
}
</style>
border-color css
<style>
span { border-color: #EB2C2E; }
span { border-color: rgb(235,44,46); }
td.TdClassName
{
border-color: #EB2C2E;
}
.TagClassName
{
border-color: #EB2C2E;
}
</style>