Shades of Alizarin #EF202C
Tints of Alizarin #EF202C
RGB
CMYK
RGB Variations
Color information
#EF202C (or 0xEF202C) is known color: Alizarin. HEX triplet: EF, 20 and 2C. RGB value is (239,32,44). Sum of RGB (Red+Green+Blue) = 239+32+44=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202C is #10DFD3. Grayscale: #5F5F5F. Windows color (decimal): -1105876 or 2892015. OLE color: 2892015.
HSL color Cylindrical-coordinate representation of color #EF202C: hue angle of 356.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF202C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 44 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.06 |
| HSL | 356.52º | 0.87% | 0.53% | - |
| HSV(B) | 356.52º | 0.87% | 0.94% | - |
| XYZ | 36.57 | 19.57 | 4.23 | - |
| YUV | 95.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 44 | 0 | 0.87 | 0.82 | 0.06 | 356.52 | 0.87 | 0.53 |
| Hex | EF | 20 | 2C | 0 | 57 | 52 | 6 | 165 | 57 | 35 |
| Octal | 357 | 40 | 54 | 0 | 127 | 122 | 6 | 545 | 127 | 65 |
| Binary | 11101111 | 100000 | 101100 | 0 | 1010111 | 1010010 | 110 | 101100101 | 1010111 | 110101 |
Color Harmonies of #EF202C
Complementary color
Monochromatic Colors of #EF202C
Black with #EF202C
Text Example
Text Example
White with #EF202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF202C; }
p { color: rgb(239,32,44); }
H1.HeaderClassName
{
color: #EF202C;
}
.AnyTagClassName
{
color: #EF202C;
}
</style>
background-color css
<style>
a { background-color: #EF202C; }
a { background-color: rgb(239,32,44); }
div.DivClassName
{
background-color: #EF202C;
}
.BgClassName
{
background-color: #EF202C;
}
</style>
border-color css
<style>
span { border-color: #EF202C; }
span { border-color: rgb(239,32,44); }
td.TdClassName
{
border-color: #EF202C;
}
.TagClassName
{
border-color: #EF202C;
}
</style>