Roman numerals write numbers with letters inherited from ancient Roman practice. They remain useful for clock faces, outlines, monarchs, book preliminaries, and other settings where a number acts more like a label than a quantity to calculate with. The modern system is compact and learnable, but it is a convention rather than a complete positional number system.
The seven core symbols
Modern Roman numerals use seven capital letters. A symbol normally contributes its value to the total; repeated or adjacent symbols are then added or, in limited cases, subtracted.
| Symbol | Value | Name of value |
|---|---|---|
| I | 1 | one |
| V | 5 | five |
| X | 10 | ten |
| L | 50 | fifty |
| C | 100 | one hundred |
| D | 500 | five hundred |
| M | 1,000 | one thousand |
The usual construction works from the largest place value to the smallest. Symbols in descending order are added: VIII is 5 + 1 + 1 + 1, or 8; CLX is 100 + 50 + 10, or 160. In the modern normalized style, I, X, C, and M may repeat up to three times in succession. The five-based symbols V, L, and D are not repeated.
Subtractive notation
When a smaller symbol appears immediately before a larger one, the smaller value can be subtracted. Modern usage limits this shortcut to six pairs: IV (4), IX (9), XL (40), XC (90), CD (400), and CM (900). The pairs follow a pattern: I precedes only V or X; X precedes only L or C; and C precedes only D or M.
These limits rule out tempting constructions such as IL for 49 or IC for 99. In the conventional modern form, 49 is XLIX (40 + 9) and 99 is XCIX (90 + 9). A subtractive pair is also not repeated: 8 is VIII, not IVIV.
A reliable method: split an Arabic number into thousands, hundreds, tens, and ones, then convert each place independently. For 1,984, write 1,000 as M, 900 as CM, 80 as LXXX, and 4 as IV: MCMLXXXIV.
Worked examples
| Number | Roman form | Construction |
|---|---|---|
| 14 | XIV | 10 + 4 |
| 27 | XXVII | 20 + 5 + 2 |
| 44 | XLIV | 40 + 4 |
| 202 | CCII | 200 + 2 |
| 944 | CMXLIV | 900 + 40 + 4 |
| 2,026 | MMXXVI | 2,000 + 20 + 6 |
| 3,999 | MMMCMXCIX | 3,000 + 900 + 90 + 9 |
To read a normalized numeral, move left to right. If a symbol is followed by one of greater value, subtract it; otherwise add it. For MCMXLIV, M contributes 1,000, CM contributes 900, XL contributes 40, and IV contributes 4, giving 1,944.
Historical variation
Ancient and later inscriptions were less standardized than classroom rules imply. Additive forms such as IIII for 4 and VIIII for 9 existed alongside subtractive ones. The form IIII still appears on many clock faces, partly as a design and tradition choice. Medieval scribes and printers used additional forms, letter shapes, and devices for large numbers. A bar placed over a numeral has often meant “multiply by 1,000,” but that convention is not consistently supported in ordinary digital text.
Historical variation is not evidence that every rearrangement is equally clear today. When writing a new date, outline, or label, the normalized conventions above are easiest for contemporary readers. When transcribing an inscription, preserve what is actually present rather than silently “correcting” it.
Modern uses and common mistakes
Roman numerals commonly distinguish people who share a regnal or family name (Elizabeth II), number book volumes or acts, label major outline divisions, and mark copyright years in film credits. Style varies: a document outline may use lowercase i, ii, iii, while an inscription usually uses capitals. Roman numerals after a person’s name are read as ordinals—“the second”—even though the written symbols themselves do not encode ordinal grammar.
Frequent mistakes include subtracting any small symbol from any larger one, repeating V, L, or D, and treating a smaller symbol several positions away as a subtraction. In XIX, the first X is 10 and IX is 9; it does not mean 20 minus 1. Another mistake is assuming that a clock’s IIII is an error. It is a conventional variant suited to that context.
What the system does not do well
Standard Roman notation has no universally adopted symbol for zero and no place value. It makes arithmetic and very large numbers cumbersome. A bare numeral can also be ambiguous: IV may mean four, a fourth section, a monarch’s ordinal, or part of a date depending on context. For data, measurements, calculations, and accessibility-sensitive instructions, Arabic numerals are usually clearer. Roman numerals work best as short, deliberately styled identifiers—not as a replacement for the decimal system.