Shades of Torch Red #EF111C
Tints of Torch Red #EF111C
RGB
CMYK
RGB Variations
Color information
#EF111C (or 0xEF111C) is known color: Torch Red. HEX triplet: EF, 11 and 1C. RGB value is (239,17,28). Sum of RGB (Red+Green+Blue) = 239+17+28=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF111C is #10EEE3. Grayscale: #545454. Windows color (decimal): -1109732 or 1839599. OLE color: 1839599.
HSL color Cylindrical-coordinate representation of color #EF111C: hue angle of 357.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.06 |
| HSL | 357.03º | 0.87% | 0.5% | - |
| HSV(B) | 357.03º | 0.93% | 0.94% | - |
| XYZ | 36.01 | 18.84 | 2.84 | - |
| YUV | 84.63 | 96.05 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 28 | 0 | 0.93 | 0.88 | 0.06 | 357.03 | 0.87 | 0.5 |
| Hex | EF | 11 | 1C | 0 | 5D | 58 | 6 | 165 | 57 | 32 |
| Octal | 357 | 21 | 34 | 0 | 135 | 130 | 6 | 545 | 127 | 62 |
| Binary | 11101111 | 10001 | 11100 | 0 | 1011101 | 1011000 | 110 | 101100101 | 1010111 | 110010 |
Color Harmonies of #EF111C
Complementary color
Monochromatic Colors of #EF111C
Black with #EF111C
Text Example
Text Example
White with #EF111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF111C; }
p { color: rgb(239,17,28); }
H1.HeaderClassName
{
color: #EF111C;
}
.AnyTagClassName
{
color: #EF111C;
}
</style>
background-color css
<style>
a { background-color: #EF111C; }
a { background-color: rgb(239,17,28); }
div.DivClassName
{
background-color: #EF111C;
}
.BgClassName
{
background-color: #EF111C;
}
</style>
border-color css
<style>
span { border-color: #EF111C; }
span { border-color: rgb(239,17,28); }
td.TdClassName
{
border-color: #EF111C;
}
.TagClassName
{
border-color: #EF111C;
}
</style>