Shades of Alizarin #EF1D3A
Tints of Alizarin #EF1D3A
RGB
CMYK
RGB Variations
Color information
#EF1D3A (or 0xEF1D3A) is known color: Alizarin. HEX triplet: EF, 1D and 3A. RGB value is (239,29,58). Sum of RGB (Red+Green+Blue) = 239+29+58=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D3A is #10E2C5. Grayscale: #5F5F5F. Windows color (decimal): -1106630 or 3808751. OLE color: 3808751.
HSL color Cylindrical-coordinate representation of color #EF1D3A: hue angle of 351.71º 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 #EF1D3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.06 |
| HSL | 351.71º | 0.87% | 0.53% | - |
| HSV(B) | 351.71º | 0.88% | 0.94% | - |
| XYZ | 36.8 | 19.53 | 5.83 | - |
| YUV | 95.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 58 | 0 | 0.88 | 0.76 | 0.06 | 351.71 | 0.87 | 0.53 |
| Hex | EF | 1D | 3A | 0 | 58 | 4C | 6 | 160 | 57 | 35 |
| Octal | 357 | 35 | 72 | 0 | 130 | 114 | 6 | 540 | 127 | 65 |
| Binary | 11101111 | 11101 | 111010 | 0 | 1011000 | 1001100 | 110 | 101100000 | 1010111 | 110101 |
Color Harmonies of #EF1D3A
Complementary color
Monochromatic Colors of #EF1D3A
Black with #EF1D3A
Text Example
Text Example
White with #EF1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D3A; }
p { color: rgb(239,29,58); }
H1.HeaderClassName
{
color: #EF1D3A;
}
.AnyTagClassName
{
color: #EF1D3A;
}
</style>
background-color css
<style>
a { background-color: #EF1D3A; }
a { background-color: rgb(239,29,58); }
div.DivClassName
{
background-color: #EF1D3A;
}
.BgClassName
{
background-color: #EF1D3A;
}
</style>
border-color css
<style>
span { border-color: #EF1D3A; }
span { border-color: rgb(239,29,58); }
td.TdClassName
{
border-color: #EF1D3A;
}
.TagClassName
{
border-color: #EF1D3A;
}
</style>