Shades of Alizarin #EF2941
Tints of Alizarin #EF2941
RGB
CMYK
RGB Variations
Color information
#EF2941 (or 0xEF2941) is known color: Alizarin. HEX triplet: EF, 29 and 41. RGB value is (239,41,65). Sum of RGB (Red+Green+Blue) = 239+41+65=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2941 is #10D6BE. Grayscale: #676767. Windows color (decimal): -1103551 or 4270575. OLE color: 4270575.
HSL color Cylindrical-coordinate representation of color #EF2941: hue angle of 352.73º 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 #EF2941 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 65 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.06 |
| HSL | 352.73º | 0.86% | 0.55% | - |
| HSV(B) | 352.73º | 0.83% | 0.94% | - |
| XYZ | 37.34 | 20.32 | 6.95 | - |
| YUV | 102.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 65 | 0 | 0.83 | 0.73 | 0.06 | 352.73 | 0.86 | 0.55 |
| Hex | EF | 29 | 41 | 0 | 53 | 49 | 6 | 161 | 56 | 37 |
| Octal | 357 | 51 | 101 | 0 | 123 | 111 | 6 | 541 | 126 | 67 |
| Binary | 11101111 | 101001 | 1000001 | 0 | 1010011 | 1001001 | 110 | 101100001 | 1010110 | 110111 |
Color Harmonies of #EF2941
Complementary color
Monochromatic Colors of #EF2941
Black with #EF2941
Text Example
Text Example
White with #EF2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2941; }
p { color: rgb(239,41,65); }
H1.HeaderClassName
{
color: #EF2941;
}
.AnyTagClassName
{
color: #EF2941;
}
</style>
background-color css
<style>
a { background-color: #EF2941; }
a { background-color: rgb(239,41,65); }
div.DivClassName
{
background-color: #EF2941;
}
.BgClassName
{
background-color: #EF2941;
}
</style>
border-color css
<style>
span { border-color: #EF2941; }
span { border-color: rgb(239,41,65); }
td.TdClassName
{
border-color: #EF2941;
}
.TagClassName
{
border-color: #EF2941;
}
</style>