Shades of Alizarin #EF1823
Tints of Alizarin #EF1823
RGB
CMYK
RGB Variations
Color information
#EF1823 (or 0xEF1823) is known color: Alizarin. HEX triplet: EF, 18 and 23. RGB value is (239,24,35). Sum of RGB (Red+Green+Blue) = 239+24+35=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1823 is #10E7DC. Grayscale: #595959. Windows color (decimal): -1107933 or 2300143. OLE color: 2300143.
HSL color Cylindrical-coordinate representation of color #EF1823: hue angle of 356.93º 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 #EF1823 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 35 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.06 |
| HSL | 356.93º | 0.87% | 0.52% | - |
| HSV(B) | 356.93º | 0.9% | 0.94% | - |
| XYZ | 36.23 | 19.13 | 3.37 | - |
| YUV | 89.54 | 97.23 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 35 | 0 | 0.90 | 0.85 | 0.06 | 356.93 | 0.87 | 0.52 |
| Hex | EF | 18 | 23 | 0 | 5A | 55 | 6 | 165 | 57 | 34 |
| Octal | 357 | 30 | 43 | 0 | 132 | 125 | 6 | 545 | 127 | 64 |
| Binary | 11101111 | 11000 | 100011 | 0 | 1011010 | 1010101 | 110 | 101100101 | 1010111 | 110100 |
Color Harmonies of #EF1823
Complementary color
Monochromatic Colors of #EF1823
Black with #EF1823
Text Example
Text Example
White with #EF1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1823; }
p { color: rgb(239,24,35); }
H1.HeaderClassName
{
color: #EF1823;
}
.AnyTagClassName
{
color: #EF1823;
}
</style>
background-color css
<style>
a { background-color: #EF1823; }
a { background-color: rgb(239,24,35); }
div.DivClassName
{
background-color: #EF1823;
}
.BgClassName
{
background-color: #EF1823;
}
</style>
border-color css
<style>
span { border-color: #EF1823; }
span { border-color: rgb(239,24,35); }
td.TdClassName
{
border-color: #EF1823;
}
.TagClassName
{
border-color: #EF1823;
}
</style>