Roman Numeral Converter

Convert any number to Roman numerals or decode Roman numerals to numbers.

Number → Roman Numeral

Roman Numeral → Number

Quick Reference

I
1
V
5
X
10
L
50
C
100
D
500
M
1000

What are Roman Numerals?

Roman numerals are a numeral system that originated in ancient Rome and remained the dominant writing system in Europe until the late Middle Ages. They use combinations of seven Latin letters to represent numbers: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000).

Roman numerals still appear today in clock faces, movie sequel numbering, Super Bowl titles, chapter headings, and year numbering on buildings and monuments. Understanding them connects us to thousands of years of cultural history.

How to Use

  1. 1To convert a number to Roman numerals: type any integer between 1 and 3,999 in the top box.
  2. 2To decode Roman numerals: type the Roman numeral in the bottom box (letters only).
  3. 3Results update instantly. Click Copy to copy to clipboard.

Formula

Number → Roman (greedy subtraction):
  Values: M=1000, CM=900, D=500, CD=400, C=100,
          XC=90, L=50, XL=40, X=10, IX=9, V=5, IV=4, I=1
  While N > 0: find largest value ≤ N,
    append its symbol, subtract value from N

Roman → Number (left-to-right with subtractive rule):
  If current value < next value → subtract current
  Else → add current
  Example: XIV = X(10) + I(1) + V(5) → 10−1+5 = ...
  Actually: X(10) + IV(4) = 14

Frequently Asked Questions

Roman numerals use letters from the Latin alphabet: I=1, V=5, X=10, L=50, C=100, D=500, M=1000. When a smaller value precedes a larger one, it is subtracted (IV=4, IX=9, XL=40, XC=90, CD=400, CM=900).
Using standard notation, the largest is MMMCMXCIX = 3,999. Beyond this, ancient Romans used vinculum (overline bars) to multiply values by 1,000, but this is rarely used today.
IIII was the historical standard and predates the widespread use of the subtractive principle. Some theories say it provides visual symmetry on clock faces. Both IIII and IV are technically correct representations of 4.
Roman numerals appear on clock faces, building cornerstones, movie sequels (Rocky IV), Super Bowl titles (Super Bowl LVIII), chapters in books, copyright dates in film credits, and names of monarchs and popes.