~/devtools / color / red
tool::color-guide

Red Color

Red — The Color of Urgency and Energy

ad · 728×90
#FF0000Red
Color Values
HEX#FF0000
RGBrgb(255, 0, 0)
HSLhsl(0°, 100%, 50%)
CSSred
Shade Palette
50
#FFF5F5
100
#FED7D7
300
#FC8181
500
#F56565
700
#C53030
900
#742A2A
Complementary Color
#00FFFF
Cyan
Analogous Colors
#FF4500
OrangeRed
#FF0080
Rose

CSS Usage

CSS
/* By name */
color: red;
background-color: red;

/* By HEX */
color: #FF0000;
background-color: #FF0000;

/* By RGB */
color: rgb(255, 0, 0);

/* By HSL */
color: hsl(0deg, 100%, 50%);

/* With opacity */
color: rgba(255, 0, 0, 0.8);
color: hsl(0deg 100% 50% / 80%);

Pure red (#FF0000) can cause eye fatigue when used for body text due to its extreme saturation. For text, prefer slightly toned-down variants like #DC2626 or #EF4444 which still read as red but are easier on the eyes.

Red (#FF0000) is the pure red value in the RGB color model, sitting at maximum red intensity with zero green and blue. It is one of the colors most rapidly perceived by the human eye, which is why it is universally used for warnings, errors, and calls to action. In web design, red communicates urgency, danger, and passion. Because of its extreme saturation, pure red works best as an accent rather than a dominant background color.

Common Use Cases

  • Error messages and alerts — instantly communicates problems to users
  • CTA buttons — 'Buy Now', 'Get Started' for high-conversion actions
  • Notification badges — unread counts on icons and nav items
  • Required field indicators — asterisks and validation error highlights
  • Brand identity — Coca-Cola, Netflix, YouTube, Adobe
  • Stop/cancel states — disabled or blocked UI elements

Related Colors

Blue#0000FF · RGB(0, 0, 255)
Green#008000 · RGB(0, 128, 0)
Black#000000 · RGB(0, 0, 0)
White#FFFFFF · RGB(255, 255, 255)
ad · 300×250
Back to Color Converter
// related tools
Cron Expression Generator
Build and parse cron expressions visually. Generate human-readable descriptions and preview next execution times.
jwt
JWT Decoder
Decode and inspect JWT tokens. View header, payload, and signature details.
rx
Regex Tester
Test regular expressions with live matching, group highlighting, and explanations.
ts
Timestamp Converter
Convert Unix timestamps to human-readable dates. Supports ms/s, UTC/local, and relative time.