Shades of Alizarin #EB3C40
Tints of Alizarin #EB3C40
RGB
CMYK
RGB Variations
Color information
#EB3C40 (or 0xEB3C40) is known color: Alizarin. HEX triplet: EB, 3C and 40. RGB value is (235,60,64). Sum of RGB (Red+Green+Blue) = 235+60+64=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C40 is #14C3BF. Grayscale: #707070. Windows color (decimal): -1360832 or 4209899. OLE color: 4209899.
HSL color Cylindrical-coordinate representation of color #EB3C40: hue angle of 358.63º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C40 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 64 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.08 |
| HSL | 358.63º | 0.81% | 0.58% | - |
| HSV(B) | 358.63º | 0.74% | 0.92% | - |
| XYZ | 36.8 | 21.26 | 7.02 | - |
| YUV | 112.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 64 | 0 | 0.74 | 0.73 | 0.08 | 358.63 | 0.81 | 0.58 |
| Hex | EB | 3C | 40 | 0 | 4A | 49 | 8 | 167 | 51 | 3A |
| Octal | 353 | 74 | 100 | 0 | 112 | 111 | 10 | 547 | 121 | 72 |
| Binary | 11101011 | 111100 | 1000000 | 0 | 1001010 | 1001001 | 1000 | 101100111 | 1010001 | 111010 |
Color Harmonies of #EB3C40
Complementary color
Monochromatic Colors of #EB3C40
Black with #EB3C40
Text Example
Text Example
White with #EB3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C40; }
p { color: rgb(235,60,64); }
H1.HeaderClassName
{
color: #EB3C40;
}
.AnyTagClassName
{
color: #EB3C40;
}
</style>
background-color css
<style>
a { background-color: #EB3C40; }
a { background-color: rgb(235,60,64); }
div.DivClassName
{
background-color: #EB3C40;
}
.BgClassName
{
background-color: #EB3C40;
}
</style>
border-color css
<style>
span { border-color: #EB3C40; }
span { border-color: rgb(235,60,64); }
td.TdClassName
{
border-color: #EB3C40;
}
.TagClassName
{
border-color: #EB3C40;
}
</style>