Shades of Alizarin #EF2039
Tints of Alizarin #EF2039
RGB
CMYK
RGB Variations
Color information
#EF2039 (or 0xEF2039) is known color: Alizarin. HEX triplet: EF, 20 and 39. RGB value is (239,32,57). Sum of RGB (Red+Green+Blue) = 239+32+57=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2039 is #10DFC6. Grayscale: #606060. Windows color (decimal): -1105863 or 3743983. OLE color: 3743983.
HSL color Cylindrical-coordinate representation of color #EF2039: hue angle of 352.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2039 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 57 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.06 |
| HSL | 352.75º | 0.87% | 0.53% | - |
| HSV(B) | 352.75º | 0.87% | 0.94% | - |
| XYZ | 36.85 | 19.68 | 5.73 | - |
| YUV | 96.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 57 | 0 | 0.87 | 0.76 | 0.06 | 352.75 | 0.87 | 0.53 |
| Hex | EF | 20 | 39 | 0 | 57 | 4C | 6 | 161 | 57 | 35 |
| Octal | 357 | 40 | 71 | 0 | 127 | 114 | 6 | 541 | 127 | 65 |
| Binary | 11101111 | 100000 | 111001 | 0 | 1010111 | 1001100 | 110 | 101100001 | 1010111 | 110101 |
Color Harmonies of #EF2039
Complementary color
Monochromatic Colors of #EF2039
Black with #EF2039
Text Example
Text Example
White with #EF2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2039; }
p { color: rgb(239,32,57); }
H1.HeaderClassName
{
color: #EF2039;
}
.AnyTagClassName
{
color: #EF2039;
}
</style>
background-color css
<style>
a { background-color: #EF2039; }
a { background-color: rgb(239,32,57); }
div.DivClassName
{
background-color: #EF2039;
}
.BgClassName
{
background-color: #EF2039;
}
</style>
border-color css
<style>
span { border-color: #EF2039; }
span { border-color: rgb(239,32,57); }
td.TdClassName
{
border-color: #EF2039;
}
.TagClassName
{
border-color: #EF2039;
}
</style>