Shades of Alizarin #EF2134
Tints of Alizarin #EF2134
RGB
CMYK
RGB Variations
Color information
#EF2134 (or 0xEF2134) is known color: Alizarin. HEX triplet: EF, 21 and 34. RGB value is (239,33,52). Sum of RGB (Red+Green+Blue) = 239+33+52=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2134 is #10DECB. Grayscale: #606060. Windows color (decimal): -1105612 or 3416559. OLE color: 3416559.
HSL color Cylindrical-coordinate representation of color #EF2134: hue angle of 354.47º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2134 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 52 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.06 |
| HSL | 354.47º | 0.87% | 0.53% | - |
| HSV(B) | 354.47º | 0.86% | 0.94% | - |
| XYZ | 36.76 | 19.69 | 5.11 | - |
| YUV | 96.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 52 | 0 | 0.86 | 0.78 | 0.06 | 354.47 | 0.87 | 0.53 |
| Hex | EF | 21 | 34 | 0 | 56 | 4E | 6 | 162 | 57 | 35 |
| Octal | 357 | 41 | 64 | 0 | 126 | 116 | 6 | 542 | 127 | 65 |
| Binary | 11101111 | 100001 | 110100 | 0 | 1010110 | 1001110 | 110 | 101100010 | 1010111 | 110101 |
Color Harmonies of #EF2134
Complementary color
Monochromatic Colors of #EF2134
Black with #EF2134
Text Example
Text Example
White with #EF2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2134; }
p { color: rgb(239,33,52); }
H1.HeaderClassName
{
color: #EF2134;
}
.AnyTagClassName
{
color: #EF2134;
}
</style>
background-color css
<style>
a { background-color: #EF2134; }
a { background-color: rgb(239,33,52); }
div.DivClassName
{
background-color: #EF2134;
}
.BgClassName
{
background-color: #EF2134;
}
</style>
border-color css
<style>
span { border-color: #EF2134; }
span { border-color: rgb(239,33,52); }
td.TdClassName
{
border-color: #EF2134;
}
.TagClassName
{
border-color: #EF2134;
}
</style>