Shades of Torch Red #EF073D
Tints of Torch Red #EF073D
RGB
CMYK
RGB Variations
Color information
#EF073D (or 0xEF073D) is known color: Torch Red. HEX triplet: EF, 07 and 3D. RGB value is (239,7,61). Sum of RGB (Red+Green+Blue) = 239+7+61=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF073D is #10F8C2. Grayscale: #525252. Windows color (decimal): -1112259 or 3999727. OLE color: 3999727.
HSL color Cylindrical-coordinate representation of color #EF073D: hue angle of 346.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF073D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 346.03º | 0.94% | 0.48% | - |
| HSV(B) | 346.03º | 0.97% | 0.94% | - |
| XYZ | 36.51 | 18.84 | 6.13 | - |
| YUV | 82.52 | 115.86 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 61 | 0 | 0.97 | 0.74 | 0.06 | 346.03 | 0.94 | 0.48 |
| Hex | EF | 7 | 3D | 0 | 61 | 4A | 6 | 15A | 5E | 30 |
| Octal | 357 | 7 | 75 | 0 | 141 | 112 | 6 | 532 | 136 | 60 |
| Binary | 11101111 | 111 | 111101 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EF073D
Complementary color
Monochromatic Colors of #EF073D
Black with #EF073D
Text Example
Text Example
White with #EF073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF073D; }
p { color: rgb(239,7,61); }
H1.HeaderClassName
{
color: #EF073D;
}
.AnyTagClassName
{
color: #EF073D;
}
</style>
background-color css
<style>
a { background-color: #EF073D; }
a { background-color: rgb(239,7,61); }
div.DivClassName
{
background-color: #EF073D;
}
.BgClassName
{
background-color: #EF073D;
}
</style>
border-color css
<style>
span { border-color: #EF073D; }
span { border-color: rgb(239,7,61); }
td.TdClassName
{
border-color: #EF073D;
}
.TagClassName
{
border-color: #EF073D;
}
</style>