Shades of Alizarin #EF1821
Tints of Alizarin #EF1821
RGB
CMYK
RGB Variations
Color information
#EF1821 (or 0xEF1821) is known color: Alizarin. HEX triplet: EF, 18 and 21. RGB value is (239,24,33). Sum of RGB (Red+Green+Blue) = 239+24+33=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1821 is #10E7DE. Grayscale: #595959. Windows color (decimal): -1107935 or 2169071. OLE color: 2169071.
HSL color Cylindrical-coordinate representation of color #EF1821: hue angle of 357.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1821 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.06 |
| HSL | 357.49º | 0.87% | 0.52% | - |
| HSV(B) | 357.49º | 0.9% | 0.94% | - |
| XYZ | 36.2 | 19.11 | 3.22 | - |
| YUV | 89.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 33 | 0 | 0.90 | 0.86 | 0.06 | 357.49 | 0.87 | 0.52 |
| Hex | EF | 18 | 21 | 0 | 5A | 56 | 6 | 165 | 57 | 34 |
| Octal | 357 | 30 | 41 | 0 | 132 | 126 | 6 | 545 | 127 | 64 |
| Binary | 11101111 | 11000 | 100001 | 0 | 1011010 | 1010110 | 110 | 101100101 | 1010111 | 110100 |
Color Harmonies of #EF1821
Complementary color
Monochromatic Colors of #EF1821
Black with #EF1821
Text Example
Text Example
White with #EF1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1821; }
p { color: rgb(239,24,33); }
H1.HeaderClassName
{
color: #EF1821;
}
.AnyTagClassName
{
color: #EF1821;
}
</style>
background-color css
<style>
a { background-color: #EF1821; }
a { background-color: rgb(239,24,33); }
div.DivClassName
{
background-color: #EF1821;
}
.BgClassName
{
background-color: #EF1821;
}
</style>
border-color css
<style>
span { border-color: #EF1821; }
span { border-color: rgb(239,24,33); }
td.TdClassName
{
border-color: #EF1821;
}
.TagClassName
{
border-color: #EF1821;
}
</style>