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 |
| RGB | rgb(255, 0, 0) |
| Red | 255 |
| Green | 0 |
| Blue | 0 |
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);