Shades of Alizarin #EB242C
Tints of Alizarin #EB242C
RGB
CMYK
RGB Variations
Color information
#EB242C (or 0xEB242C) is known color: Alizarin. HEX triplet: EB, 24 and 2C. RGB value is (235,36,44). Sum of RGB (Red+Green+Blue) = 235+36+44=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB242C is #14DBD3. Grayscale: #606060. Windows color (decimal): -1366996 or 2893035. OLE color: 2893035.
HSL color Cylindrical-coordinate representation of color #EB242C: hue angle of 357.59º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB242C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.08 |
| HSL | 357.59º | 0.83% | 0.53% | - |
| HSV(B) | 357.59º | 0.85% | 0.92% | - |
| XYZ | 35.35 | 19.11 | 4.21 | - |
| YUV | 96.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 44 | 0 | 0.85 | 0.81 | 0.08 | 357.59 | 0.83 | 0.53 |
| Hex | EB | 24 | 2C | 0 | 55 | 51 | 8 | 166 | 53 | 35 |
| Octal | 353 | 44 | 54 | 0 | 125 | 121 | 10 | 546 | 123 | 65 |
| Binary | 11101011 | 100100 | 101100 | 0 | 1010101 | 1010001 | 1000 | 101100110 | 1010011 | 110101 |
Color Harmonies of #EB242C
Complementary color
Monochromatic Colors of #EB242C
Black with #EB242C
Text Example
Text Example
White with #EB242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB242C; }
p { color: rgb(235,36,44); }
H1.HeaderClassName
{
color: #EB242C;
}
.AnyTagClassName
{
color: #EB242C;
}
</style>
background-color css
<style>
a { background-color: #EB242C; }
a { background-color: rgb(235,36,44); }
div.DivClassName
{
background-color: #EB242C;
}
.BgClassName
{
background-color: #EB242C;
}
</style>
border-color css
<style>
span { border-color: #EB242C; }
span { border-color: rgb(235,36,44); }
td.TdClassName
{
border-color: #EB242C;
}
.TagClassName
{
border-color: #EB242C;
}
</style>