Shades of Alizarin #EF192C
Tints of Alizarin #EF192C
RGB
CMYK
RGB Variations
Color information
#EF192C (or 0xEF192C) is known color: Alizarin. HEX triplet: EF, 19 and 2C. RGB value is (239,25,44). Sum of RGB (Red+Green+Blue) = 239+25+44=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF192C is #10E6D3. Grayscale: #5B5B5B. Windows color (decimal): -1107668 or 2890223. OLE color: 2890223.
HSL color Cylindrical-coordinate representation of color #EF192C: hue angle of 354.67º 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 #EF192C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.06 |
| HSL | 354.67º | 0.87% | 0.52% | - |
| HSV(B) | 354.67º | 0.9% | 0.94% | - |
| XYZ | 36.4 | 19.23 | 4.18 | - |
| YUV | 91.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 44 | 0 | 0.90 | 0.82 | 0.06 | 354.67 | 0.87 | 0.52 |
| Hex | EF | 19 | 2C | 0 | 5A | 52 | 6 | 163 | 57 | 34 |
| Octal | 357 | 31 | 54 | 0 | 132 | 122 | 6 | 543 | 127 | 64 |
| Binary | 11101111 | 11001 | 101100 | 0 | 1011010 | 1010010 | 110 | 101100011 | 1010111 | 110100 |
Color Harmonies of #EF192C
Complementary color
Monochromatic Colors of #EF192C
Black with #EF192C
Text Example
Text Example
White with #EF192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF192C; }
p { color: rgb(239,25,44); }
H1.HeaderClassName
{
color: #EF192C;
}
.AnyTagClassName
{
color: #EF192C;
}
</style>
background-color css
<style>
a { background-color: #EF192C; }
a { background-color: rgb(239,25,44); }
div.DivClassName
{
background-color: #EF192C;
}
.BgClassName
{
background-color: #EF192C;
}
</style>
border-color css
<style>
span { border-color: #EF192C; }
span { border-color: rgb(239,25,44); }
td.TdClassName
{
border-color: #EF192C;
}
.TagClassName
{
border-color: #EF192C;
}
</style>