Shades of Alizarin #EF2C2D
Tints of Alizarin #EF2C2D
RGB
CMYK
RGB Variations
Color information
#EF2C2D (or 0xEF2C2D) is known color: Alizarin. HEX triplet: EF, 2C and 2D. RGB value is (239,44,45). Sum of RGB (Red+Green+Blue) = 239+44+45=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C2D is #10D3D2. Grayscale: #666666. Windows color (decimal): -1102803 or 2960623. OLE color: 2960623.
HSL color Cylindrical-coordinate representation of color #EF2C2D: hue angle of 359.69º 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 #EF2C2D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 45 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.06 |
| HSL | 359.69º | 0.86% | 0.55% | - |
| HSV(B) | 359.69º | 0.82% | 0.94% | - |
| XYZ | 36.97 | 20.34 | 4.46 | - |
| YUV | 102.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 45 | 0 | 0.82 | 0.81 | 0.06 | 359.69 | 0.86 | 0.55 |
| Hex | EF | 2C | 2D | 0 | 52 | 51 | 6 | 168 | 56 | 37 |
| Octal | 357 | 54 | 55 | 0 | 122 | 121 | 6 | 550 | 126 | 67 |
| Binary | 11101111 | 101100 | 101101 | 0 | 1010010 | 1010001 | 110 | 101101000 | 1010110 | 110111 |
Color Harmonies of #EF2C2D
Complementary color
Monochromatic Colors of #EF2C2D
Black with #EF2C2D
Text Example
Text Example
White with #EF2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C2D; }
p { color: rgb(239,44,45); }
H1.HeaderClassName
{
color: #EF2C2D;
}
.AnyTagClassName
{
color: #EF2C2D;
}
</style>
background-color css
<style>
a { background-color: #EF2C2D; }
a { background-color: rgb(239,44,45); }
div.DivClassName
{
background-color: #EF2C2D;
}
.BgClassName
{
background-color: #EF2C2D;
}
</style>
border-color css
<style>
span { border-color: #EF2C2D; }
span { border-color: rgb(239,44,45); }
td.TdClassName
{
border-color: #EF2C2D;
}
.TagClassName
{
border-color: #EF2C2D;
}
</style>