Shades of Alizarin #EF4041
Tints of Alizarin #EF4041
RGB
CMYK
RGB Variations
Color information
#EF4041 (or 0xEF4041) is known color: Alizarin. HEX triplet: EF, 40 and 41. RGB value is (239,64,65). Sum of RGB (Red+Green+Blue) = 239+64+65=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4041 is #10BFBE. Grayscale: #747474. Windows color (decimal): -1097663 or 4276463. OLE color: 4276463.
HSL color Cylindrical-coordinate representation of color #EF4041: hue angle of 359.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4041 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 65 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.06 |
| HSL | 359.66º | 0.85% | 0.59% | - |
| HSV(B) | 359.66º | 0.73% | 0.94% | - |
| XYZ | 38.38 | 22.4 | 7.3 | - |
| YUV | 116.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 65 | 0 | 0.73 | 0.73 | 0.06 | 359.66 | 0.85 | 0.59 |
| Hex | EF | 40 | 41 | 0 | 49 | 49 | 6 | 168 | 55 | 3B |
| Octal | 357 | 100 | 101 | 0 | 111 | 111 | 6 | 550 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1000001 | 0 | 1001001 | 1001001 | 110 | 101101000 | 1010101 | 111011 |
Color Harmonies of #EF4041
Complementary color
Monochromatic Colors of #EF4041
Black with #EF4041
Text Example
Text Example
White with #EF4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4041; }
p { color: rgb(239,64,65); }
H1.HeaderClassName
{
color: #EF4041;
}
.AnyTagClassName
{
color: #EF4041;
}
</style>
background-color css
<style>
a { background-color: #EF4041; }
a { background-color: rgb(239,64,65); }
div.DivClassName
{
background-color: #EF4041;
}
.BgClassName
{
background-color: #EF4041;
}
</style>
border-color css
<style>
span { border-color: #EF4041; }
span { border-color: rgb(239,64,65); }
td.TdClassName
{
border-color: #EF4041;
}
.TagClassName
{
border-color: #EF4041;
}
</style>