Shades of Alizarin #EF3541
Tints of Alizarin #EF3541
RGB
CMYK
RGB Variations
Color information
#EF3541 (or 0xEF3541) is known color: Alizarin. HEX triplet: EF, 35 and 41. RGB value is (239,53,65). Sum of RGB (Red+Green+Blue) = 239+53+65=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3541 is #10CABE. Grayscale: #6E6E6E. Windows color (decimal): -1100479 or 4273647. OLE color: 4273647.
HSL color Cylindrical-coordinate representation of color #EF3541: hue angle of 356.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3541 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 65 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.06 |
| HSL | 356.13º | 0.85% | 0.57% | - |
| HSV(B) | 356.13º | 0.78% | 0.94% | - |
| XYZ | 37.82 | 21.28 | 7.11 | - |
| YUV | 109.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 65 | 0 | 0.78 | 0.73 | 0.06 | 356.13 | 0.85 | 0.57 |
| Hex | EF | 35 | 41 | 0 | 4E | 49 | 6 | 164 | 55 | 39 |
| Octal | 357 | 65 | 101 | 0 | 116 | 111 | 6 | 544 | 125 | 71 |
| Binary | 11101111 | 110101 | 1000001 | 0 | 1001110 | 1001001 | 110 | 101100100 | 1010101 | 111001 |
Color Harmonies of #EF3541
Complementary color
Monochromatic Colors of #EF3541
Black with #EF3541
Text Example
Text Example
White with #EF3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3541; }
p { color: rgb(239,53,65); }
H1.HeaderClassName
{
color: #EF3541;
}
.AnyTagClassName
{
color: #EF3541;
}
</style>
background-color css
<style>
a { background-color: #EF3541; }
a { background-color: rgb(239,53,65); }
div.DivClassName
{
background-color: #EF3541;
}
.BgClassName
{
background-color: #EF3541;
}
</style>
border-color css
<style>
span { border-color: #EF3541; }
span { border-color: rgb(239,53,65); }
td.TdClassName
{
border-color: #EF3541;
}
.TagClassName
{
border-color: #EF3541;
}
</style>