Shades of Alizarin #EF2642
Tints of Alizarin #EF2642
RGB
CMYK
RGB Variations
Color information
#EF2642 (or 0xEF2642) is known color: Alizarin. HEX triplet: EF, 26 and 42. RGB value is (239,38,66). Sum of RGB (Red+Green+Blue) = 239+38+66=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2642 is #10D9BD. Grayscale: #656565. Windows color (decimal): -1104318 or 4335343. OLE color: 4335343.
HSL color Cylindrical-coordinate representation of color #EF2642: hue angle of 351.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2642 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 66 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.06 |
| HSL | 351.64º | 0.86% | 0.54% | - |
| HSV(B) | 351.64º | 0.84% | 0.94% | - |
| XYZ | 37.27 | 20.13 | 7.08 | - |
| YUV | 101.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 66 | 0 | 0.84 | 0.72 | 0.06 | 351.64 | 0.86 | 0.54 |
| Hex | EF | 26 | 42 | 0 | 54 | 48 | 6 | 160 | 56 | 36 |
| Octal | 357 | 46 | 102 | 0 | 124 | 110 | 6 | 540 | 126 | 66 |
| Binary | 11101111 | 100110 | 1000010 | 0 | 1010100 | 1001000 | 110 | 101100000 | 1010110 | 110110 |
Color Harmonies of #EF2642
Complementary color
Monochromatic Colors of #EF2642
Black with #EF2642
Text Example
Text Example
White with #EF2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2642; }
p { color: rgb(239,38,66); }
H1.HeaderClassName
{
color: #EF2642;
}
.AnyTagClassName
{
color: #EF2642;
}
</style>
background-color css
<style>
a { background-color: #EF2642; }
a { background-color: rgb(239,38,66); }
div.DivClassName
{
background-color: #EF2642;
}
.BgClassName
{
background-color: #EF2642;
}
</style>
border-color css
<style>
span { border-color: #EF2642; }
span { border-color: rgb(239,38,66); }
td.TdClassName
{
border-color: #EF2642;
}
.TagClassName
{
border-color: #EF2642;
}
</style>