Temperature Converter

Convert temperatures between Celsius, Fahrenheit, Kelvin, Rankine, and legacy scales (Réaumur, Delisle, Newton, Rømer). Bidirectional, precise, with rounding and quick reference tables.

Full original guide (expanded)

Temperature Converter

Convert between °C, °F, K, °R and legacy scales (Réaumur, Delisle, Newton, Rømer). Bidirectional with live rounding and presets.

Absolute scales: K, °R Offset/ratio handled exactly

Physical note

Absolute zero = 0 K = −273.15 °C = −459.67 °F = 0 °R.

Converted values

Celsius (°C)
Fahrenheit (°F)
Kelvin (K)
Rankine (°R)
Réaumur (°Re)
Delisle (°De)
Newton (°N)
Rømer (°Rø)

Quick table (°C ↔ °F ↔ K)

°C °F K

Formulas (exact relationships)

  • Between °C, K, °F, °R:
    • K = °C + 273.15
    • °F = °C × 9/5 + 32
    • °R = K × 9/5
    • °C = (°F − 32) × 5/9
    • K = °R × 5/9
  • Legacy scales (via °C):
    • °Re = °C × 4/5
    • °De = (100 − °C) × 3/2
    • °N = °C × 33/100
    • °Rø = °C × 21/40 + 7.5

The converter internally normalizes any input to Kelvin and then outputs all supported scales to avoid cumulative rounding error.

Examples

20 °CK = 293.15, °F = 68, °R = 527.67, °Re = 16.

451 °F°C = (451−32)×5/9 ≈ 232.78K ≈ 505.93.

FAQ

Why do I see decimals like 273.15?

Because Celsius and Kelvin have an exact offset of 273.15 between their zeros. We keep precision and let you round the display.

When should I use Rankine?

Rankine is common in some thermodynamics contexts (imperial system). It’s Kelvin scaled by 9/5 with the same absolute zero.


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\\]
','\
Formula (extracted text)
Between °C, K, °F, °R: K = °C + 273.15 °F = °C × 9/5 + 32 °R = K × 9/5 °C = (°F − 32) × 5/9 K = °R × 5/9 Legacy scales (via °C): °Re = °C × 4/5 °De = (100 − °C) × 3/2 °N = °C × 33/100 °Rø = °C × 21/40 + 7.5 The converter internally normalizes any input to Kelvin and then outputs all supported scales to avoid cumulative rounding error.
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).