Convenience method for red text on stdout
static String red(String text) => colorizeForStdout(text, (c) => c.red());