Roman Numerals Converter Calculator
Enter a Roman numeral or a decimal number and press the Convert button to see the conversion and detailed calculation steps showing how the conversion is performed.
Quick Examples
Roman → 14
Roman → 1990
Roman → 2024
Decimal → XLIX
Decimal → CMXCIX
Decimal → MMMDCCCLXXXVIII
Roman Numerals Reference
Basic Symbols
The Roman numeral system uses seven fundamental symbols to represent numbers:
V = 5
X = 10
L = 50
C = 100
D = 500
M = 1000
Complete Conversion Chart
| Decimal | Roman | Decimal | Roman | Decimal | Roman |
|---|---|---|---|---|---|
| 1 | I | 11 | XI | 30 | XXX |
| 2 | II | 12 | XII | 40 | XL |
| 3 | III | 13 | XIII | 50 | L |
| 4 | IV | 14 | XIV | 60 | LX |
| 5 | V | 15 | XV | 70 | LXX |
| 6 | VI | 16 | XVI | 80 | LXXX |
| 7 | VII | 17 | XVII | 90 | XC |
| 8 | VIII | 18 | XVIII | 100 | C |
| 9 | IX | 19 | XIX | 500 | D |
| 10 | X | 20 | XX | 1000 | M |
Large Numbers Chart
| Decimal | Roman Numeral | Breakdown |
|---|---|---|
| 100 | C | Single symbol |
| 200 | CC | C + C |
| 300 | CCC | C + C + C |
| 400 | CD | 500 - 100 |
| 500 | D | Single symbol |
| 600 | DC | D + C (500 + 100) |
| 900 | CM | 1000 - 100 |
| 1000 | M | Single symbol |
| 2000 | MM | M + M |
| 3000 | MMM | M + M + M |
Understanding Roman Numerals
Roman numerals represent a numerical notation system that originated in ancient Rome, using combinations of letters from the Latin alphabet to express values. This system remained the standard method for numerical representation throughout Europe until the Late Middle Ages, when Hindu-Arabic numerals gradually replaced it for practical calculations.
Formation Rules
Additive Principle
When symbols of equal or smaller value appear after a larger symbol, their values are added together. This principle forms the foundation of Roman numeral construction.
• VI = 5 + 1 = 6
• XII = 10 + 1 + 1 = 12
• LXV = 50 + 10 + 5 = 65
• MDCCC = 1000 + 500 + 100 + 100 + 100 = 1800
Subtractive Principle
When a smaller symbol appears before a larger symbol, the smaller value is subtracted from the larger. This principle allows compact representation of specific numbers that would otherwise require lengthy notation.
• IV = 5 - 1 = 4
• IX = 10 - 1 = 9
• XL = 50 - 10 = 40
• XC = 100 - 10 = 90
• CD = 500 - 100 = 400
• CM = 1000 - 100 = 900
Repetition Rules
Roman numeral symbols follow specific repetition constraints that maintain clarity and prevent ambiguity in numerical representation.
- I, X, C, and M: Can be repeated up to three consecutive times (III = 3, XXX = 30, CCC = 300, MMM = 3000)
- V, L, and D: Never repeated, as their doubled values have dedicated symbols (X, C, and M respectively)
- Four consecutive symbols: Not permitted; use subtractive notation instead (4 is IV, not IIII)
Conversion Methods
Converting Decimal to Roman Numerals
The conversion process follows a systematic decomposition approach that breaks numbers into their constituent place values.
1. Start with the largest Roman numeral values (M, CM, D, CD, C, XC, L, XL, X, IX, V, IV, I)
2. For each value, determine how many times it fits into the remaining number
3. Write the corresponding Roman symbol(s) and subtract from the number
4. Continue until the number reaches zero
5. Concatenate all symbols to form the final Roman numeral
Step 1: 1994 ÷ 1000 = 1 remainder 994 → Write M
Step 2: 994 ÷ 900 = 1 remainder 94 → Write CM
Step 3: 94 ÷ 90 = 1 remainder 4 → Write XC
Step 4: 4 ÷ 4 = 1 remainder 0 → Write IV
Result: 1994 = MCMXCIV
Converting Roman Numerals to Decimal
Roman numerals convert to decimal numbers by scanning from left to right and applying addition or subtraction based on symbol relationships.
1. Initialize result to 0
2. Scan each symbol from left to right
3. Compare current symbol value with next symbol value
4. If current < next: Subtract current from result (subtractive case)
5. If current ≥ next: Add current to result (additive case)
6. Continue until all symbols processed
Step 1: X (10) < L (50) → Subtract: Result = 0 - 10 = -10
Step 2: L (50) > I (1) → Add: Result = -10 + 50 = 40
Step 3: I (1) < V (5) → Subtract: Result = 40 - 1 = 39
Step 4: V (5) [last symbol] → Add: Result = 39 + 5 = 44
Result: XLIV = 44
Common Conversions
Years and Dates
| Year | Roman Numeral | Breakdown |
|---|---|---|
| 1990 | MCMXC | M + CM + XC = 1000 + 900 + 90 |
| 1999 | MCMXCIX | M + CM + XC + IX = 1000 + 900 + 90 + 9 |
| 2000 | MM | M + M = 1000 + 1000 |
| 2010 | MMX | M + M + X = 1000 + 1000 + 10 |
| 2020 | MMXX | M + M + X + X = 1000 + 1000 + 10 + 10 |
| 2024 | MMXXIV | M + M + X + X + IV = 1000 + 1000 + 10 + 10 + 4 |
| 2025 | MMXXV | M + M + X + X + V = 1000 + 1000 + 10 + 10 + 5 |
Numbers 1-100
| Decimal | Roman | Decimal | Roman | Decimal | Roman | Decimal | Roman |
|---|---|---|---|---|---|---|---|
| 1 | I | 26 | XXVI | 51 | LI | 76 | LXXVI |
| 2 | II | 27 | XXVII | 52 | LII | 77 | LXXVII |
| 3 | III | 28 | XXVIII | 53 | LIII | 78 | LXXVIII |
| 4 | IV | 29 | XXIX | 54 | LIV | 79 | LXXIX |
| 5 | V | 30 | XXX | 55 | LV | 80 | LXXX |
| 21 | XXI | 46 | XLVI | 71 | LXXI | 96 | XCVI |
| 22 | XXII | 47 | XLVII | 72 | LXXII | 97 | XCVII |
| 23 | XXIII | 48 | XLVIII | 73 | LXXIII | 98 | XCVIII |
| 24 | XXIV | 49 | XLIX | 74 | LXXIV | 99 | XCIX |
| 25 | XXV | 50 | L | 75 | LXXV | 100 | C |
Practical Applications
Modern Usage
Despite the prevalence of Hindu-Arabic numerals for calculation, Roman numerals maintain significant presence in contemporary contexts that value classical tradition and formal aesthetics.
- Clock Faces: Traditional analog clocks and watches feature Roman numerals for hour markings, creating timeless elegance
- Building Dates: Cornerstones, dedication plaques, and foundation stones display construction or dedication years
- Copyright Notices: Films and television programs often use Roman numerals for copyright years in credits
- Book Chapters: Front matter sections (preface, introduction) commonly use lowercase Roman numerals for page numbers
- Monarchical Succession: Kings and queens numbered in sequence (Elizabeth II, Louis XIV)
- Super Bowl Numbering: Annual championship games identified by Roman numerals (Super Bowl LVIII)
- Outlines and Lists: Hierarchical organization systems utilize Roman numerals for primary divisions
- Movie Sequels: Film series number installments with Roman numerals for dramatic effect
Educational Context
Roman numerals appear throughout mathematics and history curricula, requiring students to develop conversion skills and historical understanding. Educational applications include:
- Ancient civilization studies examining Roman contributions to mathematics and commerce
- Number system comparisons contrasting positional and additive notation methods
- Historical document analysis requiring Roman numeral interpretation
- Mental arithmetic practice developing decomposition and pattern recognition skills
Tips and Best Practices
Conversion Strategies
For Decimal to Roman
- Break down by place value: Decompose numbers into thousands, hundreds, tens, and ones before converting
- Work left to right: Convert the largest place value first, proceeding to smaller values
- Memorize key combinations: Learn the subtractive pairs (IV, IX, XL, XC, CD, CM) to speed conversion
- Use reference charts: Keep standard conversion tables accessible for quick lookup
- Double-check subtraction: Verify that subtractive notation follows valid patterns
For Roman to Decimal
- Scan systematically: Process symbols consistently from left to right
- Compare adjacent symbols: Determine whether to add or subtract based on relative values
- Track your progress: Maintain running total and mark processed symbols
- Validate the result: Convert back to Roman numerals to verify accuracy
- Watch for invalid patterns: Identify impossible combinations like IL or VX
Common Mistakes
• Using IIII instead of IV for the number 4
• Repeating V, L, or D (these symbols never repeat)
• Exceeding three consecutive identical symbols
• Creating invalid subtractive combinations (e.g., IL for 49 instead of XLIX)
• Forgetting to apply subtractive principle when smaller precedes larger
• Misreading similar symbols in certain fonts (I vs l, V vs U)
• Converting years beyond 3999 without understanding vinculum notation
Frequently Asked Questions
Historical Context
Roman numerals evolved in ancient Rome around 500 BCE, possibly influenced by earlier Etruscan numerical systems. Unlike the positional decimal system used today, Roman notation employed a purely additive-subtractive approach with fixed-value symbols representing key numbers.
Evolution and Development
Early Roman numerals used a strictly additive system where IIII represented 4 and VIIII represented 9. The subtractive principle (IV for 4, IX for 9) emerged gradually during the Middle Ages to create more compact notation. Medieval scribes and scholars refined the rules, establishing the conventions we recognize today.
Decline and Persistence
The introduction of Hindu-Arabic numerals to Europe through Islamic scholars in the 10th-13th centuries revolutionized mathematics and commerce. Leonardo Fibonacci's "Liber Abaci" (1202) demonstrated the new system's superiority for calculation, leading to gradual adoption by merchants, scientists, and mathematicians.
By the 15th century, Arabic numerals dominated practical arithmetic, but Roman numerals persisted in formal contexts. Their continued use in official documents, architecture, and ceremonial purposes maintains connection to classical heritage and conveys timeless dignity.
Modern Significance
Today's retention of Roman numerals reflects cultural continuity rather than mathematical necessity. They appear in contexts emphasizing tradition, formality, or classical aesthetics. Understanding Roman numerals remains educationally valuable, providing insight into historical number systems and the development of mathematical notation.
Mathematical Properties
System Classification
Roman numerals represent a non-positional, additive-subtractive number system. Unlike positional systems where digit location determines value (the "2" in "200" means 200, not 2), each Roman symbol maintains constant value regardless of position. The additive-subtractive nature means combinations of symbols either add together or involve subtraction based on relative placement.
Efficiency Comparison
Roman numerals require variable symbol counts to represent numbers of similar magnitude. The number 8 needs four symbols (VIII), while 9 needs only two (IX). The year 1888 becomes MDCCCLXXXVIII (15 symbols), whereas 2000 is simply MM (2 symbols). This irregularity contrasts with positional systems maintaining consistent symbol counts for numbers of equal magnitude.
Calculation Limitations
The absence of zero and lack of positional notation severely hamper arithmetic operations. Addition requires gathering like symbols and converting groups to higher values. Subtraction demands borrowing across symbol values. Multiplication and division need specialized algorithms far more complex than modern methods. These limitations explain why Romans used counting boards (abaci) for practical calculations.
In Hindu-Arabic notation, the position determines value: 222 means 200 + 20 + 2.
In Roman notation, symbols have fixed values: CCC always means 100 + 100 + 100.
This fundamental difference makes Roman numerals unsuitable for complex mathematics but perfectly adequate for labeling and commemoration.






