Shades of Alizarin #EF2021
Tints of Alizarin #EF2021
RGB
CMYK
RGB Variations
Color information
#EF2021 (or 0xEF2021) is known color: Alizarin. HEX triplet: EF, 20 and 21. RGB value is (239,32,33). Sum of RGB (Red+Green+Blue) = 239+32+33=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2021 is #10DFDE. Grayscale: #5E5E5E. Windows color (decimal): -1105887 or 2171119. OLE color: 2171119.
HSL color Cylindrical-coordinate representation of color #EF2021: 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.87%. Process color model (Four color, CMYK) of #EF2021 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 33 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.06 |
| HSL | 359.71º | 0.87% | 0.53% | - |
| HSV(B) | 359.71º | 0.87% | 0.94% | - |
| XYZ | 36.39 | 19.49 | 3.28 | - |
| YUV | 94.01 | 93.58 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 33 | 0 | 0.87 | 0.86 | 0.06 | 359.71 | 0.87 | 0.53 |
| Hex | EF | 20 | 21 | 0 | 57 | 56 | 6 | 168 | 57 | 35 |
| Octal | 357 | 40 | 41 | 0 | 127 | 126 | 6 | 550 | 127 | 65 |
| Binary | 11101111 | 100000 | 100001 | 0 | 1010111 | 1010110 | 110 | 101101000 | 1010111 | 110101 |
Color Harmonies of #EF2021
Complementary color
Monochromatic Colors of #EF2021
Black with #EF2021
Text Example
Text Example
White with #EF2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2021; }
p { color: rgb(239,32,33); }
H1.HeaderClassName
{
color: #EF2021;
}
.AnyTagClassName
{
color: #EF2021;
}
</style>
background-color css
<style>
a { background-color: #EF2021; }
a { background-color: rgb(239,32,33); }
div.DivClassName
{
background-color: #EF2021;
}
.BgClassName
{
background-color: #EF2021;
}
</style>
border-color css
<style>
span { border-color: #EF2021; }
span { border-color: rgb(239,32,33); }
td.TdClassName
{
border-color: #EF2021;
}
.TagClassName
{
border-color: #EF2021;
}
</style>