<script> for (r = 0; r <= 255; r++) { var rgb = 'rgb(' + r + ',0,0)'; document.write("<p style='color:" + rgb + "'>текст</p>") } </script>