Shades of Alizarin #EF2240
Tints of Alizarin #EF2240
RGB
CMYK
RGB Variations
Color information
#EF2240 (or 0xEF2240) is known color: Alizarin. HEX triplet: EF, 22 and 40. RGB value is (239,34,64). Sum of RGB (Red+Green+Blue) = 239+34+64=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2240 is #10DDBF. Grayscale: #626262. Windows color (decimal): -1105344 or 4203247. OLE color: 4203247.
HSL color Cylindrical-coordinate representation of color #EF2240: hue angle of 351.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2240 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.06 |
| HSL | 351.22º | 0.86% | 0.54% | - |
| HSV(B) | 351.22º | 0.86% | 0.94% | - |
| XYZ | 37.09 | 19.86 | 6.73 | - |
| YUV | 98.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 64 | 0 | 0.86 | 0.73 | 0.06 | 351.22 | 0.86 | 0.54 |
| Hex | EF | 22 | 40 | 0 | 56 | 49 | 6 | 15F | 56 | 36 |
| Octal | 357 | 42 | 100 | 0 | 126 | 111 | 6 | 537 | 126 | 66 |
| Binary | 11101111 | 100010 | 1000000 | 0 | 1010110 | 1001001 | 110 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EF2240
Complementary color
Monochromatic Colors of #EF2240
Black with #EF2240
Text Example
Text Example
White with #EF2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2240; }
p { color: rgb(239,34,64); }
H1.HeaderClassName
{
color: #EF2240;
}
.AnyTagClassName
{
color: #EF2240;
}
</style>
background-color css
<style>
a { background-color: #EF2240; }
a { background-color: rgb(239,34,64); }
div.DivClassName
{
background-color: #EF2240;
}
.BgClassName
{
background-color: #EF2240;
}
</style>
border-color css
<style>
span { border-color: #EF2240; }
span { border-color: rgb(239,34,64); }
td.TdClassName
{
border-color: #EF2240;
}
.TagClassName
{
border-color: #EF2240;
}
</style>