Shades of Alizarin #EF3640
Tints of Alizarin #EF3640
RGB
CMYK
RGB Variations
Color information
#EF3640 (or 0xEF3640) is known color: Alizarin. HEX triplet: EF, 36 and 40. RGB value is (239,54,64). Sum of RGB (Red+Green+Blue) = 239+54+64=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3640 is #10C9BF. Grayscale: #6E6E6E. Windows color (decimal): -1100224 or 4208367. OLE color: 4208367.
HSL color Cylindrical-coordinate representation of color #EF3640: hue angle of 356.76º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3640 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 64 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.06 |
| HSL | 356.76º | 0.85% | 0.57% | - |
| HSV(B) | 356.76º | 0.77% | 0.94% | - |
| XYZ | 37.84 | 21.36 | 6.98 | - |
| YUV | 110.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 64 | 0 | 0.77 | 0.73 | 0.06 | 356.76 | 0.85 | 0.57 |
| Hex | EF | 36 | 40 | 0 | 4D | 49 | 6 | 165 | 55 | 39 |
| Octal | 357 | 66 | 100 | 0 | 115 | 111 | 6 | 545 | 125 | 71 |
| Binary | 11101111 | 110110 | 1000000 | 0 | 1001101 | 1001001 | 110 | 101100101 | 1010101 | 111001 |
Color Harmonies of #EF3640
Complementary color
Monochromatic Colors of #EF3640
Black with #EF3640
Text Example
Text Example
White with #EF3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3640; }
p { color: rgb(239,54,64); }
H1.HeaderClassName
{
color: #EF3640;
}
.AnyTagClassName
{
color: #EF3640;
}
</style>
background-color css
<style>
a { background-color: #EF3640; }
a { background-color: rgb(239,54,64); }
div.DivClassName
{
background-color: #EF3640;
}
.BgClassName
{
background-color: #EF3640;
}
</style>
border-color css
<style>
span { border-color: #EF3640; }
span { border-color: rgb(239,54,64); }
td.TdClassName
{
border-color: #EF3640;
}
.TagClassName
{
border-color: #EF3640;
}
</style>