Shades of Alizarin #EA232C
Tints of Alizarin #EA232C
RGB
CMYK
RGB Variations
Color information
#EA232C (or 0xEA232C) is known color: Alizarin. HEX triplet: EA, 23 and 2C. RGB value is (234,35,44). Sum of RGB (Red+Green+Blue) = 234+35+44=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA232C is #15DCD3. Grayscale: #5F5F5F. Windows color (decimal): -1432788 or 2892778. OLE color: 2892778.
HSL color Cylindrical-coordinate representation of color #EA232C: hue angle of 357.29º 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 #EA232C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.08 |
| HSL | 357.29º | 0.83% | 0.53% | - |
| HSV(B) | 357.29º | 0.85% | 0.92% | - |
| XYZ | 34.99 | 18.88 | 4.18 | - |
| YUV | 95.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 44 | 0 | 0.85 | 0.81 | 0.08 | 357.29 | 0.83 | 0.53 |
| Hex | EA | 23 | 2C | 0 | 55 | 51 | 8 | 165 | 53 | 35 |
| Octal | 352 | 43 | 54 | 0 | 125 | 121 | 10 | 545 | 123 | 65 |
| Binary | 11101010 | 100011 | 101100 | 0 | 1010101 | 1010001 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EA232C
Complementary color
Monochromatic Colors of #EA232C
Black with #EA232C
Text Example
Text Example
White with #EA232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA232C; }
p { color: rgb(234,35,44); }
H1.HeaderClassName
{
color: #EA232C;
}
.AnyTagClassName
{
color: #EA232C;
}
</style>
background-color css
<style>
a { background-color: #EA232C; }
a { background-color: rgb(234,35,44); }
div.DivClassName
{
background-color: #EA232C;
}
.BgClassName
{
background-color: #EA232C;
}
</style>
border-color css
<style>
span { border-color: #EA232C; }
span { border-color: rgb(234,35,44); }
td.TdClassName
{
border-color: #EA232C;
}
.TagClassName
{
border-color: #EA232C;
}
</style>