Aspect Ratio Calculator
Simplify a width and height into a ratio, or scale dimensions to a target width or height while keeping the ratio.
About this calculator
Simplify a width and height into their aspect ratio, or scale one dimension to match a target width or height.
How to use
- Enter a width and height to see the simplified ratio (e.g. 1920×1080 → 16:9).
- Or switch to Scale mode: enter the original width and height, then a target width or height, to calculate the missing dimension while preserving the ratio.
- Press Calculate to see the result.
Tips
- 16:9 is the standard widescreen ratio for HD/4K video; 4:3 is the older standard-definition ratio; 1:1 is square (common for social media).
Formula
Simplified ratio = width ÷ GCD(width, height) : height ÷ GCD(width, height)