The Seven Roman Numeral Symbols
The Roman numeral system uses just seven symbols to represent all numbers from 1 to 3,999. Unlike our modern decimal system (which uses place value), Roman numerals are additive and subtractive — the value of a numeral is determined by the sum of its parts, with specific subtraction rules preventing excessive repetition.
| Symbol | Value | Origin |
|---|---|---|
| I | 1 | Single tally mark (finger) |
| V | 5 | Open hand (five fingers) |
| X | 10 | Two hands crossed |
| L | 50 | Half of the symbol for 100 |
| C | 100 | From Latin "centum" (hundred) |
| D | 500 | Half of the symbol for 1000 |
| M | 1000 | From Latin "mille" (thousand) |
These seven letters — I, V, X, L, C, D, M — are all you need to express any number up to 3,999. The system is elegant in its simplicity but limited compared to positional notation.
Subtractive Notation Rules
The defining feature of Roman numerals is the subtractive principle: when a smaller-value symbol appears immediately before a larger-value symbol, it is subtracted rather than added. This prevents writing four identical symbols in sequence.
Subtractive combinations:
- IV = 4 (5 − 1) instead of IIII
- IX = 9 (10 − 1) instead of VIIII
- XL = 40 (50 − 10) instead of XXXX
- XC = 90 (100 − 10) instead of LXXXX
- CD = 400 (500 − 100) instead of CCCC
- CM = 900 (1000 − 100) instead of DCCCC
Key rules: Only I, X, and C can be used subtractively. I can only precede V and X. X can only precede L and C. C can only precede D and M. You never subtract V, L, or D. A numeral can only be subtracted from the next two higher values (not arbitrary larger values).
Example breakdown: 1994 = M(1000) + CM(900) + XC(90) + IV(4) = MCMXCIV
Conversion Table: 1 to 100
Here's a comprehensive reference table for quick lookups:
| 1-10 | 11-20 | Tens | Hundreds | Thousands |
|---|---|---|---|---|
| 1 = I | 11 = XI | 10 = X | 100 = C | 1000 = M |
| 2 = II | 12 = XII | 20 = XX | 200 = CC | 2000 = MM |
| 3 = III | 13 = XIII | 30 = XXX | 300 = CCC | 3000 = MMM |
| 4 = IV | 14 = XIV | 40 = XL | 400 = CD | — |
| 5 = V | 15 = XV | 50 = L | 500 = D | — |
| 6 = VI | 16 = XVI | 60 = LX | 600 = DC | — |
| 7 = VII | 17 = XVII | 70 = LXX | 700 = DCC | — |
| 8 = VIII | 18 = XVIII | 80 = LXXX | 800 = DCCC | — |
| 9 = IX | 19 = XIX | 90 = XC | 900 = CM | — |
| 10 = X | 20 = XX | 100 = C | 1000 = M | — |
To convert any number, decompose it by place value and look up each component. For example: 2,749 = 2000(MM) + 700(DCC) + 40(XL) + 9(IX) = MMDCCXLIX.
The Conversion Algorithm
Converting decimal to Roman numerals follows a simple greedy algorithm — always subtract the largest possible value:
Values: [1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5, 4, 1]
Symbols: ["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]
For each value/symbol pair (largest first):
While number >= value:
Append symbol to result
Subtract value from numberConverting Roman to decimal works left to right: if the current symbol is smaller than the next symbol, subtract it; otherwise, add it. For "MCMXCIV": M(+1000) + C(-100, because C<M) + M(+1000) + X(-10, because X<C) + C(+100) + I(-1, because I<V) + V(+5) = 1994.
Modern Uses of Roman Numerals
Despite being replaced by Arabic numerals for mathematics and commerce over a thousand years ago, Roman numerals remain surprisingly common in modern life:
- Clock faces: Traditional analog clocks use Roman numerals (often IIII instead of IV for visual balance).
- Movie sequels: Star Wars Episode IV, Rocky III, The Godfather Part II — Roman numerals add gravitas.
- Super Bowl: The NFL uses Roman numerals for each Super Bowl (Super Bowl LVIII = 58th).
- Monarchs & Popes: King Charles III, Pope Benedict XVI, Queen Elizabeth II — distinguishes same-named rulers.
- Building dates: Cornerstones often show construction year in Roman numerals (MCMXLIV = 1944).
- Copyright notices: Film credits use Roman year (© MMXXVI = 2026) — sometimes to obscure age.
- Outlines & lists: Academic papers use Roman numerals for major sections (I, II, III).
- Book volumes/chapters: Classic literature and textbooks number volumes with Roman numerals.
- Music theory: Chord progressions use Roman numerals (I-IV-V-I progression).
History and Limitations
Roman numerals developed around 500 BCE from Etruscan numeral systems. They served the Roman Empire admirably for record-keeping, monument inscriptions, and basic counting. However, the system has fundamental limitations that led to its eventual replacement:
- No zero: The concept of zero didn't exist in Roman mathematics, making placeholder arithmetic impossible.
- No place value: Each symbol has a fixed value regardless of position (unlike 2 meaning "twenty" in "25" and "two hundred" in "250").
- Difficult arithmetic: Try multiplying MCMXCIV × XLVII in Roman numerals — it's essentially impossible without converting to another system.
- Limited range: Standard notation caps at 3,999. Extended notation (vinculum bars) goes higher but is cumbersome.
- No fractions: Romans used separate systems for fractions (based on twelfths — "uncia" = 1/12, giving us "ounce" and "inch").
Arabic (Hindu-Arabic) numerals, arriving in Europe through Arab mathematicians around the 10th-13th centuries, offered zero, place value, and easy arithmetic — eventually making Roman numerals ceremonial rather than practical.
Frequently Asked Questions
What are the Roman numeral symbols?
Seven symbols: I=1, V=5, X=10, L=50, C=100, D=500, M=1000. All Roman numerals from 1-3,999 are formed by combining these using additive and subtractive rules.
How does subtractive notation work?
A smaller numeral before a larger one is subtracted: IV=4, IX=9, XL=40, XC=90, CD=400, CM=900. Only I, X, and C can be subtracted, and only from the next two higher values.
What is the largest number in Roman numerals?
Standard notation: 3,999 = MMMCMXCIX. Extended notation uses a vinculum (bar above) to multiply by 1,000, allowing larger numbers, but this is rarely used in modern practice.
How do I convert decimal to Roman numerals?
Use the greedy algorithm: repeatedly subtract the largest possible Roman value. For 2024: subtract 1000(M), 1000(M), 10(X), 10(X), 4(IV) = MMXXIV. Work from thousands down to ones.
Why is there no zero in Roman numerals?
The concept of zero as a number didn't exist when Romans developed their system (~500 BCE). They used "nulla" (nothing) verbally but had no symbol. This lack of zero and place value made arithmetic impractical.
Where are Roman numerals used today?
Clock faces, movie sequels, Super Bowls, monarch/pope names, building cornerstones, copyright years, book chapters, academic outlines, music theory chord progressions, and formal document numbering.
Is IIII or IV correct for 4?
Both are historically valid. IV (subtractive) is standard modern form. IIII (additive) commonly appears on clock faces — possibly for visual symmetry with VIII on the opposite side, or as a historical holdover.
Is this Roman numeral converter free?
Yes! Completely free, no sign-up needed, converts in both directions (Roman → decimal and decimal → Roman) instantly in your browser for any value 1-3,999.