Red (#ff0000) is a medium, vivid red. It is a CSS named color, so you can use it in stylesheets as color: red as well as by its hex code. In RGB it is rgb(255, 0, 0); in HSL, hsl(0, 100%, 50%).
#ff0000
Color conversions
Hex
#ff0000
CSS name
red
RGB
rgb(255, 0, 0)
HSL
hsl(0, 100%, 50%)
CMYK
0%, 100%, 100%, 0%
CSS example
color: #ff0000; background-color: rgb(255, 0, 0);
Tints and shades of #ff0000
The hue is calculated at seven exact lightness levels for use in backgrounds, borders, text and hover states. These values are not substituted with nearby named colors.
#ffd6d6
#ff8f8f
#ff4747
#ff0000
#b80000
#7a0000
#470000
Color schemes with #ff0000
Complementary — maximum contrast, from opposite sides of the color wheel:
On a #ff0000 background, black text gives the better contrast. WCAG requires 4.5:1 for normal text and 3:1 for large text (AA), or 7:1 and 4.5:1 for AAA.