Indian Red Hex Code — #CD5C5C
RGB, HSL, and CMYK values for Indian Red.
Last updated: April 6, 2026
Indian Red Color Values
| Format | Value |
|---|---|
| HEX | #CD5C5C |
| RGB | rgb(205, 92, 92) |
| HSL | hsl(0, 53%, 58%) |
| CMYK | cmyk(0%, 55%, 55%, 20%) |
About Indian Red
Color psychology: Warmth, comfort.
Indian Red (#CD5C5C) is a medium shade of red with a hue angle of 0° on the color wheel, 53% saturation, and 58% lightness. It's commonly used in web design, graphic design, and branding where warmth, comfort are desired associations.
In color theory, Indian Red sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Indian Red in Design
Web Design
Use Indian Red for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Indian Red conveys warmth, comfort — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:55% Y:55% K:20%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Indian Red work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Indian Red in CSS
/* Using HEX */ color: #CD5C5C; background-color: #CD5C5C; /* Using RGB */ color: rgb(205, 92, 92); /* Using HSL — best for creating variations */ color: hsl(0, 53%, 58%); /* Transparent overlay (50% opacity) */ background-color: rgba(205, 92, 92, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 53%, 68%); /* Darker variant for active states */ background-color: hsl(0, 53%, 48%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Indian Red without changing its core hue or saturation.
Colors That Go With Indian Red
Complementary
Analogous
Triadic
Similar Shades of Red
Frequently Asked Questions
What is the hex code for Indian Red?
What is Indian Red in RGB and when should I use RGB?
How to use Indian Red in CSS with different color formats?
What is the HSL value of Indian Red and why is HSL useful for designers?
What is the CMYK value of Indian Red for print design?
What colors pair well with Indian Red in design projects?
Is Indian Red (#CD5C5C) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.