Shades of Alizarin #EF2034
Tints of Alizarin #EF2034
RGB
CMYK
RGB Variations
Color information
#EF2034 (or 0xEF2034) is known color: Alizarin. HEX triplet: EF, 20 and 34. RGB value is (239,32,52). Sum of RGB (Red+Green+Blue) = 239+32+52=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2034 is #10DFCB. Grayscale: #606060. Windows color (decimal): -1105868 or 3416303. OLE color: 3416303.
HSL color Cylindrical-coordinate representation of color #EF2034: hue angle of 354.2º 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 #EF2034 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 52 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.06 |
| HSL | 354.2º | 0.87% | 0.53% | - |
| HSV(B) | 354.2º | 0.87% | 0.94% | - |
| XYZ | 36.73 | 19.63 | 5.1 | - |
| YUV | 96.17 | 103.08 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 52 | 0 | 0.87 | 0.78 | 0.06 | 354.2 | 0.87 | 0.53 |
| Hex | EF | 20 | 34 | 0 | 57 | 4E | 6 | 162 | 57 | 35 |
| Octal | 357 | 40 | 64 | 0 | 127 | 116 | 6 | 542 | 127 | 65 |
| Binary | 11101111 | 100000 | 110100 | 0 | 1010111 | 1001110 | 110 | 101100010 | 1010111 | 110101 |
Color Harmonies of #EF2034
Complementary color
Monochromatic Colors of #EF2034
Black with #EF2034
Text Example
Text Example
White with #EF2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2034; }
p { color: rgb(239,32,52); }
H1.HeaderClassName
{
color: #EF2034;
}
.AnyTagClassName
{
color: #EF2034;
}
</style>
background-color css
<style>
a { background-color: #EF2034; }
a { background-color: rgb(239,32,52); }
div.DivClassName
{
background-color: #EF2034;
}
.BgClassName
{
background-color: #EF2034;
}
</style>
border-color css
<style>
span { border-color: #EF2034; }
span { border-color: rgb(239,32,52); }
td.TdClassName
{
border-color: #EF2034;
}
.TagClassName
{
border-color: #EF2034;
}
</style>