#9 Red
#FF0000
BrightHEX#FF0000
RGB255, 0, 0
HSL0°, 100%, 50%
CMYK0%, 100%, 100%, 0%
Xterm ID9
GrupoBright
Códigos de Terminal
Foreground (texto)
\x1b[38;5;9m Background (fondo)
\x1b[48;5;9m Bash echo
echo -e "\033[38;5;9mTexto\033[0m" Python
print(f"\033[38;5;9mTexto\033[0m") CSS
Color HEX
color: #FF0000; Color RGB
color: rgb(255, 0, 0); Background
background-color: #FF0000;