The color value of red can be represented in various formats. Commonly used formats include hexadecimal, RGB, and HSV. For instance, in hexadecimal, red is represented as #FF0000. In RGB, the color value is (255, 0, 0), and in HSV, it is (0, 100, 100). These formats allow for precise color specification in digital media and design.