Shades of Alizarin #EF1C3A
Tints of Alizarin #EF1C3A
RGB
CMYK
RGB Variations
Color information
#EF1C3A (or 0xEF1C3A) is known color: Alizarin. HEX triplet: EF, 1C and 3A. RGB value is (239,28,58). Sum of RGB (Red+Green+Blue) = 239+28+58=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C3A is #10E3C5. Grayscale: #5E5E5E. Windows color (decimal): -1106886 or 3808495. OLE color: 3808495.
HSL color Cylindrical-coordinate representation of color #EF1C3A: hue angle of 351.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.06 |
| HSL | 351.47º | 0.87% | 0.52% | - |
| HSV(B) | 351.47º | 0.88% | 0.94% | - |
| XYZ | 36.78 | 19.49 | 5.83 | - |
| YUV | 94.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 58 | 0 | 0.88 | 0.76 | 0.06 | 351.47 | 0.87 | 0.52 |
| Hex | EF | 1C | 3A | 0 | 58 | 4C | 6 | 15F | 57 | 34 |
| Octal | 357 | 34 | 72 | 0 | 130 | 114 | 6 | 537 | 127 | 64 |
| Binary | 11101111 | 11100 | 111010 | 0 | 1011000 | 1001100 | 110 | 101011111 | 1010111 | 110100 |
Color Harmonies of #EF1C3A
Complementary color
Monochromatic Colors of #EF1C3A
Black with #EF1C3A
Text Example
Text Example
White with #EF1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C3A; }
p { color: rgb(239,28,58); }
H1.HeaderClassName
{
color: #EF1C3A;
}
.AnyTagClassName
{
color: #EF1C3A;
}
</style>
background-color css
<style>
a { background-color: #EF1C3A; }
a { background-color: rgb(239,28,58); }
div.DivClassName
{
background-color: #EF1C3A;
}
.BgClassName
{
background-color: #EF1C3A;
}
</style>
border-color css
<style>
span { border-color: #EF1C3A; }
span { border-color: rgb(239,28,58); }
td.TdClassName
{
border-color: #EF1C3A;
}
.TagClassName
{
border-color: #EF1C3A;
}
</style>