Shades of Alizarin #EF1D43
Tints of Alizarin #EF1D43
RGB
CMYK
RGB Variations
Color information
#EF1D43 (or 0xEF1D43) is known color: Alizarin. HEX triplet: EF, 1D and 43. RGB value is (239,29,67). Sum of RGB (Red+Green+Blue) = 239+29+67=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D43 is #10E2BC. Grayscale: #606060. Windows color (decimal): -1106621 or 4398575. OLE color: 4398575.
HSL color Cylindrical-coordinate representation of color #EF1D43: hue angle of 349.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 #EF1D43 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 67 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.06 |
| HSL | 349.14º | 0.87% | 0.53% | - |
| HSV(B) | 349.14º | 0.88% | 0.94% | - |
| XYZ | 37.05 | 19.63 | 7.15 | - |
| YUV | 96.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 67 | 0 | 0.88 | 0.72 | 0.06 | 349.14 | 0.87 | 0.53 |
| Hex | EF | 1D | 43 | 0 | 58 | 48 | 6 | 15D | 57 | 35 |
| Octal | 357 | 35 | 103 | 0 | 130 | 110 | 6 | 535 | 127 | 65 |
| Binary | 11101111 | 11101 | 1000011 | 0 | 1011000 | 1001000 | 110 | 101011101 | 1010111 | 110101 |
Color Harmonies of #EF1D43
Complementary color
Monochromatic Colors of #EF1D43
Black with #EF1D43
Text Example
Text Example
White with #EF1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D43; }
p { color: rgb(239,29,67); }
H1.HeaderClassName
{
color: #EF1D43;
}
.AnyTagClassName
{
color: #EF1D43;
}
</style>
background-color css
<style>
a { background-color: #EF1D43; }
a { background-color: rgb(239,29,67); }
div.DivClassName
{
background-color: #EF1D43;
}
.BgClassName
{
background-color: #EF1D43;
}
</style>
border-color css
<style>
span { border-color: #EF1D43; }
span { border-color: rgb(239,29,67); }
td.TdClassName
{
border-color: #EF1D43;
}
.TagClassName
{
border-color: #EF1D43;
}
</style>