Shades of Alizarin #EF2340
Tints of Alizarin #EF2340
RGB
CMYK
RGB Variations
Color information
#EF2340 (or 0xEF2340) is known color: Alizarin. HEX triplet: EF, 23 and 40. RGB value is (239,35,64). Sum of RGB (Red+Green+Blue) = 239+35+64=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2340 is #10DCBF. Grayscale: #636363. Windows color (decimal): -1105088 or 4203503. OLE color: 4203503.
HSL color Cylindrical-coordinate representation of color #EF2340: hue angle of 351.47º 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 #EF2340 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 64 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.06 |
| HSL | 351.47º | 0.86% | 0.54% | - |
| HSV(B) | 351.47º | 0.85% | 0.94% | - |
| XYZ | 37.12 | 19.92 | 6.74 | - |
| YUV | 99.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 64 | 0 | 0.85 | 0.73 | 0.06 | 351.47 | 0.86 | 0.54 |
| Hex | EF | 23 | 40 | 0 | 55 | 49 | 6 | 15F | 56 | 36 |
| Octal | 357 | 43 | 100 | 0 | 125 | 111 | 6 | 537 | 126 | 66 |
| Binary | 11101111 | 100011 | 1000000 | 0 | 1010101 | 1001001 | 110 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EF2340
Complementary color
Monochromatic Colors of #EF2340
Black with #EF2340
Text Example
Text Example
White with #EF2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2340; }
p { color: rgb(239,35,64); }
H1.HeaderClassName
{
color: #EF2340;
}
.AnyTagClassName
{
color: #EF2340;
}
</style>
background-color css
<style>
a { background-color: #EF2340; }
a { background-color: rgb(239,35,64); }
div.DivClassName
{
background-color: #EF2340;
}
.BgClassName
{
background-color: #EF2340;
}
</style>
border-color css
<style>
span { border-color: #EF2340; }
span { border-color: rgb(239,35,64); }
td.TdClassName
{
border-color: #EF2340;
}
.TagClassName
{
border-color: #EF2340;
}
</style>