Shades of Alizarin #EF2B3C
Tints of Alizarin #EF2B3C
RGB
CMYK
RGB Variations
Color information
#EF2B3C (or 0xEF2B3C) is known color: Alizarin. HEX triplet: EF, 2B and 3C. RGB value is (239,43,60). Sum of RGB (Red+Green+Blue) = 239+43+60=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B3C is #10D4C3. Grayscale: #676767. Windows color (decimal): -1103044 or 3943407. OLE color: 3943407.
HSL color Cylindrical-coordinate representation of color #EF2B3C: hue angle of 354.8º 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 #EF2B3C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 60 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.06 |
| HSL | 354.8º | 0.86% | 0.55% | - |
| HSV(B) | 354.8º | 0.82% | 0.94% | - |
| XYZ | 37.28 | 20.4 | 6.25 | - |
| YUV | 103.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 60 | 0 | 0.82 | 0.75 | 0.06 | 354.8 | 0.86 | 0.55 |
| Hex | EF | 2B | 3C | 0 | 52 | 4B | 6 | 163 | 56 | 37 |
| Octal | 357 | 53 | 74 | 0 | 122 | 113 | 6 | 543 | 126 | 67 |
| Binary | 11101111 | 101011 | 111100 | 0 | 1010010 | 1001011 | 110 | 101100011 | 1010110 | 110111 |
Color Harmonies of #EF2B3C
Complementary color
Monochromatic Colors of #EF2B3C
Black with #EF2B3C
Text Example
Text Example
White with #EF2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B3C; }
p { color: rgb(239,43,60); }
H1.HeaderClassName
{
color: #EF2B3C;
}
.AnyTagClassName
{
color: #EF2B3C;
}
</style>
background-color css
<style>
a { background-color: #EF2B3C; }
a { background-color: rgb(239,43,60); }
div.DivClassName
{
background-color: #EF2B3C;
}
.BgClassName
{
background-color: #EF2B3C;
}
</style>
border-color css
<style>
span { border-color: #EF2B3C; }
span { border-color: rgb(239,43,60); }
td.TdClassName
{
border-color: #EF2B3C;
}
.TagClassName
{
border-color: #EF2B3C;
}
</style>