Shades of Alizarin #EF3040
Tints of Alizarin #EF3040
RGB
CMYK
RGB Variations
Color information
#EF3040 (or 0xEF3040) is known color: Alizarin. HEX triplet: EF, 30 and 40. RGB value is (239,48,64). Sum of RGB (Red+Green+Blue) = 239+48+64=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3040 is #10CFBF. Grayscale: #6B6B6B. Windows color (decimal): -1101760 or 4206831. OLE color: 4206831.
HSL color Cylindrical-coordinate representation of color #EF3040: hue angle of 354.97º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3040 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 64 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.06 |
| HSL | 354.97º | 0.86% | 0.56% | - |
| HSV(B) | 354.97º | 0.8% | 0.94% | - |
| XYZ | 37.58 | 20.83 | 6.89 | - |
| YUV | 106.93 | 103.78 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 64 | 0 | 0.80 | 0.73 | 0.06 | 354.97 | 0.86 | 0.56 |
| Hex | EF | 30 | 40 | 0 | 50 | 49 | 6 | 163 | 56 | 38 |
| Octal | 357 | 60 | 100 | 0 | 120 | 111 | 6 | 543 | 126 | 70 |
| Binary | 11101111 | 110000 | 1000000 | 0 | 1010000 | 1001001 | 110 | 101100011 | 1010110 | 111000 |
Color Harmonies of #EF3040
Complementary color
Monochromatic Colors of #EF3040
Black with #EF3040
Text Example
Text Example
White with #EF3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3040; }
p { color: rgb(239,48,64); }
H1.HeaderClassName
{
color: #EF3040;
}
.AnyTagClassName
{
color: #EF3040;
}
</style>
background-color css
<style>
a { background-color: #EF3040; }
a { background-color: rgb(239,48,64); }
div.DivClassName
{
background-color: #EF3040;
}
.BgClassName
{
background-color: #EF3040;
}
</style>
border-color css
<style>
span { border-color: #EF3040; }
span { border-color: rgb(239,48,64); }
td.TdClassName
{
border-color: #EF3040;
}
.TagClassName
{
border-color: #EF3040;
}
</style>