Shades of Alizarin #EA222B
Tints of Alizarin #EA222B
RGB
CMYK
RGB Variations
Color information
#EA222B (or 0xEA222B) is known color: Alizarin. HEX triplet: EA, 22 and 2B. RGB value is (234,34,43). Sum of RGB (Red+Green+Blue) = 234+34+43=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA222B is #15DDD4. Grayscale: #5E5E5E. Windows color (decimal): -1433045 or 2826986. OLE color: 2826986.
HSL color Cylindrical-coordinate representation of color #EA222B: hue angle of 357.3º 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 #EA222B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.08 |
| HSL | 357.3º | 0.83% | 0.53% | - |
| HSV(B) | 357.3º | 0.85% | 0.92% | - |
| XYZ | 34.94 | 18.81 | 4.07 | - |
| YUV | 94.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 43 | 0 | 0.85 | 0.82 | 0.08 | 357.3 | 0.83 | 0.53 |
| Hex | EA | 22 | 2B | 0 | 55 | 52 | 8 | 165 | 53 | 35 |
| Octal | 352 | 42 | 53 | 0 | 125 | 122 | 10 | 545 | 123 | 65 |
| Binary | 11101010 | 100010 | 101011 | 0 | 1010101 | 1010010 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EA222B
Complementary color
Monochromatic Colors of #EA222B
Black with #EA222B
Text Example
Text Example
White with #EA222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA222B; }
p { color: rgb(234,34,43); }
H1.HeaderClassName
{
color: #EA222B;
}
.AnyTagClassName
{
color: #EA222B;
}
</style>
background-color css
<style>
a { background-color: #EA222B; }
a { background-color: rgb(234,34,43); }
div.DivClassName
{
background-color: #EA222B;
}
.BgClassName
{
background-color: #EA222B;
}
</style>
border-color css
<style>
span { border-color: #EA222B; }
span { border-color: rgb(234,34,43); }
td.TdClassName
{
border-color: #EA222B;
}
.TagClassName
{
border-color: #EA222B;
}
</style>