Shades of Alizarin #EF3036
Tints of Alizarin #EF3036
RGB
CMYK
RGB Variations
Color information
#EF3036 (or 0xEF3036) is known color: Alizarin. HEX triplet: EF, 30 and 36. RGB value is (239,48,54). Sum of RGB (Red+Green+Blue) = 239+48+54=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3036 is #10CFC9. Grayscale: #696969. Windows color (decimal): -1101770 or 3551471. OLE color: 3551471.
HSL color Cylindrical-coordinate representation of color #EF3036: hue angle of 358.12º 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 #EF3036 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 54 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.06 |
| HSL | 358.12º | 0.86% | 0.56% | - |
| HSV(B) | 358.12º | 0.8% | 0.94% | - |
| XYZ | 37.32 | 20.73 | 5.52 | - |
| YUV | 105.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 54 | 0 | 0.80 | 0.77 | 0.06 | 358.12 | 0.86 | 0.56 |
| Hex | EF | 30 | 36 | 0 | 50 | 4D | 6 | 166 | 56 | 38 |
| Octal | 357 | 60 | 66 | 0 | 120 | 115 | 6 | 546 | 126 | 70 |
| Binary | 11101111 | 110000 | 110110 | 0 | 1010000 | 1001101 | 110 | 101100110 | 1010110 | 111000 |
Color Harmonies of #EF3036
Complementary color
Monochromatic Colors of #EF3036
Black with #EF3036
Text Example
Text Example
White with #EF3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3036; }
p { color: rgb(239,48,54); }
H1.HeaderClassName
{
color: #EF3036;
}
.AnyTagClassName
{
color: #EF3036;
}
</style>
background-color css
<style>
a { background-color: #EF3036; }
a { background-color: rgb(239,48,54); }
div.DivClassName
{
background-color: #EF3036;
}
.BgClassName
{
background-color: #EF3036;
}
</style>
border-color css
<style>
span { border-color: #EF3036; }
span { border-color: rgb(239,48,54); }
td.TdClassName
{
border-color: #EF3036;
}
.TagClassName
{
border-color: #EF3036;
}
</style>