Shades of Alizarin #EF3034
Tints of Alizarin #EF3034
RGB
CMYK
RGB Variations
Color information
#EF3034 (or 0xEF3034) is known color: Alizarin. HEX triplet: EF, 30 and 34. RGB value is (239,48,52). Sum of RGB (Red+Green+Blue) = 239+48+52=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3034 is #10CFCB. Grayscale: #696969. Windows color (decimal): -1101772 or 3420399. OLE color: 3420399.
HSL color Cylindrical-coordinate representation of color #EF3034: hue angle of 358.74º 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 #EF3034 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 52 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.06 |
| HSL | 358.74º | 0.86% | 0.56% | - |
| HSV(B) | 358.74º | 0.8% | 0.94% | - |
| XYZ | 37.27 | 20.71 | 5.28 | - |
| YUV | 105.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 52 | 0 | 0.80 | 0.78 | 0.06 | 358.74 | 0.86 | 0.56 |
| Hex | EF | 30 | 34 | 0 | 50 | 4E | 6 | 167 | 56 | 38 |
| Octal | 357 | 60 | 64 | 0 | 120 | 116 | 6 | 547 | 126 | 70 |
| Binary | 11101111 | 110000 | 110100 | 0 | 1010000 | 1001110 | 110 | 101100111 | 1010110 | 111000 |
Color Harmonies of #EF3034
Complementary color
Monochromatic Colors of #EF3034
Black with #EF3034
Text Example
Text Example
White with #EF3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3034; }
p { color: rgb(239,48,52); }
H1.HeaderClassName
{
color: #EF3034;
}
.AnyTagClassName
{
color: #EF3034;
}
</style>
background-color css
<style>
a { background-color: #EF3034; }
a { background-color: rgb(239,48,52); }
div.DivClassName
{
background-color: #EF3034;
}
.BgClassName
{
background-color: #EF3034;
}
</style>
border-color css
<style>
span { border-color: #EF3034; }
span { border-color: rgb(239,48,52); }
td.TdClassName
{
border-color: #EF3034;
}
.TagClassName
{
border-color: #EF3034;
}
</style>