Shades of Alizarin #EF2631
Tints of Alizarin #EF2631
RGB
CMYK
RGB Variations
Color information
#EF2631 (or 0xEF2631) is known color: Alizarin. HEX triplet: EF, 26 and 31. RGB value is (239,38,49). Sum of RGB (Red+Green+Blue) = 239+38+49=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2631 is #10D9CE. Grayscale: #636363. Windows color (decimal): -1104335 or 3221231. OLE color: 3221231.
HSL color Cylindrical-coordinate representation of color #EF2631: hue angle of 356.72º 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 #EF2631 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 49 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.06 |
| HSL | 356.72º | 0.86% | 0.54% | - |
| HSV(B) | 356.72º | 0.84% | 0.94% | - |
| XYZ | 36.84 | 19.96 | 4.82 | - |
| YUV | 99.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 49 | 0 | 0.84 | 0.79 | 0.06 | 356.72 | 0.86 | 0.54 |
| Hex | EF | 26 | 31 | 0 | 54 | 4F | 6 | 165 | 56 | 36 |
| Octal | 357 | 46 | 61 | 0 | 124 | 117 | 6 | 545 | 126 | 66 |
| Binary | 11101111 | 100110 | 110001 | 0 | 1010100 | 1001111 | 110 | 101100101 | 1010110 | 110110 |
Color Harmonies of #EF2631
Complementary color
Monochromatic Colors of #EF2631
Black with #EF2631
Text Example
Text Example
White with #EF2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2631; }
p { color: rgb(239,38,49); }
H1.HeaderClassName
{
color: #EF2631;
}
.AnyTagClassName
{
color: #EF2631;
}
</style>
background-color css
<style>
a { background-color: #EF2631; }
a { background-color: rgb(239,38,49); }
div.DivClassName
{
background-color: #EF2631;
}
.BgClassName
{
background-color: #EF2631;
}
</style>
border-color css
<style>
span { border-color: #EF2631; }
span { border-color: rgb(239,38,49); }
td.TdClassName
{
border-color: #EF2631;
}
.TagClassName
{
border-color: #EF2631;
}
</style>