Shades of Alizarin #EF2140
Tints of Alizarin #EF2140
RGB
CMYK
RGB Variations
Color information
#EF2140 (or 0xEF2140) is known color: Alizarin. HEX triplet: EF, 21 and 40. RGB value is (239,33,64). Sum of RGB (Red+Green+Blue) = 239+33+64=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2140 is #10DEBF. Grayscale: #626262. Windows color (decimal): -1105600 or 4202991. OLE color: 4202991.
HSL color Cylindrical-coordinate representation of color #EF2140: hue angle of 350.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2140 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.06 |
| HSL | 350.97º | 0.87% | 0.53% | - |
| HSV(B) | 350.97º | 0.86% | 0.94% | - |
| XYZ | 37.07 | 19.81 | 6.72 | - |
| YUV | 98.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 64 | 0 | 0.86 | 0.73 | 0.06 | 350.97 | 0.87 | 0.53 |
| Hex | EF | 21 | 40 | 0 | 56 | 49 | 6 | 15F | 57 | 35 |
| Octal | 357 | 41 | 100 | 0 | 126 | 111 | 6 | 537 | 127 | 65 |
| Binary | 11101111 | 100001 | 1000000 | 0 | 1010110 | 1001001 | 110 | 101011111 | 1010111 | 110101 |
Color Harmonies of #EF2140
Complementary color
Monochromatic Colors of #EF2140
Black with #EF2140
Text Example
Text Example
White with #EF2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2140; }
p { color: rgb(239,33,64); }
H1.HeaderClassName
{
color: #EF2140;
}
.AnyTagClassName
{
color: #EF2140;
}
</style>
background-color css
<style>
a { background-color: #EF2140; }
a { background-color: rgb(239,33,64); }
div.DivClassName
{
background-color: #EF2140;
}
.BgClassName
{
background-color: #EF2140;
}
</style>
border-color css
<style>
span { border-color: #EF2140; }
span { border-color: rgb(239,33,64); }
td.TdClassName
{
border-color: #EF2140;
}
.TagClassName
{
border-color: #EF2140;
}
</style>