Aspect Ratio Calculator

Calculate aspect ratios, resize dimensions proportionally, and convert between common display and video formats like 16:9, 4:3, 21:9, and more.

Aspect Ratio
16:9
Decimal: 1.7778
Resolution
1920 × 1080
2.07 megapixels
Diagonal (px)
2,202.9
Pythagorean diagonal
Resized
1280 × 720
Same ratio, new size
Closest Standard
16:9
0.00% difference
Orientation
Landscape
1.778:1

Ratio Preview

16:9
16:9
4:3
1:1

Standard Ratio Comparison

RatioDecimalDifferenceMatch
16:91.77780.00%
1.85:11.85003.90%
16:101.600011.11%
3:21.500018.52%
4:31.333333.33%
21:92.333323.81%
2.35:12.350024.35%
1:11.000077.78%
32:93.555650.00%
Common Resolutions by Ratio
RatioResolutions
16:91280×720, 1920×1080, 2560×1440, 3840×2160
16:101280×800, 1440×900, 1920×1200, 2560×1600
4:3640×480, 800×600, 1024×768, 1600×1200
21:92560×1080, 3440×1440, 5120×2160
32:93840×1080, 5120×1440
3:22160×1440, 3000×2000, 6000×4000
1:11080×1080, 2048×2048
Planning notes, formulas, and examples

About the Aspect Ratio Calculator

The Aspect Ratio Calculator helps you resize images, videos, and screens while preserving the correct proportions. Enter any two values — width, height, or the ratio itself — and get the missing dimension, the simplified ratio, and comparisons to standard formats.

Aspect ratio defines the proportional relationship between width and height. A 16:9 ratio means for every 16 units of width, there are 9 units of height. Getting this right matters for video production, responsive web design, print layouts, photography cropping, and display purchasing decisions.

Whether you're preparing a YouTube thumbnail at 16:9, cropping a photo for Instagram's 4:5 portrait mode, or calculating the pixel dimensions for a 21:9 ultrawide monitor, this calculator gives you the resized dimensions together with visual previews of how different ratios compare. It is also handy when you need to match a source file to a required output format without guessing. That keeps cropping and resizing consistent across different platforms.

When This Page Helps

Use this calculator when you need one dimension to scale from another without distorting the image. It is useful for video exports, responsive image slots, social media crops, presentation slides, and checking whether a source file matches a required screen format. That keeps resize decisions consistent instead of approximating by eye.

How to Use the Inputs

  1. Enter the width and height of your source image or screen.
  2. The calculator automatically computes the simplified aspect ratio.
  3. To resize, enter a new width or height and get the proportional counterpart.
  4. Use presets for common formats (16:9, 4:3, 1:1, etc.).
  5. Compare your ratio against standard display and video formats.
  6. View the visual comparison to see how ratios differ in shape.
Formula used
Aspect Ratio = W : H (simplified by GCD). New Height = New Width × (Original Height / Original Width). GCD computed via Euclidean algorithm.

Example Calculation

Result: 16:9

GCD(1920, 1080) = 120. 1920/120 = 16, 1080/120 = 9, giving a 16:9 aspect ratio. To resize to 1280 wide: 1280 × (9/16) = 720, so 1280×720.

Tips & Best Practices

  • For social media, save presets: 1:1 (Instagram square), 4:5 (Instagram portrait), 16:9 (YouTube), 9:16 (Stories/Reels).
  • When printing photos, 3:2 fits standard 4×6 and 6×9 prints without cropping.
  • Ultrawide 21:9 content looks letterboxed on 16:9 screens and vice versa.
  • For web design, use CSS aspect-ratio property to maintain ratios in responsive layouts.
  • Cinema uses even wider ratios: 2.35:1 (CinemaScope) and 2.39:1 (anamorphic widescreen).

Understanding Aspect Ratios in Digital Media

Aspect ratio is one of the most fundamental properties of any visual medium. From the earliest days of cinema (the Academy ratio of 1.375:1) to modern 8K displays (16:9), every screen, image, and video frame has a defined proportional relationship between width and height.

In web development, aspect ratios determine how images and videos respond to different viewport sizes. The CSS aspect-ratio property lets developers enforce consistent proportions. In video production, choosing the wrong export ratio means letterboxing or pillarboxing on the target display.

Common Ratios by Use Case

For social media: 1:1 (Instagram feed), 4:5 (Instagram portrait — maximizes screen space), 9:16 (Stories, Reels, TikTok), 16:9 (YouTube, Twitter video). For cinema: 1.85:1 (flat widescreen), 2.39:1 (anamorphic scope). For monitors: 16:9 (standard), 16:10 (productivity), 21:9 (ultrawide), 32:9 (super ultrawide). For print: 3:2 (standard photos), 5:4 (8×10 prints), 4:3 (old TV format).

Resolution vs. Ratio

Resolution (pixel count) and aspect ratio are independent concepts often confused. 1920×1080 and 1280×720 are different resolutions but share the same 16:9 ratio. When resizing, maintain the ratio to avoid distortion — change one dimension and calculate the other proportionally.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • 16:9 is the standard for HD, Full HD, and 4K video (1280×720, 1920×1080, 3840×2160). It's also the default for YouTube, streaming services, and modern TVs.