HTML colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values.
red, blue, tomato#ff6347rgb(255, 99, 71)rgba(255, 99, 71, 0.5) (with opacity)hsl(9, 100%, 64%)Edit the code below and click Run to see the result live.