Shades of Alizarin #EF2337
Tints of Alizarin #EF2337
RGB
CMYK
RGB Variations
Color information
#EF2337 (or 0xEF2337) is known color: Alizarin. HEX triplet: EF, 23 and 37. RGB value is (239,35,55). Sum of RGB (Red+Green+Blue) = 239+35+55=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2337 is #10DCC8. Grayscale: #626262. Windows color (decimal): -1105097 or 3613679. OLE color: 3613679.
HSL color Cylindrical-coordinate representation of color #EF2337: hue angle of 354.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2337 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 55 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.06 |
| HSL | 354.12º | 0.86% | 0.54% | - |
| HSV(B) | 354.12º | 0.85% | 0.94% | - |
| XYZ | 36.89 | 19.83 | 5.5 | - |
| YUV | 98.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 55 | 0 | 0.85 | 0.77 | 0.06 | 354.12 | 0.86 | 0.54 |
| Hex | EF | 23 | 37 | 0 | 55 | 4D | 6 | 162 | 56 | 36 |
| Octal | 357 | 43 | 67 | 0 | 125 | 115 | 6 | 542 | 126 | 66 |
| Binary | 11101111 | 100011 | 110111 | 0 | 1010101 | 1001101 | 110 | 101100010 | 1010110 | 110110 |
Color Harmonies of #EF2337
Complementary color
Monochromatic Colors of #EF2337
Black with #EF2337
Text Example
Text Example
White with #EF2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2337; }
p { color: rgb(239,35,55); }
H1.HeaderClassName
{
color: #EF2337;
}
.AnyTagClassName
{
color: #EF2337;
}
</style>
background-color css
<style>
a { background-color: #EF2337; }
a { background-color: rgb(239,35,55); }
div.DivClassName
{
background-color: #EF2337;
}
.BgClassName
{
background-color: #EF2337;
}
</style>
border-color css
<style>
span { border-color: #EF2337; }
span { border-color: rgb(239,35,55); }
td.TdClassName
{
border-color: #EF2337;
}
.TagClassName
{
border-color: #EF2337;
}
</style>