Shades of Alizarin #EA242C
Tints of Alizarin #EA242C
RGB
CMYK
RGB Variations
Color information
#EA242C (or 0xEA242C) is known color: Alizarin. HEX triplet: EA, 24 and 2C. RGB value is (234,36,44). Sum of RGB (Red+Green+Blue) = 234+36+44=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA242C is #15DBD3. Grayscale: #606060. Windows color (decimal): -1432532 or 2893034. OLE color: 2893034.
HSL color Cylindrical-coordinate representation of color #EA242C: hue angle of 357.58º degrees, saturation: 0.82, 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 #EA242C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.08 |
| HSL | 357.58º | 0.83% | 0.53% | - |
| HSV(B) | 357.58º | 0.85% | 0.92% | - |
| XYZ | 35.02 | 18.94 | 4.19 | - |
| YUV | 96.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 44 | 0 | 0.85 | 0.81 | 0.08 | 357.58 | 0.83 | 0.53 |
| Hex | EA | 24 | 2C | 0 | 55 | 51 | 8 | 166 | 52 | 35 |
| Octal | 352 | 44 | 54 | 0 | 125 | 121 | 10 | 546 | 122 | 65 |
| Binary | 11101010 | 100100 | 101100 | 0 | 1010101 | 1010001 | 1000 | 101100110 | 1010010 | 110101 |
Color Harmonies of #EA242C
Complementary color
Monochromatic Colors of #EA242C
Black with #EA242C
Text Example
Text Example
White with #EA242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA242C; }
p { color: rgb(234,36,44); }
H1.HeaderClassName
{
color: #EA242C;
}
.AnyTagClassName
{
color: #EA242C;
}
</style>
background-color css
<style>
a { background-color: #EA242C; }
a { background-color: rgb(234,36,44); }
div.DivClassName
{
background-color: #EA242C;
}
.BgClassName
{
background-color: #EA242C;
}
</style>
border-color css
<style>
span { border-color: #EA242C; }
span { border-color: rgb(234,36,44); }
td.TdClassName
{
border-color: #EA242C;
}
.TagClassName
{
border-color: #EA242C;
}
</style>