Digital color can be represented in a number of ways. The most common ways to represent color on the web are via a 6-digit HEX number, RGBA, and HSL (Support for HSL was added in CSS3).
#123456, 12 is Red, 34 is Green, and 56 is Blue. There are 16 million possible colors.