Shades of Alizarin #EF1921
Tints of Alizarin #EF1921
RGB
CMYK
RGB Variations
Color information
#EF1921 (or 0xEF1921) is known color: Alizarin. HEX triplet: EF, 19 and 21. RGB value is (239,25,33). Sum of RGB (Red+Green+Blue) = 239+25+33=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1921 is #10E6DE. Grayscale: #5A5A5A. Windows color (decimal): -1107679 or 2169327. OLE color: 2169327.
HSL color Cylindrical-coordinate representation of color #EF1921: hue angle of 357.76º 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 #EF1921 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.06 |
| HSL | 357.76º | 0.87% | 0.52% | - |
| HSV(B) | 357.76º | 0.9% | 0.94% | - |
| XYZ | 36.22 | 19.16 | 3.23 | - |
| YUV | 89.9 | 95.9 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 33 | 0 | 0.90 | 0.86 | 0.06 | 357.76 | 0.87 | 0.52 |
| Hex | EF | 19 | 21 | 0 | 5A | 56 | 6 | 166 | 57 | 34 |
| Octal | 357 | 31 | 41 | 0 | 132 | 126 | 6 | 546 | 127 | 64 |
| Binary | 11101111 | 11001 | 100001 | 0 | 1011010 | 1010110 | 110 | 101100110 | 1010111 | 110100 |
Color Harmonies of #EF1921
Complementary color
Monochromatic Colors of #EF1921
Black with #EF1921
Text Example
Text Example
White with #EF1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1921; }
p { color: rgb(239,25,33); }
H1.HeaderClassName
{
color: #EF1921;
}
.AnyTagClassName
{
color: #EF1921;
}
</style>
background-color css
<style>
a { background-color: #EF1921; }
a { background-color: rgb(239,25,33); }
div.DivClassName
{
background-color: #EF1921;
}
.BgClassName
{
background-color: #EF1921;
}
</style>
border-color css
<style>
span { border-color: #EF1921; }
span { border-color: rgb(239,25,33); }
td.TdClassName
{
border-color: #EF1921;
}
.TagClassName
{
border-color: #EF1921;
}
</style>