Shades of Alizarin #EF2135
Tints of Alizarin #EF2135
RGB
CMYK
RGB Variations
Color information
#EF2135 (or 0xEF2135) is known color: Alizarin. HEX triplet: EF, 21 and 35. RGB value is (239,33,53). Sum of RGB (Red+Green+Blue) = 239+33+53=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2135 is #10DECA. Grayscale: #616161. Windows color (decimal): -1105611 or 3482095. OLE color: 3482095.
HSL color Cylindrical-coordinate representation of color #EF2135: hue angle of 354.17º 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 #EF2135 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 53 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.06 |
| HSL | 354.17º | 0.87% | 0.53% | - |
| HSV(B) | 354.17º | 0.86% | 0.94% | - |
| XYZ | 36.78 | 19.7 | 5.23 | - |
| YUV | 96.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 53 | 0 | 0.86 | 0.78 | 0.06 | 354.17 | 0.87 | 0.53 |
| Hex | EF | 21 | 35 | 0 | 56 | 4E | 6 | 162 | 57 | 35 |
| Octal | 357 | 41 | 65 | 0 | 126 | 116 | 6 | 542 | 127 | 65 |
| Binary | 11101111 | 100001 | 110101 | 0 | 1010110 | 1001110 | 110 | 101100010 | 1010111 | 110101 |
Color Harmonies of #EF2135
Complementary color
Monochromatic Colors of #EF2135
Black with #EF2135
Text Example
Text Example
White with #EF2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2135; }
p { color: rgb(239,33,53); }
H1.HeaderClassName
{
color: #EF2135;
}
.AnyTagClassName
{
color: #EF2135;
}
</style>
background-color css
<style>
a { background-color: #EF2135; }
a { background-color: rgb(239,33,53); }
div.DivClassName
{
background-color: #EF2135;
}
.BgClassName
{
background-color: #EF2135;
}
</style>
border-color css
<style>
span { border-color: #EF2135; }
span { border-color: rgb(239,33,53); }
td.TdClassName
{
border-color: #EF2135;
}
.TagClassName
{
border-color: #EF2135;
}
</style>