Shades of Alizarin #EF293D
Tints of Alizarin #EF293D
RGB
CMYK
RGB Variations
Color information
#EF293D (or 0xEF293D) is known color: Alizarin. HEX triplet: EF, 29 and 3D. RGB value is (239,41,61). Sum of RGB (Red+Green+Blue) = 239+41+61=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF293D is #10D6C2. Grayscale: #666666. Windows color (decimal): -1103555 or 4008431. OLE color: 4008431.
HSL color Cylindrical-coordinate representation of color #EF293D: hue angle of 353.94º 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 #EF293D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 61 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.06 |
| HSL | 353.94º | 0.86% | 0.55% | - |
| HSV(B) | 353.94º | 0.83% | 0.94% | - |
| XYZ | 37.23 | 20.27 | 6.37 | - |
| YUV | 102.48 | 104.6 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 61 | 0 | 0.83 | 0.74 | 0.06 | 353.94 | 0.86 | 0.55 |
| Hex | EF | 29 | 3D | 0 | 53 | 4A | 6 | 162 | 56 | 37 |
| Octal | 357 | 51 | 75 | 0 | 123 | 112 | 6 | 542 | 126 | 67 |
| Binary | 11101111 | 101001 | 111101 | 0 | 1010011 | 1001010 | 110 | 101100010 | 1010110 | 110111 |
Color Harmonies of #EF293D
Complementary color
Monochromatic Colors of #EF293D
Black with #EF293D
Text Example
Text Example
White with #EF293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF293D; }
p { color: rgb(239,41,61); }
H1.HeaderClassName
{
color: #EF293D;
}
.AnyTagClassName
{
color: #EF293D;
}
</style>
background-color css
<style>
a { background-color: #EF293D; }
a { background-color: rgb(239,41,61); }
div.DivClassName
{
background-color: #EF293D;
}
.BgClassName
{
background-color: #EF293D;
}
</style>
border-color css
<style>
span { border-color: #EF293D; }
span { border-color: rgb(239,41,61); }
td.TdClassName
{
border-color: #EF293D;
}
.TagClassName
{
border-color: #EF293D;
}
</style>