Shades of Torch Red #EF073C
Tints of Torch Red #EF073C
RGB
CMYK
RGB Variations
Color information
#EF073C (or 0xEF073C) is known color: Torch Red. HEX triplet: EF, 07 and 3C. RGB value is (239,7,60). Sum of RGB (Red+Green+Blue) = 239+7+60=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF073C is #10F8C3. Grayscale: #525252. Windows color (decimal): -1112260 or 3934191. OLE color: 3934191.
HSL color Cylindrical-coordinate representation of color #EF073C: hue angle of 346.29º 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 #EF073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.06 |
| HSL | 346.29º | 0.94% | 0.48% | - |
| HSV(B) | 346.29º | 0.97% | 0.94% | - |
| XYZ | 36.49 | 18.83 | 5.99 | - |
| YUV | 82.41 | 115.36 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 60 | 0 | 0.97 | 0.75 | 0.06 | 346.29 | 0.94 | 0.48 |
| Hex | EF | 7 | 3C | 0 | 61 | 4B | 6 | 15A | 5E | 30 |
| Octal | 357 | 7 | 74 | 0 | 141 | 113 | 6 | 532 | 136 | 60 |
| Binary | 11101111 | 111 | 111100 | 0 | 1100001 | 1001011 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EF073C
Complementary color
Monochromatic Colors of #EF073C
Black with #EF073C
Text Example
Text Example
White with #EF073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF073C; }
p { color: rgb(239,7,60); }
H1.HeaderClassName
{
color: #EF073C;
}
.AnyTagClassName
{
color: #EF073C;
}
</style>
background-color css
<style>
a { background-color: #EF073C; }
a { background-color: rgb(239,7,60); }
div.DivClassName
{
background-color: #EF073C;
}
.BgClassName
{
background-color: #EF073C;
}
</style>
border-color css
<style>
span { border-color: #EF073C; }
span { border-color: rgb(239,7,60); }
td.TdClassName
{
border-color: #EF073C;
}
.TagClassName
{
border-color: #EF073C;
}
</style>