Shades of Torch Red #EF073B
Tints of Torch Red #EF073B
RGB
CMYK
RGB Variations
Color information
#EF073B (or 0xEF073B) is known color: Torch Red. HEX triplet: EF, 07 and 3B. RGB value is (239,7,59). Sum of RGB (Red+Green+Blue) = 239+7+59=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF073B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF073B is #10F8C4. Grayscale: #525252. Windows color (decimal): -1112261 or 3868655. OLE color: 3868655.
HSL color Cylindrical-coordinate representation of color #EF073B: hue angle of 346.55º 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 #EF073B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.06 |
| HSL | 346.55º | 0.94% | 0.48% | - |
| HSV(B) | 346.55º | 0.97% | 0.94% | - |
| XYZ | 36.46 | 18.82 | 5.85 | - |
| YUV | 82.3 | 114.86 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 59 | 0 | 0.97 | 0.75 | 0.06 | 346.55 | 0.94 | 0.48 |
| Hex | EF | 7 | 3B | 0 | 61 | 4B | 6 | 15B | 5E | 30 |
| Octal | 357 | 7 | 73 | 0 | 141 | 113 | 6 | 533 | 136 | 60 |
| Binary | 11101111 | 111 | 111011 | 0 | 1100001 | 1001011 | 110 | 101011011 | 1011110 | 110000 |
Color Harmonies of #EF073B
Complementary color
Monochromatic Colors of #EF073B
Black with #EF073B
Text Example
Text Example
White with #EF073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF073B; }
p { color: rgb(239,7,59); }
H1.HeaderClassName
{
color: #EF073B;
}
.AnyTagClassName
{
color: #EF073B;
}
</style>
background-color css
<style>
a { background-color: #EF073B; }
a { background-color: rgb(239,7,59); }
div.DivClassName
{
background-color: #EF073B;
}
.BgClassName
{
background-color: #EF073B;
}
</style>
border-color css
<style>
span { border-color: #EF073B; }
span { border-color: rgb(239,7,59); }
td.TdClassName
{
border-color: #EF073B;
}
.TagClassName
{
border-color: #EF073B;
}
</style>