Shades of Alizarin #EF2122
Tints of Alizarin #EF2122
RGB
CMYK
RGB Variations
Color information
#EF2122 (or 0xEF2122) is known color: Alizarin. HEX triplet: EF, 21 and 22. RGB value is (239,33,34). Sum of RGB (Red+Green+Blue) = 239+33+34=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2122 is #10DEDD. Grayscale: #5E5E5E. Windows color (decimal): -1105630 or 2236911. OLE color: 2236911.
HSL color Cylindrical-coordinate representation of color #EF2122: hue angle of 359.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2122 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 34 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.06 |
| HSL | 359.71º | 0.87% | 0.53% | - |
| HSV(B) | 359.71º | 0.86% | 0.94% | - |
| XYZ | 36.43 | 19.55 | 3.37 | - |
| YUV | 94.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 34 | 0 | 0.86 | 0.86 | 0.06 | 359.71 | 0.87 | 0.53 |
| Hex | EF | 21 | 22 | 0 | 56 | 56 | 6 | 168 | 57 | 35 |
| Octal | 357 | 41 | 42 | 0 | 126 | 126 | 6 | 550 | 127 | 65 |
| Binary | 11101111 | 100001 | 100010 | 0 | 1010110 | 1010110 | 110 | 101101000 | 1010111 | 110101 |
Color Harmonies of #EF2122
Complementary color
Monochromatic Colors of #EF2122
Black with #EF2122
Text Example
Text Example
White with #EF2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2122; }
p { color: rgb(239,33,34); }
H1.HeaderClassName
{
color: #EF2122;
}
.AnyTagClassName
{
color: #EF2122;
}
</style>
background-color css
<style>
a { background-color: #EF2122; }
a { background-color: rgb(239,33,34); }
div.DivClassName
{
background-color: #EF2122;
}
.BgClassName
{
background-color: #EF2122;
}
</style>
border-color css
<style>
span { border-color: #EF2122; }
span { border-color: rgb(239,33,34); }
td.TdClassName
{
border-color: #EF2122;
}
.TagClassName
{
border-color: #EF2122;
}
</style>