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