RGB Color Reference
A comprehensive reference table of common color names with their RGB and hexadecimal values.
| Preview | Color Name | Hex | RGB |
|---|
About RGB Colors
RGB stands for Red, Green, Blue. It is an additive color model where colors are created by combining different intensities of red, green, and blue light. Each component can have a value from 0 to 255.
Color Formats
- RGB Notation: rgb(255, 0, 0) - Values from 0-255 for each component
- Hexadecimal: #FF0000 - Base-16 representation (00-FF per component)
- Named Colors: red - Standard color names recognized by browsers
Common Use Cases
- Web Design: CSS styling and HTML color attributes
- Graphics: Digital image editing and creation
- Development: UI/UX design and prototyping
- Branding: Maintaining consistent color schemes
Feedback
Help us improve this page by providing feedback:
Sending...
Feedback sent. Thank you!
Error occurred!