Shades of Torch Red #EF073E
Tints of Torch Red #EF073E
RGB
CMYK
RGB Variations
Color information
#EF073E (or 0xEF073E) is known color: Torch Red. HEX triplet: EF, 07 and 3E. RGB value is (239,7,62). Sum of RGB (Red+Green+Blue) = 239+7+62=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF073E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF073E is #10F8C1. Grayscale: #525252. Windows color (decimal): -1112258 or 4065263. OLE color: 4065263.
HSL color Cylindrical-coordinate representation of color #EF073E: hue angle of 345.78º 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 #EF073E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 345.78º | 0.94% | 0.48% | - |
| HSV(B) | 345.78º | 0.97% | 0.94% | - |
| XYZ | 36.54 | 18.85 | 6.27 | - |
| YUV | 82.64 | 116.36 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 62 | 0 | 0.97 | 0.74 | 0.06 | 345.78 | 0.94 | 0.48 |
| Hex | EF | 7 | 3E | 0 | 61 | 4A | 6 | 15A | 5E | 30 |
| Octal | 357 | 7 | 76 | 0 | 141 | 112 | 6 | 532 | 136 | 60 |
| Binary | 11101111 | 111 | 111110 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EF073E
Complementary color
Monochromatic Colors of #EF073E
Black with #EF073E
Text Example
Text Example
White with #EF073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF073E; }
p { color: rgb(239,7,62); }
H1.HeaderClassName
{
color: #EF073E;
}
.AnyTagClassName
{
color: #EF073E;
}
</style>
background-color css
<style>
a { background-color: #EF073E; }
a { background-color: rgb(239,7,62); }
div.DivClassName
{
background-color: #EF073E;
}
.BgClassName
{
background-color: #EF073E;
}
</style>
border-color css
<style>
span { border-color: #EF073E; }
span { border-color: rgb(239,7,62); }
td.TdClassName
{
border-color: #EF073E;
}
.TagClassName
{
border-color: #EF073E;
}
</style>