Aspect Ratio Calculator
Aspect Ratio
—
Simplified
—
Resized Dimensions
—
How Aspect Ratios Work
An aspect ratio is the proportional relationship between the width and height of an image, video, or display. It is expressed as two numbers separated by a colon (e.g., 16:9) and defines the shape of the visual content without specifying its actual size. According to the Society of Motion Picture and Television Engineers (SMPTE), the 16:9 ratio became the international standard for HDTV in 2009 because it offered the best mathematical compromise between the 4:3 television format and wider cinema formats.
This calculator determines the aspect ratio from any width and height, simplifies it to its lowest terms using the greatest common divisor (GCD), and can proportionally resize dimensions when you enter a new width or height. Photographers, videographers, web designers, and social media managers use aspect ratio calculations daily to ensure content displays correctly without cropping or distortion. For file size estimation, use the video file size calculator alongside this tool.
How Aspect Ratio Is Calculated
The aspect ratio calculation uses the greatest common divisor (GCD) — the largest number that divides evenly into both width and height:
Aspect Ratio = (Width / GCD) : (Height / GCD)
Worked example: For a 1920 × 1080 display, the GCD of 1920 and 1080 is 120. So 1920/120 = 16 and 1080/120 = 9, giving an aspect ratio of 16:9.
To resize proportionally: new height = new width × (original height / original width). For example, to resize 1920 × 1080 to a width of 800: new height = 800 × (1080/1920) = 450, maintaining the 16:9 ratio.
Key Terms You Should Know
- Aspect ratio — the proportional relationship between width and height, expressed as W:H (e.g., 16:9, 4:3).
- Resolution — the actual pixel dimensions of an image or display (e.g., 1920x1080). Determines sharpness, not shape.
- GCD (Greatest Common Divisor) — the largest number that divides both width and height evenly, used to simplify the ratio.
- Letterboxing — black bars added to the top and bottom when content is wider than the display's aspect ratio.
- Pillarboxing — black bars added to the left and right when content is narrower than the display's aspect ratio.
- Crop — removing edges of an image to fit a different aspect ratio, resulting in lost content.
Common Aspect Ratios Reference
| Ratio | Decimal | Common Resolutions | Use Case |
|---|---|---|---|
| 16:9 | 1.778 | 1920x1080, 3840x2160 | HDTV, YouTube, monitors |
| 4:3 | 1.333 | 1024x768, 2048x1536 | iPads, older TVs, presentations |
| 3:2 | 1.500 | 6000x4000, 4500x3000 | DSLR photos, Surface devices |
| 1:1 | 1.000 | 1080x1080, 2048x2048 | Instagram posts, album art |
| 9:16 | 0.563 | 1080x1920 | TikTok, Instagram Reels, Stories |
| 21:9 | 2.333 | 2560x1080, 3440x1440 | Ultrawide monitors, cinema |
| 4:5 | 0.800 | 1080x1350 | Instagram portrait posts |
Practical Examples
Example 1 — Social media content: You have a 4000 × 3000 photo (4:3 from a smartphone). For Instagram feed (4:5), you need 1080 × 1350. Cropping from 4:3 to 4:5 means losing some width or adding height — using a 3000-height crop at 4:5 requires width = 3000 × (4/5) = 2400. You lose 800 pixels from each side of the original. For image resolution details, check the resolution calculator.
Example 2 — Monitor selection: A 34-inch ultrawide monitor at 21:9 has actual dimensions of approximately 31.7 × 13.4 inches. A 27-inch 16:9 monitor is about 23.5 × 13.2 inches. The ultrawide provides 35% more horizontal workspace despite similar diagonal sizes — ideal for video editing or multitasking with side-by-side windows.
Example 3 — Video letterboxing: A 2.39:1 cinema film (e.g., 2560 × 1072) played on a 16:9 TV (1920 × 1080) will have black bars top and bottom. The video fills the full width (1920) but only 1920/2.39 ≈ 803 pixels of height, leaving 277 pixels of letterboxing (about 138 pixels on top and bottom).
Tips for Working with Aspect Ratios
- Lock aspect ratio when resizing: Most design tools (Photoshop, Figma, Canva) have a lock/chain icon that constrains proportions. Always enable this to prevent distortion.
- Design for the tightest crop: If your content will appear on multiple platforms (16:9 YouTube, 9:16 TikTok, 1:1 Instagram), keep critical elements in the center 1:1 area so nothing important is cropped in any format.
- Use CSS
aspect-ratiofor web: Modern CSS supportsaspect-ratio: 16/9to create responsive containers that maintain their ratio at any screen width, eliminating layout shift. - Cinema vs. TV ratios: Most modern films are shot at 2.39:1 (anamorphic widescreen) or 1.85:1. Neither matches 16:9 TV, so letterboxing or cropping is inevitable. The IMAX format is 1.43:1, closer to 4:3 than 16:9.
- Check platform guidelines: Social platforms update their recommended dimensions frequently. As of 2025, YouTube Shorts requires 9:16, Instagram allows 1:1, 4:5, and 9:16, and LinkedIn recommends 1.91:1 for link images.
Frequently Asked Questions
What is the most common video aspect ratio?
16:9 is the universal standard for HD video, adopted by HDTV, YouTube, Netflix, and nearly all modern displays. It covers HD (1280x720), Full HD (1920x1080), and 4K UHD (3840x2160). The ratio was chosen by the Society of Motion Picture and Television Engineers (SMPTE) in 2009 as a compromise between the older 4:3 TV standard and wider cinema formats.
How do I calculate aspect ratio from pixel dimensions?
Divide both width and height by their greatest common divisor (GCD) to get the simplified ratio. For 1920x1080: the GCD is 120, so 1920/120 = 16 and 1080/120 = 9, giving 16:9. For 2560x1440, the GCD is 640, giving 4:2.25 — but this is more commonly expressed as 16:9 since 2560/1440 = 1.778, which matches 16/9. Not all resolutions simplify to standard ratios.
What aspect ratios do social media platforms use?
Each platform has preferred ratios: Instagram uses 1:1 (square) or 4:5 (portrait) for feed posts and 9:16 for Stories/Reels. Facebook recommends 1.91:1 for link previews and 4:5 for feed posts. Twitter/X uses 16:9. TikTok uses 9:16 (vertical full-screen). YouTube uses 16:9 for standard video and 9:16 for Shorts. Uploading in the wrong ratio causes unwanted cropping or letterboxing.
What is the difference between resolution and aspect ratio?
Resolution is the total number of pixels (e.g., 1920x1080 = 2,073,600 pixels), while aspect ratio is the proportional relationship between width and height (e.g., 16:9). Multiple resolutions can share the same aspect ratio: 1280x720, 1920x1080, and 3840x2160 are all 16:9. Resolution determines image sharpness and file size; aspect ratio determines the shape of the display area.
How do I resize an image without distortion?
To resize without distortion, maintain the same aspect ratio. If the original is 1920x1080 (16:9) and you want a width of 1280, calculate the new height as 1280 × (1080/1920) = 720. This calculator does this automatically: enter your original dimensions, then type a new width or height, and it computes the proportional counterpart. Most image editors also have a "constrain proportions" or lock icon option.
What aspect ratio is best for printing photos?
Standard photo print sizes use different ratios: 4x6 inches is 3:2 (matching most DSLR sensors), 5x7 is 5:7, 8x10 is 4:5, and 11x14 is approximately 11:14. Most smartphone cameras shoot in 4:3, which does not perfectly match any standard print size, requiring cropping. For the least cropping on standard prints, shoot in 3:2 mode and print at 4x6 or 8x12.