Shades of Alizarin #EF1A3C
Tints of Alizarin #EF1A3C
RGB
CMYK
RGB Variations
Color information
#EF1A3C (or 0xEF1A3C) is known color: Alizarin. HEX triplet: EF, 1A and 3C. RGB value is (239,26,60). Sum of RGB (Red+Green+Blue) = 239+26+60=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A3C is #10E5C3. Grayscale: #5D5D5D. Windows color (decimal): -1107396 or 3939055. OLE color: 3939055.
HSL color Cylindrical-coordinate representation of color #EF1A3C: hue angle of 350.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A3C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 60 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.06 |
| HSL | 350.42º | 0.87% | 0.52% | - |
| HSV(B) | 350.42º | 0.89% | 0.94% | - |
| XYZ | 36.78 | 19.42 | 6.08 | - |
| YUV | 93.56 | 109.07 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 60 | 0 | 0.89 | 0.75 | 0.06 | 350.42 | 0.87 | 0.52 |
| Hex | EF | 1A | 3C | 0 | 59 | 4B | 6 | 15E | 57 | 34 |
| Octal | 357 | 32 | 74 | 0 | 131 | 113 | 6 | 536 | 127 | 64 |
| Binary | 11101111 | 11010 | 111100 | 0 | 1011001 | 1001011 | 110 | 101011110 | 1010111 | 110100 |
Color Harmonies of #EF1A3C
Complementary color
Monochromatic Colors of #EF1A3C
Black with #EF1A3C
Text Example
Text Example
White with #EF1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A3C; }
p { color: rgb(239,26,60); }
H1.HeaderClassName
{
color: #EF1A3C;
}
.AnyTagClassName
{
color: #EF1A3C;
}
</style>
background-color css
<style>
a { background-color: #EF1A3C; }
a { background-color: rgb(239,26,60); }
div.DivClassName
{
background-color: #EF1A3C;
}
.BgClassName
{
background-color: #EF1A3C;
}
</style>
border-color css
<style>
span { border-color: #EF1A3C; }
span { border-color: rgb(239,26,60); }
td.TdClassName
{
border-color: #EF1A3C;
}
.TagClassName
{
border-color: #EF1A3C;
}
</style>