Shades of Alizarin #EF191F
Tints of Alizarin #EF191F
RGB
CMYK
RGB Variations
Color information
#EF191F (or 0xEF191F) is known color: Alizarin. HEX triplet: EF, 19 and 1F. RGB value is (239,25,31). Sum of RGB (Red+Green+Blue) = 239+25+31=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF191F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF191F is #10E6E0. Grayscale: #595959. Windows color (decimal): -1107681 or 2038255. OLE color: 2038255.
HSL color Cylindrical-coordinate representation of color #EF191F: hue angle of 358.32º 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 #EF191F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 31 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.06 |
| HSL | 358.32º | 0.87% | 0.52% | - |
| HSV(B) | 358.32º | 0.9% | 0.94% | - |
| XYZ | 36.19 | 19.14 | 3.08 | - |
| YUV | 89.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 31 | 0 | 0.90 | 0.87 | 0.06 | 358.32 | 0.87 | 0.52 |
| Hex | EF | 19 | 1F | 0 | 5A | 57 | 6 | 166 | 57 | 34 |
| Octal | 357 | 31 | 37 | 0 | 132 | 127 | 6 | 546 | 127 | 64 |
| Binary | 11101111 | 11001 | 11111 | 0 | 1011010 | 1010111 | 110 | 101100110 | 1010111 | 110100 |
Color Harmonies of #EF191F
Complementary color
Monochromatic Colors of #EF191F
Black with #EF191F
Text Example
Text Example
White with #EF191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF191F; }
p { color: rgb(239,25,31); }
H1.HeaderClassName
{
color: #EF191F;
}
.AnyTagClassName
{
color: #EF191F;
}
</style>
background-color css
<style>
a { background-color: #EF191F; }
a { background-color: rgb(239,25,31); }
div.DivClassName
{
background-color: #EF191F;
}
.BgClassName
{
background-color: #EF191F;
}
</style>
border-color css
<style>
span { border-color: #EF191F; }
span { border-color: rgb(239,25,31); }
td.TdClassName
{
border-color: #EF191F;
}
.TagClassName
{
border-color: #EF191F;
}
</style>