Simplify Ratio Calculator
Reduce any ratio to its simplest form with GCD.
Enter Values
Your Results
Ratio
--:--
Simplified
--:--
GCD
--
Simplify ratios instantly
Use this tool when you only need one thing: reducing a:b to its simplest form.
Example:
12:18becomes2:3150:35becomes30:7
This page is part of our Ratio Calculator hub, where you can also convert ratios to percentages and scale dimensions.
How simplification works
- Find the greatest common divisor (GCD)
- Divide both sides of the ratio by that GCD
- Keep order the same
simplified = (a / gcd(a,b)) : (b / gcd(a,b))