All tools
Converters

Aspect Ratio Calculator

Simplify a ratio, or scale a dimension to match it.

🔒 Runs entirely in your browser — nothing here is ever uploaded

About the Aspect Ratio Calculator

Simplifies a width/height pair into its lowest-terms ratio (like 1920×1080 → 16:9), and scales a dimension to a new size while preserving that exact ratio.

100% Free Runs in Your Browser No Sign-Up Required
How to use it
  1. Enter a Width and Height.
  2. Read the simplified ratio and decimal ratio in the result panel.
  3. Enter a new Width to see the matching Height that preserves the same ratio.
Formula
Simplified ratio = width ÷ GCD(width, height) : height ÷ GCD(width, height), where GCD is the greatest common divisor of the two values (computed via the Euclidean algorithm) Scaled height = (new width × original height) ÷ original width
Worked example

1920×1080 simplifies to a 16:9 ratio (1.7778:1) — scaling to a new width of 1280px keeps that exact ratio at 720px tall, the standard 720p resolution.

Common aspect ratios
Common aspect ratios
RatioDecimalCommon use
1:11.0000Square — social media posts, album art
5:41.2500Older monitors, some print formats
4:31.3333Classic TV/monitor, older photography
3:21.500035mm film, most DSLR photos
16:101.6000Laptop/monitor displays
16:91.7778Widescreen video, HDTV, YouTube
21:92.3333Ultrawide monitors, cinematic video
9:160.5625Vertical/mobile video (Reels, Shorts, Stories)
Recommendations
  • Common video/display ratios are recognizable once simplified — 16:9 (widescreen), 4:3 (older TVs/monitors), 21:9 (ultrawide), and 1:1 (square) are the ones you'll see most often.
  • The GCD-based simplification is exact — no rounding — so the simplified ratio always represents the original dimensions precisely, unlike a decimal approximation.
  • For print or physical media, the same ratio math applies regardless of unit (inches, cm, pixels) — the ratio itself is unitless.
Frequently asked questions
Not every real-world image or video has been shot or cropped to a standard ratio — the simplified result is mathematically exact for whatever dimensions you entered, even if it doesn't match a common named ratio.
Sources