Shades of Alizarin #EF2136
Tints of Alizarin #EF2136
RGB
CMYK
RGB Variations
Color information
#EF2136 (or 0xEF2136) is known color: Alizarin. HEX triplet: EF, 21 and 36. RGB value is (239,33,54). Sum of RGB (Red+Green+Blue) = 239+33+54=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2136 is #10DEC9. Grayscale: #616161. Windows color (decimal): -1105610 or 3547631. OLE color: 3547631.
HSL color Cylindrical-coordinate representation of color #EF2136: hue angle of 353.88º 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 #EF2136 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 54 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.06 |
| HSL | 353.88º | 0.87% | 0.53% | - |
| HSV(B) | 353.88º | 0.86% | 0.94% | - |
| XYZ | 36.81 | 19.7 | 5.35 | - |
| YUV | 96.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 54 | 0 | 0.86 | 0.77 | 0.06 | 353.88 | 0.87 | 0.53 |
| Hex | EF | 21 | 36 | 0 | 56 | 4D | 6 | 162 | 57 | 35 |
| Octal | 357 | 41 | 66 | 0 | 126 | 115 | 6 | 542 | 127 | 65 |
| Binary | 11101111 | 100001 | 110110 | 0 | 1010110 | 1001101 | 110 | 101100010 | 1010111 | 110101 |
Color Harmonies of #EF2136
Complementary color
Monochromatic Colors of #EF2136
Black with #EF2136
Text Example
Text Example
White with #EF2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2136; }
p { color: rgb(239,33,54); }
H1.HeaderClassName
{
color: #EF2136;
}
.AnyTagClassName
{
color: #EF2136;
}
</style>
background-color css
<style>
a { background-color: #EF2136; }
a { background-color: rgb(239,33,54); }
div.DivClassName
{
background-color: #EF2136;
}
.BgClassName
{
background-color: #EF2136;
}
</style>
border-color css
<style>
span { border-color: #EF2136; }
span { border-color: rgb(239,33,54); }
td.TdClassName
{
border-color: #EF2136;
}
.TagClassName
{
border-color: #EF2136;
}
</style>