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