Shades of Alizarin #EF2128
Tints of Alizarin #EF2128
RGB
CMYK
RGB Variations
Color information
#EF2128 (or 0xEF2128) is known color: Alizarin. HEX triplet: EF, 21 and 28. RGB value is (239,33,40). Sum of RGB (Red+Green+Blue) = 239+33+40=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2128 is #10DED7. Grayscale: #5F5F5F. Windows color (decimal): -1105624 or 2630127. OLE color: 2630127.
HSL color Cylindrical-coordinate representation of color #EF2128: hue angle of 357.96º 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 #EF2128 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.06 |
| HSL | 357.96º | 0.87% | 0.53% | - |
| HSV(B) | 357.96º | 0.86% | 0.94% | - |
| XYZ | 36.52 | 19.59 | 3.86 | - |
| YUV | 95.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 40 | 0 | 0.86 | 0.83 | 0.06 | 357.96 | 0.87 | 0.53 |
| Hex | EF | 21 | 28 | 0 | 56 | 53 | 6 | 166 | 57 | 35 |
| Octal | 357 | 41 | 50 | 0 | 126 | 123 | 6 | 546 | 127 | 65 |
| Binary | 11101111 | 100001 | 101000 | 0 | 1010110 | 1010011 | 110 | 101100110 | 1010111 | 110101 |
Color Harmonies of #EF2128
Complementary color
Monochromatic Colors of #EF2128
Black with #EF2128
Text Example
Text Example
White with #EF2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2128; }
p { color: rgb(239,33,40); }
H1.HeaderClassName
{
color: #EF2128;
}
.AnyTagClassName
{
color: #EF2128;
}
</style>
background-color css
<style>
a { background-color: #EF2128; }
a { background-color: rgb(239,33,40); }
div.DivClassName
{
background-color: #EF2128;
}
.BgClassName
{
background-color: #EF2128;
}
</style>
border-color css
<style>
span { border-color: #EF2128; }
span { border-color: rgb(239,33,40); }
td.TdClassName
{
border-color: #EF2128;
}
.TagClassName
{
border-color: #EF2128;
}
</style>