Shades of Torch Red #EF141D
Tints of Torch Red #EF141D
RGB
CMYK
RGB Variations
Color information
#EF141D (or 0xEF141D) is known color: Torch Red. HEX triplet: EF, 14 and 1D. RGB value is (239,20,29). Sum of RGB (Red+Green+Blue) = 239+20+29=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF141D is #10EBE2. Grayscale: #565656. Windows color (decimal): -1108963 or 1905903. OLE color: 1905903.
HSL color Cylindrical-coordinate representation of color #EF141D: hue angle of 357.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF141D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.06 |
| HSL | 357.53º | 0.87% | 0.51% | - |
| HSV(B) | 357.53º | 0.92% | 0.94% | - |
| XYZ | 36.07 | 18.94 | 2.92 | - |
| YUV | 86.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 29 | 0 | 0.92 | 0.88 | 0.06 | 357.53 | 0.87 | 0.51 |
| Hex | EF | 14 | 1D | 0 | 5C | 58 | 6 | 166 | 57 | 33 |
| Octal | 357 | 24 | 35 | 0 | 134 | 130 | 6 | 546 | 127 | 63 |
| Binary | 11101111 | 10100 | 11101 | 0 | 1011100 | 1011000 | 110 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EF141D
Complementary color
Monochromatic Colors of #EF141D
Black with #EF141D
Text Example
Text Example
White with #EF141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF141D; }
p { color: rgb(239,20,29); }
H1.HeaderClassName
{
color: #EF141D;
}
.AnyTagClassName
{
color: #EF141D;
}
</style>
background-color css
<style>
a { background-color: #EF141D; }
a { background-color: rgb(239,20,29); }
div.DivClassName
{
background-color: #EF141D;
}
.BgClassName
{
background-color: #EF141D;
}
</style>
border-color css
<style>
span { border-color: #EF141D; }
span { border-color: rgb(239,20,29); }
td.TdClassName
{
border-color: #EF141D;
}
.TagClassName
{
border-color: #EF141D;
}
</style>