工具代码会在浏览器中处理所选文件和输入内容,不会将其提交给 TOOLGRID 的处理接口。 TOOLGRID 只衡量工具使用情况,不记录你输入的内容。
- 不上传工具输入至 TOOLGRID
- 不登录
- 复制前先检查
Loading tool…
这个工具能做什么
Simplify two numeric values into a colon ratio, calculate left divided by right, and show each side as a share of their sum. Decimal inputs are scaled to at most six places before greatest-common-divisor reduction.
Ratio Calculator presents the same comparison four ways: simplified left:right, left divided by right, left share of the total, and right share of the total.
For 16 and 9 the simplified ratio remains 16:9, the decimal comparison is about 1.7778, and the shares are 64% and 36% of the combined 25 parts.
Use values with the same unit and non-negative meaning when interpreting shares; mixed signs or a zero-sum pair can produce mathematically valid ratios that are not useful allocations.
这个工具适合解决什么问题
Simplify pixel dimensions such as 1920:1080 to 16:9 before documenting an image or video requirement.
Reduce two ingredient quantities to a reusable proportion after converting both values to the same unit.
Show both the part-to-part ratio and each side's percentage of the combined total for a budget or sample split.
依赖结果前需要检查什么
- Performance and maximum practical input size depend on browser memory, device speed, and the structure of the input.
- Review the generated result before replacing or publishing an original file.
如果还需要校验、转换或复用结果,可以继续打开相近的浏览器本地工具。
如何使用
01使用场景
Simplify pixel dimensions such as 1920:1080 to 16:9 before documenting an image or video requirement.
Reduce two ingredient quantities to a reusable proportion after converting both values to the same unit.
Show both the part-to-part ratio and each side's percentage of the combined total for a budget or sample split.
使用技巧
- 01Convert units first
A ratio between 1 meter and 50 centimeters should be entered as 100:50 or 1:0.5, not 1:50.
- 02Expect six-place normalization
Decimal simplification scales at most six fractional places before rounding to integers, so higher-precision inputs may reduce approximately.
- 03Interpret zero carefully
A right side of zero produces an infinite decimal ratio. When the two sides sum to zero, percentage shares are shown as 0% because allocation is undefined.
常见问题
02Can both values be zero?
No. At least one side must be non-zero.
What is a simplified ratio?
Both values are divided by their greatest common divisor, so 4:6 becomes 2:3.
Can I use decimal inputs?
Yes. The calculator scales decimal inputs to integers using up to six decimal places, then reduces them with the greatest common divisor.
What happens when the right value is zero?
The simplified ratio is still shown and the decimal left-to-right value is infinity. Percentage shares remain meaningful only when the combined total is non-zero.
Do the two percentage shares always add to 100%?
They do for ordinary non-negative values with a non-zero total, subject to display rounding. Mixed signs and a zero-sum pair are not meaningful allocation inputs.

