Shades of Alizarin #EF191C
Tints of Alizarin #EF191C
RGB
CMYK
RGB Variations
Color information
#EF191C (or 0xEF191C) is known color: Alizarin. HEX triplet: EF, 19 and 1C. RGB value is (239,25,28). Sum of RGB (Red+Green+Blue) = 239+25+28=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF191C is #10E6E3. Grayscale: #595959. Windows color (decimal): -1107684 or 1841647. OLE color: 1841647.
HSL color Cylindrical-coordinate representation of color #EF191C: hue angle of 359.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF191C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.06 |
| HSL | 359.16º | 0.87% | 0.52% | - |
| HSV(B) | 359.16º | 0.9% | 0.94% | - |
| XYZ | 36.15 | 19.13 | 2.89 | - |
| YUV | 89.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 28 | 0 | 0.90 | 0.88 | 0.06 | 359.16 | 0.87 | 0.52 |
| Hex | EF | 19 | 1C | 0 | 5A | 58 | 6 | 167 | 57 | 34 |
| Octal | 357 | 31 | 34 | 0 | 132 | 130 | 6 | 547 | 127 | 64 |
| Binary | 11101111 | 11001 | 11100 | 0 | 1011010 | 1011000 | 110 | 101100111 | 1010111 | 110100 |
Color Harmonies of #EF191C
Complementary color
Monochromatic Colors of #EF191C
Black with #EF191C
Text Example
Text Example
White with #EF191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF191C; }
p { color: rgb(239,25,28); }
H1.HeaderClassName
{
color: #EF191C;
}
.AnyTagClassName
{
color: #EF191C;
}
</style>
background-color css
<style>
a { background-color: #EF191C; }
a { background-color: rgb(239,25,28); }
div.DivClassName
{
background-color: #EF191C;
}
.BgClassName
{
background-color: #EF191C;
}
</style>
border-color css
<style>
span { border-color: #EF191C; }
span { border-color: rgb(239,25,28); }
td.TdClassName
{
border-color: #EF191C;
}
.TagClassName
{
border-color: #EF191C;
}
</style>