Free Roman Numeral Converter

Convert between Roman numerals (I, V, X, L, C, D, M) and Arabic numbers instantly

Quick Examples

Roman Numeral Rules

Basic Rules
  • I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, M = 1000
  • Symbols are usually written largest to smallest, left to right
  • When a smaller symbol appears before a larger one, it is subtracted
  • Only I, X, and C can be used as subtractive numerals
  • I can be subtracted from V and X only
Advanced Rules
  • X can be subtracted from L and C only
  • C can be subtracted from D and M only
  • Only one smaller numeral may precede a larger numeral
  • No symbol is repeated more than three times in succession

Symbol Reference

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

You might also like

View All 136 Tools

Roman Numeral Converter - Convert Between Roman and Arabic Numbers

Convert Roman numerals to Arabic numbers and vice versa. Perfect for historical dates, educational purposes, document formatting, and classical references.

What are Roman Numerals?

Roman numerals are a numeral system that originated in ancient Rome and remained the usual way of writing numbers throughout Europe well into the Late Middle Ages. They use combinations of letters from the Latin alphabet: I, V, X, L, C, D, and M.

Key Features

  • Bidirectional conversion - Roman to Arabic and Arabic to Roman
  • Range support - Numbers from 1 to 3,999 (standard range)
  • Validation - Detect and report invalid Roman numeral patterns
  • Real-time conversion - Instant results as you type
  • Copy functionality - Easy copying of converted results
  • Educational mode - Show step-by-step conversion process

Roman Numeral Symbols

Basic Symbols

  • I = 1 (one)
  • V = 5 (five)
  • X = 10 (ten)
  • L = 50 (fifty)
  • C = 100 (one hundred)
  • D = 500 (five hundred)
  • M = 1000 (one thousand)

Rules and Patterns

Addition Rule

When a smaller numeral appears after a larger one, add the values:

  • VI = V + I = 5 + 1 = 6
  • XI = X + I = 10 + 1 = 11
  • LX = L + X = 50 + 10 = 60

Subtraction Rule

When a smaller numeral appears before a larger one, subtract the smaller from the larger:

  • IV = V - I = 5 - 1 = 4
  • IX = X - I = 10 - 1 = 9
  • XL = L - X = 50 - 10 = 40
  • XC = C - X = 100 - 10 = 90
  • CD = D - C = 500 - 100 = 400
  • CM = M - C = 1000 - 100 = 900

Valid Subtraction Combinations

  • I can be subtracted from V and X only
  • X can be subtracted from L and C only
  • C can be subtracted from D and M only

Common Use Cases

Historical and Educational

  • Historical dates - Years in Roman numerals (MMXXV = 2025)
  • Educational materials - Teaching number systems
  • Academic papers - Classical references and citations
  • Museum displays - Historical artifact dating
  • Archaeology - Dating inscriptions and monuments

Modern Applications

  • Clock faces - Traditional clock numerals
  • Building foundations - Cornerstone dates
  • Movie credits - Copyright years (MCMXC = 1990)
  • Book chapters - Classical numbering system
  • Formal documents - Legal and ceremonial uses

Entertainment and Media

  • Video games - Sequel numbering (Final Fantasy VII)
  • Movie sequels - Title numbering (Rocky IV)
  • Event numbering - Olympics, Super Bowl
  • Book series - Volume numbering
  • Award ceremonies - Annual event numbering

Conversion Examples

Small Numbers (1-20)

  • 1 = I
  • 2 = II
  • 3 = III
  • 4 = IV
  • 5 = V
  • 6 = VI
  • 7 = VII
  • 8 = VIII
  • 9 = IX
  • 10 = X
  • 11 = XI
  • 12 = XII
  • 13 = XIII
  • 14 = XIV
  • 15 = XV
  • 16 = XVI
  • 17 = XVII
  • 18 = XVIII
  • 19 = XIX
  • 20 = XX

Larger Numbers

  • 30 = XXX
  • 40 = XL
  • 50 = L
  • 90 = XC
  • 100 = C
  • 400 = CD
  • 500 = D
  • 900 = CM
  • 1000 = M
  • 1994 = MCMXCIV
  • 2025 = MMXXV
  • 3999 = MMMCMXCIX

Validation Rules

Valid Patterns

  • Repetition: I, X, C, M can be repeated up to 3 times (III, XXX, CCC, MMM)
  • Subtraction: Only I, X, C can be used for subtraction
  • Subtraction limits: I before V,X only; X before L,C only; C before D,M only
  • No double subtraction: Cannot have patterns like IIX or XXC

Invalid Patterns

  • IIII (use IV instead)
  • VV (use X instead)
  • XXXX (use XL instead)
  • LL (use C instead)
  • DD (use M instead)
  • IL (invalid subtraction)
  • IC (invalid subtraction)
  • XD (invalid subtraction)
  • XM (invalid subtraction)

Historical Context

Ancient Roman System

  • Originally additive only - no subtraction rule
  • IIII was common on clocks and inscriptions
  • Subtraction rule developed later for efficiency
  • Fractions used different symbols (S for semis = 1/2)

Medieval Variations

  • Extended symbols for larger numbers
  • Vinculum (overline) for multiplication by 1000
  • Regional variations in different European countries
  • Monastery manuscripts with unique notations

Modern Usage

  • Standardized rules established in modern times
  • Limited to 3999 in most applications
  • Unicode support for Roman numeral characters
  • Decorative purposes in contemporary design

Best Practices

Input Validation

  • Case insensitive - Accept both upper and lowercase
  • Trim whitespace - Remove leading/trailing spaces
  • Range checking - Validate number ranges
  • Pattern validation - Check for valid Roman numeral patterns

Error Handling

  • Clear error messages - Explain what went wrong
  • Graceful degradation - Handle edge cases smoothly
  • Input sanitization - Clean input before processing
  • Fallback options - Provide alternatives for invalid input

User Experience

  • Real-time validation - Show errors immediately
  • Educational feedback - Explain Roman numeral rules
  • Visual formatting - Highlight invalid characters
  • Context help - Provide examples and rules
From the same team