Maroon Flush is a
warm medium color with the hex code #CC1E4A.
Also known as
"Red Bull Crimson"
by Red Bull
.
This vibrant hue can be represented as RGB
204, 30, 74 in digital design or CMYK 0%, 85%, 64%, 20% for print applications.
Find matching Pantone color.
Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.
Maroon Flush
#CC1E4A aka “Red Bull Crimson” by Red Bull
Maroon Flush color values
- HEX
- #CC1E4A
- RGB
- 204, 30, 74
- HSL
- 345°, 74%, 46%
- CMYK
- 0, 85, 64, 20
Shades & tints
About this color
Maroon Flush sits at 345° on the color wheel with 74% saturation and 46% lightness, placing it in the magenta-red segment of the spectrum. At 74% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.
In digital environments, Maroon Flush is rendered as rgb(204, 30, 74), where the red channel dominates at 204, creating a strongly red-skewed appearance. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.
For print, Maroon Flush translates to a CMYK breakdown of 0C 85M 64Y 20K. The low-to-moderate black value (20%) means the color's character in print comes primarily from its magenta ink content (85%), with black serving as a supporting shadow tone. In brand applications, this exact value is specified as Red Bull Crimson.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Maroon Flush
CSS Variable
:root {
--brand-primary: #CC1E4A;
--brand-primary-rgb: 204, 30, 74;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#CC1E4A',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 85%
Y: 64%
K: 20% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(204, 30, 74)
rgba(204, 30, 74, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using Maroon Flush
1 brand uses this color in their identity
Frequently asked questions
What color is #CC1E4A?
What is the RGB value of #CC1E4A?
Is Maroon Flush a warm or cool color?
How do I use #CC1E4A in CSS?
background-color: #CC1E4A; or color: #CC1E4A; or as an RGB value: rgb(204, 30, 74). For print design, use CMYK: 0%, 85%, 64%, 20%.