The radix refers to the base of a number system: the total number of possible digits. The decimal number system that we all use is base ten, as it has ten distinct digits (0,1,2,3,4,5,6,7,8,9).
Commonly used bases in computing include binary, octal, and hexadecimal, which have two, eight, and sixteen digits, respectively.