Shades of Alizarin #EF1F3C
Tints of Alizarin #EF1F3C
RGB
CMYK
RGB Variations
Color information
#EF1F3C (or 0xEF1F3C) is known color: Alizarin. HEX triplet: EF, 1F and 3C. RGB value is (239,31,60). Sum of RGB (Red+Green+Blue) = 239+31+60=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F3C is #10E0C3. Grayscale: #606060. Windows color (decimal): -1106116 or 3940335. OLE color: 3940335.
HSL color Cylindrical-coordinate representation of color #EF1F3C: hue angle of 351.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F3C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 60 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.06 |
| HSL | 351.63º | 0.87% | 0.53% | - |
| HSV(B) | 351.63º | 0.87% | 0.94% | - |
| XYZ | 36.9 | 19.66 | 6.12 | - |
| YUV | 96.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 60 | 0 | 0.87 | 0.75 | 0.06 | 351.63 | 0.87 | 0.53 |
| Hex | EF | 1F | 3C | 0 | 57 | 4B | 6 | 160 | 57 | 35 |
| Octal | 357 | 37 | 74 | 0 | 127 | 113 | 6 | 540 | 127 | 65 |
| Binary | 11101111 | 11111 | 111100 | 0 | 1010111 | 1001011 | 110 | 101100000 | 1010111 | 110101 |
Color Harmonies of #EF1F3C
Complementary color
Monochromatic Colors of #EF1F3C
Black with #EF1F3C
Text Example
Text Example
White with #EF1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F3C; }
p { color: rgb(239,31,60); }
H1.HeaderClassName
{
color: #EF1F3C;
}
.AnyTagClassName
{
color: #EF1F3C;
}
</style>
background-color css
<style>
a { background-color: #EF1F3C; }
a { background-color: rgb(239,31,60); }
div.DivClassName
{
background-color: #EF1F3C;
}
.BgClassName
{
background-color: #EF1F3C;
}
</style>
border-color css
<style>
span { border-color: #EF1F3C; }
span { border-color: rgb(239,31,60); }
td.TdClassName
{
border-color: #EF1F3C;
}
.TagClassName
{
border-color: #EF1F3C;
}
</style>