Red (#FF0000) to RGB

Convert the red hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#FF0000 = rgb(255, 0, 0)

Color Values

Hex#FF0000
RGBrgb(255, 0, 0)
Red255
Green0
Blue0

Convert Any Hex Color

✅ RGB Value: rgb(255, 0, 0)

Frequently Asked Questions

What is the RGB value of Red?

Red (#FF0000) is rgb(255, 0, 0) in RGB.

What is the hex code for Red?

The hex code for Red is #FF0000, which is rgb(255, 0, 0) in RGB.

How do I use Red in CSS?

In CSS you can use either form interchangeably: color: #FF0000; or color: rgb(255, 0, 0);