Shades of Alizarin #EF2324
Tints of Alizarin #EF2324
RGB
CMYK
RGB Variations
Color information
#EF2324 (or 0xEF2324) is known color: Alizarin. HEX triplet: EF, 23 and 24. RGB value is (239,35,36). Sum of RGB (Red+Green+Blue) = 239+35+36=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2324 is #10DCDB. Grayscale: #606060. Windows color (decimal): -1105116 or 2368495. OLE color: 2368495.
HSL color Cylindrical-coordinate representation of color #EF2324: hue angle of 359.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2324 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.06 |
| HSL | 359.71º | 0.86% | 0.54% | - |
| HSV(B) | 359.71º | 0.85% | 0.94% | - |
| XYZ | 36.52 | 19.68 | 3.54 | - |
| YUV | 96.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 36 | 0 | 0.85 | 0.85 | 0.06 | 359.71 | 0.86 | 0.54 |
| Hex | EF | 23 | 24 | 0 | 55 | 55 | 6 | 168 | 56 | 36 |
| Octal | 357 | 43 | 44 | 0 | 125 | 125 | 6 | 550 | 126 | 66 |
| Binary | 11101111 | 100011 | 100100 | 0 | 1010101 | 1010101 | 110 | 101101000 | 1010110 | 110110 |
Color Harmonies of #EF2324
Complementary color
Monochromatic Colors of #EF2324
Black with #EF2324
Text Example
Text Example
White with #EF2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2324; }
p { color: rgb(239,35,36); }
H1.HeaderClassName
{
color: #EF2324;
}
.AnyTagClassName
{
color: #EF2324;
}
</style>
background-color css
<style>
a { background-color: #EF2324; }
a { background-color: rgb(239,35,36); }
div.DivClassName
{
background-color: #EF2324;
}
.BgClassName
{
background-color: #EF2324;
}
</style>
border-color css
<style>
span { border-color: #EF2324; }
span { border-color: rgb(239,35,36); }
td.TdClassName
{
border-color: #EF2324;
}
.TagClassName
{
border-color: #EF2324;
}
</style>