Skip to main content

Maroon Flush

#CC1E4A aka “Red Bull Crimson” by Red Bull

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 color values

HEX
#CC1E4A
RGB
204, 30, 74
HSL
345°, 74%, 46%
CMYK
0, 85, 64, 20

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.

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?
#CC1E4A is Maroon Flush, a warm medium color with RGB values of 204, 30, 74. It has a hue of 345°, 74% saturation, and 46% lightness in the HSL color space.
What is the RGB value of #CC1E4A?
The RGB color code for #CC1E4A is rgb(204, 30, 74). This means it contains 204 red, 30 green, and 74 blue in the RGB color model.
Is Maroon Flush a warm or cool color?
Maroon Flush (#CC1E4A) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #CC1E4A in CSS?
You can use #CC1E4A in CSS with: background-color: #CC1E4A; or color: #CC1E4A; or as an RGB value: rgb(204, 30, 74). For print design, use CMYK: 0%, 85%, 64%, 20%.