Shades of Alizarin #EF293A
Tints of Alizarin #EF293A
RGB
CMYK
RGB Variations
Color information
#EF293A (or 0xEF293A) is known color: Alizarin. HEX triplet: EF, 29 and 3A. RGB value is (239,41,58). Sum of RGB (Red+Green+Blue) = 239+41+58=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF293A is #10D6C5. Grayscale: #666666. Windows color (decimal): -1103558 or 3811823. OLE color: 3811823.
HSL color Cylindrical-coordinate representation of color #EF293A: hue angle of 354.85º 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 #EF293A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 58 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.06 |
| HSL | 354.85º | 0.86% | 0.55% | - |
| HSV(B) | 354.85º | 0.83% | 0.94% | - |
| XYZ | 37.15 | 20.24 | 5.95 | - |
| YUV | 102.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 58 | 0 | 0.83 | 0.76 | 0.06 | 354.85 | 0.86 | 0.55 |
| Hex | EF | 29 | 3A | 0 | 53 | 4C | 6 | 163 | 56 | 37 |
| Octal | 357 | 51 | 72 | 0 | 123 | 114 | 6 | 543 | 126 | 67 |
| Binary | 11101111 | 101001 | 111010 | 0 | 1010011 | 1001100 | 110 | 101100011 | 1010110 | 110111 |
Color Harmonies of #EF293A
Complementary color
Monochromatic Colors of #EF293A
Black with #EF293A
Text Example
Text Example
White with #EF293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF293A; }
p { color: rgb(239,41,58); }
H1.HeaderClassName
{
color: #EF293A;
}
.AnyTagClassName
{
color: #EF293A;
}
</style>
background-color css
<style>
a { background-color: #EF293A; }
a { background-color: rgb(239,41,58); }
div.DivClassName
{
background-color: #EF293A;
}
.BgClassName
{
background-color: #EF293A;
}
</style>
border-color css
<style>
span { border-color: #EF293A; }
span { border-color: rgb(239,41,58); }
td.TdClassName
{
border-color: #EF293A;
}
.TagClassName
{
border-color: #EF293A;
}
</style>