Shades of Alizarin #EF293B
Tints of Alizarin #EF293B
RGB
CMYK
RGB Variations
Color information
#EF293B (or 0xEF293B) is known color: Alizarin. HEX triplet: EF, 29 and 3B. RGB value is (239,41,59). Sum of RGB (Red+Green+Blue) = 239+41+59=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF293B is #10D6C4. Grayscale: #666666. Windows color (decimal): -1103557 or 3877359. OLE color: 3877359.
HSL color Cylindrical-coordinate representation of color #EF293B: hue angle of 354.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF293B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.06 |
| HSL | 354.55º | 0.86% | 0.55% | - |
| HSV(B) | 354.55º | 0.83% | 0.94% | - |
| XYZ | 37.18 | 20.25 | 6.09 | - |
| YUV | 102.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 59 | 0 | 0.83 | 0.75 | 0.06 | 354.55 | 0.86 | 0.55 |
| Hex | EF | 29 | 3B | 0 | 53 | 4B | 6 | 163 | 56 | 37 |
| Octal | 357 | 51 | 73 | 0 | 123 | 113 | 6 | 543 | 126 | 67 |
| Binary | 11101111 | 101001 | 111011 | 0 | 1010011 | 1001011 | 110 | 101100011 | 1010110 | 110111 |
Color Harmonies of #EF293B
Complementary color
Monochromatic Colors of #EF293B
Black with #EF293B
Text Example
Text Example
White with #EF293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF293B; }
p { color: rgb(239,41,59); }
H1.HeaderClassName
{
color: #EF293B;
}
.AnyTagClassName
{
color: #EF293B;
}
</style>
background-color css
<style>
a { background-color: #EF293B; }
a { background-color: rgb(239,41,59); }
div.DivClassName
{
background-color: #EF293B;
}
.BgClassName
{
background-color: #EF293B;
}
</style>
border-color css
<style>
span { border-color: #EF293B; }
span { border-color: rgb(239,41,59); }
td.TdClassName
{
border-color: #EF293B;
}
.TagClassName
{
border-color: #EF293B;
}
</style>