Shades of Alizarin #EF1822
Tints of Alizarin #EF1822
RGB
CMYK
RGB Variations
Color information
#EF1822 (or 0xEF1822) is known color: Alizarin. HEX triplet: EF, 18 and 22. RGB value is (239,24,34). Sum of RGB (Red+Green+Blue) = 239+24+34=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1822 is #10E7DD. Grayscale: #595959. Windows color (decimal): -1107934 or 2234607. OLE color: 2234607.
HSL color Cylindrical-coordinate representation of color #EF1822: hue angle of 357.21º 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 #EF1822 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 34 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.06 |
| HSL | 357.21º | 0.87% | 0.52% | - |
| HSV(B) | 357.21º | 0.9% | 0.94% | - |
| XYZ | 36.21 | 19.12 | 3.3 | - |
| YUV | 89.43 | 96.73 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 34 | 0 | 0.90 | 0.86 | 0.06 | 357.21 | 0.87 | 0.52 |
| Hex | EF | 18 | 22 | 0 | 5A | 56 | 6 | 165 | 57 | 34 |
| Octal | 357 | 30 | 42 | 0 | 132 | 126 | 6 | 545 | 127 | 64 |
| Binary | 11101111 | 11000 | 100010 | 0 | 1011010 | 1010110 | 110 | 101100101 | 1010111 | 110100 |
Color Harmonies of #EF1822
Complementary color
Monochromatic Colors of #EF1822
Black with #EF1822
Text Example
Text Example
White with #EF1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1822; }
p { color: rgb(239,24,34); }
H1.HeaderClassName
{
color: #EF1822;
}
.AnyTagClassName
{
color: #EF1822;
}
</style>
background-color css
<style>
a { background-color: #EF1822; }
a { background-color: rgb(239,24,34); }
div.DivClassName
{
background-color: #EF1822;
}
.BgClassName
{
background-color: #EF1822;
}
</style>
border-color css
<style>
span { border-color: #EF1822; }
span { border-color: rgb(239,24,34); }
td.TdClassName
{
border-color: #EF1822;
}
.TagClassName
{
border-color: #EF1822;
}
</style>