Full HD video frame
- Width = 1920 px, Height = 1080 px.
- GCD(1920, 1080) = 120.
- Simplified ratio = (1920 ÷ 120):(1080 ÷ 120) = 16:9.
- Decimal aspect = 1920 ÷ 1080 ≈ 1.7778 (commonly referred to as 1.78:1).
tech calculator
Reduce width and height into a simple ratio and decimal aspect for screens, pictures, videos, and layouts.
Every screen, image, and video frame has an aspect ratio: the relationship between width and height. Common ratios like `16:9`, `4:3`, `1:1`, and `9:16` show up everywhere, which is why people search for everything from an `aspect ratio calculator` to a `display ratio calculator` or `picture ratio calculator`.
This route turns raw dimensions into a clean, reduced ratio and a decimal aspect value. Enter width and height in pixels or any other consistent unit, and it simplifies them to the smallest whole-number ratio, so `1920 × 1080` becomes `16:9` and the decimal aspect becomes about `1.78`. That makes it easier to check whether your assets match target formats, avoid black bars, and plan crops or layouts without guessing.
Aspect ratio is defined as width : height. To make this ratio easy to read, we reduce both numbers by their greatest common divisor (GCD).
The calculator takes your width and height, computes their GCD, and divides each by that GCD to produce a simplified ratio: ratioWidth = width ÷ GCD; ratioHeight = height ÷ GCD.
It also calculates a decimal aspect value by dividing width by height: decimalAspect = width ÷ height. This is useful for comparing to published aspect requirements such as 1.78 (16:9) or 1.33 (4:3).
Because the math is unit‑agnostic, you can use pixels, inches, or centimeters—as long as both width and height use the same unit, the ratio remains the same.
The tool does not change or crop your image; it simply analyzes the ratio implied by your dimensions so you can decide whether you need to rescale or crop in an editor.
Let W = width and H = height.\nLet g = GCD(W, H).\nSimplified ratio = (W ÷ g) : (H ÷ g).\nDecimal aspect = W ÷ H.\nFor example, W = 1920, H = 1080, g = 120 → ratio = 16:9 and decimal ≈ 1.7778.
Use this aspect ratio calculator to turn any width and height into a clean, simplified ratio like `16:9`, `4:5`, or `3:2` and a decimal aspect value so you can match video, image, and layout requirements without guesswork.
It also works as a screen, picture, or display ratio calculator when you need to turn raw pixel dimensions into a readable format or check whether a frame matches a target ratio.
Perfect for designers, video editors, and developers working across devices and platforms who need quick, reliable aspect ratio checks.
This aspect ratio calculator analyzes the relationship between width and height only and does not evaluate resolution, compression, or platform‑specific requirements. Always check your target platform’s documentation for recommended resolutions, bitrates, and safe‑area guidelines, and verify final exports with appropriate preview tools before publishing or printing.