Shades of Alizarin #EF1D41
Tints of Alizarin #EF1D41
RGB
CMYK
RGB Variations
Color information
#EF1D41 (or 0xEF1D41) is known color: Alizarin. HEX triplet: EF, 1D and 41. RGB value is (239,29,65). Sum of RGB (Red+Green+Blue) = 239+29+65=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D41 is #10E2BE. Grayscale: #5F5F5F. Windows color (decimal): -1106623 or 4267503. OLE color: 4267503.
HSL color Cylindrical-coordinate representation of color #EF1D41: hue angle of 349.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D41 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 65 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.06 |
| HSL | 349.71º | 0.87% | 0.53% | - |
| HSV(B) | 349.71º | 0.88% | 0.94% | - |
| XYZ | 36.99 | 19.61 | 6.84 | - |
| YUV | 95.89 | 110.57 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 65 | 0 | 0.88 | 0.73 | 0.06 | 349.71 | 0.87 | 0.53 |
| Hex | EF | 1D | 41 | 0 | 58 | 49 | 6 | 15E | 57 | 35 |
| Octal | 357 | 35 | 101 | 0 | 130 | 111 | 6 | 536 | 127 | 65 |
| Binary | 11101111 | 11101 | 1000001 | 0 | 1011000 | 1001001 | 110 | 101011110 | 1010111 | 110101 |
Color Harmonies of #EF1D41
Complementary color
Monochromatic Colors of #EF1D41
Black with #EF1D41
Text Example
Text Example
White with #EF1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D41; }
p { color: rgb(239,29,65); }
H1.HeaderClassName
{
color: #EF1D41;
}
.AnyTagClassName
{
color: #EF1D41;
}
</style>
background-color css
<style>
a { background-color: #EF1D41; }
a { background-color: rgb(239,29,65); }
div.DivClassName
{
background-color: #EF1D41;
}
.BgClassName
{
background-color: #EF1D41;
}
</style>
border-color css
<style>
span { border-color: #EF1D41; }
span { border-color: rgb(239,29,65); }
td.TdClassName
{
border-color: #EF1D41;
}
.TagClassName
{
border-color: #EF1D41;
}
</style>