What code would change the text color of a <h6> header to red using text?
<h6>
h6 { color: white; }
h6 { color: black; }
h6 { color: rgb(0, 0, 255); }
h6 { color: red; }