To define the color of text underline to red, what CSS value would you use?
underline-color: red;
text-decoration: red;
text-decoration-color: #FF0000;
text-color: red;