Heart Rate & Training Zone Calculator
Optimize your workouts and monitor your cardiovascular health
Intensity: 70%
Your Personal Heart Metrics
Max Heart Rate
–
(Fox Formula)
Target Heart Rate
–
(Karvonen Formula)
Heart Rate Training Zones:
How the Heart Rate Calculator Works
A heart rate calculator is an essential tool for athletes and fitness enthusiasts to determine their cardiovascular limits and optimize training intensity. By calculating your Maximum Heart Rate (MHR) and Target Heart Rate (THR), you can ensure you are working out efficiently—whether your goal is fat loss, endurance, or peak performance.
The Math Behind the Beats
This calculator utilizes two primary scientific formulas to provide accurate data:
- The Fox Formula: The simplest method to estimate MHR (220 – Age).
- The Karvonen Formula: Considered more accurate because it incorporates your Heart Rate Reserve (HRR). It uses the formula: Target HR = ((Max HR − Resting HR) × %Intensity) + Resting HR.
Understanding Training Zones
Training in specific heart rate zones yields different physiological results:
| Zone | Intensity | Benefit |
|---|---|---|
| Zone 1 | 50-60% | Warm-up & Recovery |
| Zone 2 | 60-70% | Fat Burn & Basic Endurance |
| Zone 3 | 70-80% | Aerobic Capacity (Cardio) |
| Zone 4 | 80-90% | Anaerobic Threshold |
| Zone 5 | 90-100% | Maximum Performance |
Practical Example
If you are 40 years old with a resting heart rate of 60 BPM and want to train at 70% intensity:
- Max HR = 220 – 40 = 180 BPM
- Heart Rate Reserve = 180 – 60 = 120 BPM
- Target HR = (120 × 0.70) + 60 = 84 + 60 = 144 BPM
' +
'' + zones[i].name + '' +
'' + zoneMin + ' – ' + zoneMax + ' BPM' +
'
';
}
document.getElementById('hr_zones_list').innerHTML = zonesHTML;
document.getElementById('hr_results').style.display = 'block';
}