Shades of Alizarin #EF2B41
Tints of Alizarin #EF2B41
RGB
CMYK
RGB Variations
Color information
#EF2B41 (or 0xEF2B41) is known color: Alizarin. HEX triplet: EF, 2B and 41. RGB value is (239,43,65). Sum of RGB (Red+Green+Blue) = 239+43+65=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B41 is #10D4BE. Grayscale: #686868. Windows color (decimal): -1103039 or 4271087. OLE color: 4271087.
HSL color Cylindrical-coordinate representation of color #EF2B41: hue angle of 353.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2B41 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 65 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.06 |
| HSL | 353.27º | 0.86% | 0.55% | - |
| HSV(B) | 353.27º | 0.82% | 0.94% | - |
| XYZ | 37.41 | 20.46 | 6.98 | - |
| YUV | 104.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 65 | 0 | 0.82 | 0.73 | 0.06 | 353.27 | 0.86 | 0.55 |
| Hex | EF | 2B | 41 | 0 | 52 | 49 | 6 | 161 | 56 | 37 |
| Octal | 357 | 53 | 101 | 0 | 122 | 111 | 6 | 541 | 126 | 67 |
| Binary | 11101111 | 101011 | 1000001 | 0 | 1010010 | 1001001 | 110 | 101100001 | 1010110 | 110111 |
Color Harmonies of #EF2B41
Complementary color
Monochromatic Colors of #EF2B41
Black with #EF2B41
Text Example
Text Example
White with #EF2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B41; }
p { color: rgb(239,43,65); }
H1.HeaderClassName
{
color: #EF2B41;
}
.AnyTagClassName
{
color: #EF2B41;
}
</style>
background-color css
<style>
a { background-color: #EF2B41; }
a { background-color: rgb(239,43,65); }
div.DivClassName
{
background-color: #EF2B41;
}
.BgClassName
{
background-color: #EF2B41;
}
</style>
border-color css
<style>
span { border-color: #EF2B41; }
span { border-color: rgb(239,43,65); }
td.TdClassName
{
border-color: #EF2B41;
}
.TagClassName
{
border-color: #EF2B41;
}
</style>