Shades of Alizarin #EF2C35
Tints of Alizarin #EF2C35
RGB
CMYK
RGB Variations
Color information
#EF2C35 (or 0xEF2C35) is known color: Alizarin. HEX triplet: EF, 2C and 35. RGB value is (239,44,53). Sum of RGB (Red+Green+Blue) = 239+44+53=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C35 is #10D3CA. Grayscale: #676767. Windows color (decimal): -1102795 or 3484911. OLE color: 3484911.
HSL color Cylindrical-coordinate representation of color #EF2C35: hue angle of 357.23º 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 #EF2C35 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 53 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.06 |
| HSL | 357.23º | 0.86% | 0.55% | - |
| HSV(B) | 357.23º | 0.82% | 0.94% | - |
| XYZ | 37.14 | 20.41 | 5.35 | - |
| YUV | 103.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 53 | 0 | 0.82 | 0.78 | 0.06 | 357.23 | 0.86 | 0.55 |
| Hex | EF | 2C | 35 | 0 | 52 | 4E | 6 | 165 | 56 | 37 |
| Octal | 357 | 54 | 65 | 0 | 122 | 116 | 6 | 545 | 126 | 67 |
| Binary | 11101111 | 101100 | 110101 | 0 | 1010010 | 1001110 | 110 | 101100101 | 1010110 | 110111 |
Color Harmonies of #EF2C35
Complementary color
Monochromatic Colors of #EF2C35
Black with #EF2C35
Text Example
Text Example
White with #EF2C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C35; }
p { color: rgb(239,44,53); }
H1.HeaderClassName
{
color: #EF2C35;
}
.AnyTagClassName
{
color: #EF2C35;
}
</style>
background-color css
<style>
a { background-color: #EF2C35; }
a { background-color: rgb(239,44,53); }
div.DivClassName
{
background-color: #EF2C35;
}
.BgClassName
{
background-color: #EF2C35;
}
</style>
border-color css
<style>
span { border-color: #EF2C35; }
span { border-color: rgb(239,44,53); }
td.TdClassName
{
border-color: #EF2C35;
}
.TagClassName
{
border-color: #EF2C35;
}
</style>