Shades of Alizarin #EB3C42
Tints of Alizarin #EB3C42
RGB
CMYK
RGB Variations
Color information
#EB3C42 (or 0xEB3C42) is known color: Alizarin. HEX triplet: EB, 3C and 42. RGB value is (235,60,66). Sum of RGB (Red+Green+Blue) = 235+60+66=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C42 is #14C3BD. Grayscale: #717171. Windows color (decimal): -1360830 or 4340971. OLE color: 4340971.
HSL color Cylindrical-coordinate representation of color #EB3C42: hue angle of 357.94º 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 #EB3C42 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 66 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.08 |
| HSL | 357.94º | 0.81% | 0.58% | - |
| HSV(B) | 357.94º | 0.74% | 0.92% | - |
| XYZ | 36.86 | 21.29 | 7.32 | - |
| YUV | 113.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 66 | 0 | 0.74 | 0.72 | 0.08 | 357.94 | 0.81 | 0.58 |
| Hex | EB | 3C | 42 | 0 | 4A | 48 | 8 | 166 | 51 | 3A |
| Octal | 353 | 74 | 102 | 0 | 112 | 110 | 10 | 546 | 121 | 72 |
| Binary | 11101011 | 111100 | 1000010 | 0 | 1001010 | 1001000 | 1000 | 101100110 | 1010001 | 111010 |
Color Harmonies of #EB3C42
Complementary color
Monochromatic Colors of #EB3C42
Black with #EB3C42
Text Example
Text Example
White with #EB3C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C42; }
p { color: rgb(235,60,66); }
H1.HeaderClassName
{
color: #EB3C42;
}
.AnyTagClassName
{
color: #EB3C42;
}
</style>
background-color css
<style>
a { background-color: #EB3C42; }
a { background-color: rgb(235,60,66); }
div.DivClassName
{
background-color: #EB3C42;
}
.BgClassName
{
background-color: #EB3C42;
}
</style>
border-color css
<style>
span { border-color: #EB3C42; }
span { border-color: rgb(235,60,66); }
td.TdClassName
{
border-color: #EB3C42;
}
.TagClassName
{
border-color: #EB3C42;
}
</style>