Shades of Alizarin #EF3C41
Tints of Alizarin #EF3C41
RGB
CMYK
RGB Variations
Color information
#EF3C41 (or 0xEF3C41) is known color: Alizarin. HEX triplet: EF, 3C and 41. RGB value is (239,60,65). Sum of RGB (Red+Green+Blue) = 239+60+65=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C41 is #10C3BE. Grayscale: #727272. Windows color (decimal): -1098687 or 4275439. OLE color: 4275439.
HSL color Cylindrical-coordinate representation of color #EF3C41: hue angle of 358.32º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3C41 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 65 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.06 |
| HSL | 358.32º | 0.85% | 0.59% | - |
| HSV(B) | 358.32º | 0.75% | 0.94% | - |
| XYZ | 38.17 | 21.96 | 7.23 | - |
| YUV | 114.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 65 | 0 | 0.75 | 0.73 | 0.06 | 358.32 | 0.85 | 0.59 |
| Hex | EF | 3C | 41 | 0 | 4B | 49 | 6 | 166 | 55 | 3B |
| Octal | 357 | 74 | 101 | 0 | 113 | 111 | 6 | 546 | 125 | 73 |
| Binary | 11101111 | 111100 | 1000001 | 0 | 1001011 | 1001001 | 110 | 101100110 | 1010101 | 111011 |
Color Harmonies of #EF3C41
Complementary color
Monochromatic Colors of #EF3C41
Black with #EF3C41
Text Example
Text Example
White with #EF3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C41; }
p { color: rgb(239,60,65); }
H1.HeaderClassName
{
color: #EF3C41;
}
.AnyTagClassName
{
color: #EF3C41;
}
</style>
background-color css
<style>
a { background-color: #EF3C41; }
a { background-color: rgb(239,60,65); }
div.DivClassName
{
background-color: #EF3C41;
}
.BgClassName
{
background-color: #EF3C41;
}
</style>
border-color css
<style>
span { border-color: #EF3C41; }
span { border-color: rgb(239,60,65); }
td.TdClassName
{
border-color: #EF3C41;
}
.TagClassName
{
border-color: #EF3C41;
}
</style>