Shades of Alizarin #EA212B
Tints of Alizarin #EA212B
RGB
CMYK
RGB Variations
Color information
#EA212B (or 0xEA212B) is known color: Alizarin. HEX triplet: EA, 21 and 2B. RGB value is (234,33,43). Sum of RGB (Red+Green+Blue) = 234+33+43=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA212B is #15DED4. Grayscale: #5E5E5E. Windows color (decimal): -1433301 or 2826730. OLE color: 2826730.
HSL color Cylindrical-coordinate representation of color #EA212B: hue angle of 357.01º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA212B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 43 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.08 |
| HSL | 357.01º | 0.83% | 0.52% | - |
| HSV(B) | 357.01º | 0.86% | 0.92% | - |
| XYZ | 34.91 | 18.75 | 4.07 | - |
| YUV | 94.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 43 | 0 | 0.86 | 0.82 | 0.08 | 357.01 | 0.83 | 0.52 |
| Hex | EA | 21 | 2B | 0 | 56 | 52 | 8 | 165 | 53 | 34 |
| Octal | 352 | 41 | 53 | 0 | 126 | 122 | 10 | 545 | 123 | 64 |
| Binary | 11101010 | 100001 | 101011 | 0 | 1010110 | 1010010 | 1000 | 101100101 | 1010011 | 110100 |
Color Harmonies of #EA212B
Complementary color
Monochromatic Colors of #EA212B
Black with #EA212B
Text Example
Text Example
White with #EA212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA212B; }
p { color: rgb(234,33,43); }
H1.HeaderClassName
{
color: #EA212B;
}
.AnyTagClassName
{
color: #EA212B;
}
</style>
background-color css
<style>
a { background-color: #EA212B; }
a { background-color: rgb(234,33,43); }
div.DivClassName
{
background-color: #EA212B;
}
.BgClassName
{
background-color: #EA212B;
}
</style>
border-color css
<style>
span { border-color: #EA212B; }
span { border-color: rgb(234,33,43); }
td.TdClassName
{
border-color: #EA212B;
}
.TagClassName
{
border-color: #EA212B;
}
</style>