Shades of Torch Red #EF0014
Tints of Torch Red #EF0014
RGB
CMYK
RGB Variations
Color information
#EF0014 (or 0xEF0014) is known color: Torch Red. HEX triplet: EF, 00 and 14. RGB value is (239,0,20). Sum of RGB (Red+Green+Blue) = 239+0+20=259 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.28% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0014 is #10FFEB. Grayscale: #494949. Windows color (decimal): -1114092 or 1310959. OLE color: 1310959.
HSL color Cylindrical-coordinate representation of color #EF0014: hue angle of 354.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0014 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.92 | 0.06 |
| HSL | 354.98º | 1% | 0.47% | - |
| HSV(B) | 354.98º | 1% | 0.94% | - |
| XYZ | 35.72 | 18.4 | 2.33 | - |
| YUV | 73.74 | 97.68 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 20 | 0 | 1 | 0.92 | 0.06 | 354.98 | 1 | 0.47 |
| Hex | EF | 0 | 14 | 0 | 64 | 5C | 6 | 163 | 64 | 2F |
| Octal | 357 | 0 | 24 | 0 | 144 | 134 | 6 | 543 | 144 | 57 |
| Binary | 11101111 | 0 | 10100 | 0 | 1100100 | 1011100 | 110 | 101100011 | 1100100 | 101111 |
Color Harmonies of #EF0014
Complementary color
Monochromatic Colors of #EF0014
Black with #EF0014
Text Example
Text Example
White with #EF0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0014; }
p { color: rgb(239,0,20); }
H1.HeaderClassName
{
color: #EF0014;
}
.AnyTagClassName
{
color: #EF0014;
}
</style>
background-color css
<style>
a { background-color: #EF0014; }
a { background-color: rgb(239,0,20); }
div.DivClassName
{
background-color: #EF0014;
}
.BgClassName
{
background-color: #EF0014;
}
</style>
border-color css
<style>
span { border-color: #EF0014; }
span { border-color: rgb(239,0,20); }
td.TdClassName
{
border-color: #EF0014;
}
.TagClassName
{
border-color: #EF0014;
}
</style>