Shades of Alizarin #EF2B40
Tints of Alizarin #EF2B40
RGB
CMYK
RGB Variations
Color information
#EF2B40 (or 0xEF2B40) is known color: Alizarin. HEX triplet: EF, 2B and 40. RGB value is (239,43,64). Sum of RGB (Red+Green+Blue) = 239+43+64=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B40 is #10D4BF. Grayscale: #686868. Windows color (decimal): -1103040 or 4205551. OLE color: 4205551.
HSL color Cylindrical-coordinate representation of color #EF2B40: hue angle of 353.57º 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 #EF2B40 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 64 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.06 |
| HSL | 353.57º | 0.86% | 0.55% | - |
| HSV(B) | 353.57º | 0.82% | 0.94% | - |
| XYZ | 37.39 | 20.45 | 6.83 | - |
| YUV | 104 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 64 | 0 | 0.82 | 0.73 | 0.06 | 353.57 | 0.86 | 0.55 |
| Hex | EF | 2B | 40 | 0 | 52 | 49 | 6 | 162 | 56 | 37 |
| Octal | 357 | 53 | 100 | 0 | 122 | 111 | 6 | 542 | 126 | 67 |
| Binary | 11101111 | 101011 | 1000000 | 0 | 1010010 | 1001001 | 110 | 101100010 | 1010110 | 110111 |
Color Harmonies of #EF2B40
Complementary color
Monochromatic Colors of #EF2B40
Black with #EF2B40
Text Example
Text Example
White with #EF2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B40; }
p { color: rgb(239,43,64); }
H1.HeaderClassName
{
color: #EF2B40;
}
.AnyTagClassName
{
color: #EF2B40;
}
</style>
background-color css
<style>
a { background-color: #EF2B40; }
a { background-color: rgb(239,43,64); }
div.DivClassName
{
background-color: #EF2B40;
}
.BgClassName
{
background-color: #EF2B40;
}
</style>
border-color css
<style>
span { border-color: #EF2B40; }
span { border-color: rgb(239,43,64); }
td.TdClassName
{
border-color: #EF2B40;
}
.TagClassName
{
border-color: #EF2B40;
}
</style>