Shades of Alizarin #EF2235
Tints of Alizarin #EF2235
RGB
CMYK
RGB Variations
Color information
#EF2235 (or 0xEF2235) is known color: Alizarin. HEX triplet: EF, 22 and 35. RGB value is (239,34,53). Sum of RGB (Red+Green+Blue) = 239+34+53=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2235 is #10DDCA. Grayscale: #616161. Windows color (decimal): -1105355 or 3482351. OLE color: 3482351.
HSL color Cylindrical-coordinate representation of color #EF2235: hue angle of 354.44º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2235 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 53 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.06 |
| HSL | 354.44º | 0.86% | 0.54% | - |
| HSV(B) | 354.44º | 0.86% | 0.94% | - |
| XYZ | 36.81 | 19.75 | 5.24 | - |
| YUV | 97.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 53 | 0 | 0.86 | 0.78 | 0.06 | 354.44 | 0.86 | 0.54 |
| Hex | EF | 22 | 35 | 0 | 56 | 4E | 6 | 162 | 56 | 36 |
| Octal | 357 | 42 | 65 | 0 | 126 | 116 | 6 | 542 | 126 | 66 |
| Binary | 11101111 | 100010 | 110101 | 0 | 1010110 | 1001110 | 110 | 101100010 | 1010110 | 110110 |
Color Harmonies of #EF2235
Complementary color
Monochromatic Colors of #EF2235
Black with #EF2235
Text Example
Text Example
White with #EF2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2235; }
p { color: rgb(239,34,53); }
H1.HeaderClassName
{
color: #EF2235;
}
.AnyTagClassName
{
color: #EF2235;
}
</style>
background-color css
<style>
a { background-color: #EF2235; }
a { background-color: rgb(239,34,53); }
div.DivClassName
{
background-color: #EF2235;
}
.BgClassName
{
background-color: #EF2235;
}
</style>
border-color css
<style>
span { border-color: #EF2235; }
span { border-color: rgb(239,34,53); }
td.TdClassName
{
border-color: #EF2235;
}
.TagClassName
{
border-color: #EF2235;
}
</style>