Shades of Torch Red #EF171C
Tints of Torch Red #EF171C
RGB
CMYK
RGB Variations
Color information
#EF171C (or 0xEF171C) is known color: Torch Red. HEX triplet: EF, 17 and 1C. RGB value is (239,23,28). Sum of RGB (Red+Green+Blue) = 239+23+28=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF171C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF171C is #10E8E3. Grayscale: #585858. Windows color (decimal): -1108196 or 1841135. OLE color: 1841135.
HSL color Cylindrical-coordinate representation of color #EF171C: hue angle of 358.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF171C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.06 |
| HSL | 358.61º | 0.87% | 0.51% | - |
| HSV(B) | 358.61º | 0.9% | 0.94% | - |
| XYZ | 36.11 | 19.05 | 2.87 | - |
| YUV | 88.15 | 94.06 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 28 | 0 | 0.90 | 0.88 | 0.06 | 358.61 | 0.87 | 0.51 |
| Hex | EF | 17 | 1C | 0 | 5A | 58 | 6 | 167 | 57 | 33 |
| Octal | 357 | 27 | 34 | 0 | 132 | 130 | 6 | 547 | 127 | 63 |
| Binary | 11101111 | 10111 | 11100 | 0 | 1011010 | 1011000 | 110 | 101100111 | 1010111 | 110011 |
Color Harmonies of #EF171C
Complementary color
Monochromatic Colors of #EF171C
Black with #EF171C
Text Example
Text Example
White with #EF171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF171C; }
p { color: rgb(239,23,28); }
H1.HeaderClassName
{
color: #EF171C;
}
.AnyTagClassName
{
color: #EF171C;
}
</style>
background-color css
<style>
a { background-color: #EF171C; }
a { background-color: rgb(239,23,28); }
div.DivClassName
{
background-color: #EF171C;
}
.BgClassName
{
background-color: #EF171C;
}
</style>
border-color css
<style>
span { border-color: #EF171C; }
span { border-color: rgb(239,23,28); }
td.TdClassName
{
border-color: #EF171C;
}
.TagClassName
{
border-color: #EF171C;
}
</style>