Shades of Torch Red #EF171D
Tints of Torch Red #EF171D
RGB
CMYK
RGB Variations
Color information
#EF171D (or 0xEF171D) is known color: Torch Red. HEX triplet: EF, 17 and 1D. RGB value is (239,23,29). Sum of RGB (Red+Green+Blue) = 239+23+29=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF171D is #10E8E2. Grayscale: #585858. Windows color (decimal): -1108195 or 1906671. OLE color: 1906671.
HSL color Cylindrical-coordinate representation of color #EF171D: hue angle of 358.33º 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 #EF171D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.06 |
| HSL | 358.33º | 0.87% | 0.51% | - |
| HSV(B) | 358.33º | 0.9% | 0.94% | - |
| XYZ | 36.12 | 19.05 | 2.94 | - |
| YUV | 88.27 | 94.56 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 29 | 0 | 0.90 | 0.88 | 0.06 | 358.33 | 0.87 | 0.51 |
| Hex | EF | 17 | 1D | 0 | 5A | 58 | 6 | 166 | 57 | 33 |
| Octal | 357 | 27 | 35 | 0 | 132 | 130 | 6 | 546 | 127 | 63 |
| Binary | 11101111 | 10111 | 11101 | 0 | 1011010 | 1011000 | 110 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EF171D
Complementary color
Monochromatic Colors of #EF171D
Black with #EF171D
Text Example
Text Example
White with #EF171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF171D; }
p { color: rgb(239,23,29); }
H1.HeaderClassName
{
color: #EF171D;
}
.AnyTagClassName
{
color: #EF171D;
}
</style>
background-color css
<style>
a { background-color: #EF171D; }
a { background-color: rgb(239,23,29); }
div.DivClassName
{
background-color: #EF171D;
}
.BgClassName
{
background-color: #EF171D;
}
</style>
border-color css
<style>
span { border-color: #EF171D; }
span { border-color: rgb(239,23,29); }
td.TdClassName
{
border-color: #EF171D;
}
.TagClassName
{
border-color: #EF171D;
}
</style>