Shades of Alizarin #EF192E
Tints of Alizarin #EF192E
RGB
CMYK
RGB Variations
Color information
#EF192E (or 0xEF192E) is known color: Alizarin. HEX triplet: EF, 19 and 2E. RGB value is (239,25,46). Sum of RGB (Red+Green+Blue) = 239+25+46=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF192E is #10E6D1. Grayscale: #5B5B5B. Windows color (decimal): -1107666 or 3021295. OLE color: 3021295.
HSL color Cylindrical-coordinate representation of color #EF192E: hue angle of 354.11º 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 #EF192E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.06 |
| HSL | 354.11º | 0.87% | 0.52% | - |
| HSV(B) | 354.11º | 0.9% | 0.94% | - |
| XYZ | 36.44 | 19.24 | 4.38 | - |
| YUV | 91.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 46 | 0 | 0.90 | 0.81 | 0.06 | 354.11 | 0.87 | 0.52 |
| Hex | EF | 19 | 2E | 0 | 5A | 51 | 6 | 162 | 57 | 34 |
| Octal | 357 | 31 | 56 | 0 | 132 | 121 | 6 | 542 | 127 | 64 |
| Binary | 11101111 | 11001 | 101110 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1010111 | 110100 |
Color Harmonies of #EF192E
Complementary color
Monochromatic Colors of #EF192E
Black with #EF192E
Text Example
Text Example
White with #EF192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF192E; }
p { color: rgb(239,25,46); }
H1.HeaderClassName
{
color: #EF192E;
}
.AnyTagClassName
{
color: #EF192E;
}
</style>
background-color css
<style>
a { background-color: #EF192E; }
a { background-color: rgb(239,25,46); }
div.DivClassName
{
background-color: #EF192E;
}
.BgClassName
{
background-color: #EF192E;
}
</style>
border-color css
<style>
span { border-color: #EF192E; }
span { border-color: rgb(239,25,46); }
td.TdClassName
{
border-color: #EF192E;
}
.TagClassName
{
border-color: #EF192E;
}
</style>