Bright red Color — HEX, RGB, HSL & CMYK Codes

#ff000d
Format Value
HEX #ff000d
RGB rgb(255, 0, 13)
HSL hsl(356.9, 100%, 50%)
CMYK cmyk(0%, 100%, 94.9%, 0%)
HSV hsv(356.9, 100%, 100%)

bright red color harmonies

Tints & shades of bright red

Tints (lighter)

#ff1723 #ff2e39 #ff464f #ff5d65 #ff747b #ff8b91 #ffa2a7 #ffb9bd #ffd1d3 #ffe8e9

Shades (darker)

#e8000c #d1000b #b90009 #a20008 #8b0007 #740006 #5d0005 #460004 #2e0002 #170001

Contrast & accessibility

The quick brown fox

On white · 3.99:1 · AA Large

The quick brown fox

On black · 5.26:1 · AA

Recommended text color: #000000

Use bright red in code

CSS color: #ff000d;
SCSS $color: #ff000d;
Tailwind bg-[#ff000d]
Swift UIColor(red: 1.000, green: 0.000, blue: 0.051, alpha: 1)
Android Color.parseColor("#ff000d")
Flutter Color(0xFFFF000D)

Colors similar to bright red

Browse all Red colors →

What is the HEX code for bright red?

The CSS color bright red in HEX format is #ff000d. Use this value directly in CSS, SVG, and most design tools.

How do I use bright red in CSS?

To apply bright red in CSS:

  • Text color: color: #ff000d;
  • Background: background-color: #ff000d;
  • Border: border-color: #ff000d;

What are all the color format values for bright red?

FormatValue
HEX#ff000d
RGBrgb(255, 0, 13)
HSLhsl(356.9, 100%, 50%)
CMYKcmyk(0%, 100%, 94.9%, 0%)

How do I convert bright red to HEX?

Select bright red from the color name list in our color converter. The HEX value — #ff000d — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bright red belong to?

bright red belongs to the red color family. It is a medium, vivid color with HSL values: hue 356.9°, saturation 100%, lightness 50%.

How do I create lighter and darker shades of bright red?

Lighter variant (lightness 65%): #ff4d56. Darker variant (lightness 35%): #b30009. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.