Shades of Alizarin #EA242E
Tints of Alizarin #EA242E
RGB
CMYK
RGB Variations
Color information
#EA242E (or 0xEA242E) is known color: Alizarin. HEX triplet: EA, 24 and 2E. RGB value is (234,36,46). Sum of RGB (Red+Green+Blue) = 234+36+46=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA242E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA242E is #15DBD1. Grayscale: #606060. Windows color (decimal): -1432530 or 3024106. OLE color: 3024106.
HSL color Cylindrical-coordinate representation of color #EA242E: hue angle of 356.97º 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 #EA242E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 46 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.08 |
| HSL | 356.97º | 0.83% | 0.53% | - |
| HSV(B) | 356.97º | 0.85% | 0.92% | - |
| XYZ | 35.06 | 18.95 | 4.4 | - |
| YUV | 96.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 46 | 0 | 0.85 | 0.80 | 0.08 | 356.97 | 0.83 | 0.53 |
| Hex | EA | 24 | 2E | 0 | 55 | 50 | 8 | 165 | 52 | 35 |
| Octal | 352 | 44 | 56 | 0 | 125 | 120 | 10 | 545 | 122 | 65 |
| Binary | 11101010 | 100100 | 101110 | 0 | 1010101 | 1010000 | 1000 | 101100101 | 1010010 | 110101 |
Color Harmonies of #EA242E
Complementary color
Monochromatic Colors of #EA242E
Black with #EA242E
Text Example
Text Example
White with #EA242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA242E; }
p { color: rgb(234,36,46); }
H1.HeaderClassName
{
color: #EA242E;
}
.AnyTagClassName
{
color: #EA242E;
}
</style>
background-color css
<style>
a { background-color: #EA242E; }
a { background-color: rgb(234,36,46); }
div.DivClassName
{
background-color: #EA242E;
}
.BgClassName
{
background-color: #EA242E;
}
</style>
border-color css
<style>
span { border-color: #EA242E; }
span { border-color: rgb(234,36,46); }
td.TdClassName
{
border-color: #EA242E;
}
.TagClassName
{
border-color: #EA242E;
}
</style>