Shades of Alizarin #EF1D2E
Tints of Alizarin #EF1D2E
RGB
CMYK
RGB Variations
Color information
#EF1D2E (or 0xEF1D2E) is known color: Alizarin. HEX triplet: EF, 1D and 2E. RGB value is (239,29,46). Sum of RGB (Red+Green+Blue) = 239+29+46=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D2E is #10E2D1. Grayscale: #5D5D5D. Windows color (decimal): -1106642 or 3022319. OLE color: 3022319.
HSL color Cylindrical-coordinate representation of color #EF1D2E: hue angle of 355.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D2E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 46 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.06 |
| HSL | 355.14º | 0.87% | 0.53% | - |
| HSV(B) | 355.14º | 0.88% | 0.94% | - |
| XYZ | 36.53 | 19.43 | 4.41 | - |
| YUV | 93.73 | 101.07 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 46 | 0 | 0.88 | 0.81 | 0.06 | 355.14 | 0.87 | 0.53 |
| Hex | EF | 1D | 2E | 0 | 58 | 51 | 6 | 163 | 57 | 35 |
| Octal | 357 | 35 | 56 | 0 | 130 | 121 | 6 | 543 | 127 | 65 |
| Binary | 11101111 | 11101 | 101110 | 0 | 1011000 | 1010001 | 110 | 101100011 | 1010111 | 110101 |
Color Harmonies of #EF1D2E
Complementary color
Monochromatic Colors of #EF1D2E
Black with #EF1D2E
Text Example
Text Example
White with #EF1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D2E; }
p { color: rgb(239,29,46); }
H1.HeaderClassName
{
color: #EF1D2E;
}
.AnyTagClassName
{
color: #EF1D2E;
}
</style>
background-color css
<style>
a { background-color: #EF1D2E; }
a { background-color: rgb(239,29,46); }
div.DivClassName
{
background-color: #EF1D2E;
}
.BgClassName
{
background-color: #EF1D2E;
}
</style>
border-color css
<style>
span { border-color: #EF1D2E; }
span { border-color: rgb(239,29,46); }
td.TdClassName
{
border-color: #EF1D2E;
}
.TagClassName
{
border-color: #EF1D2E;
}
</style>