Skip to main content

Monza

#CF0A2C aka “New Balance Red” by New Balance

Monza is a warm medium color with the hex code #CF0A2C. Also known as "New Balance Red" by New Balance . This vibrant hue can be represented as RGB 207, 10, 44 in digital design or CMYK 0%, 95%, 79%, 19% 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.

Monza color values

HEX
#CF0A2C
RGB
207, 10, 44
HSL
350°, 91%, 43%
CMYK
0, 95, 79, 19

About this color

Monza sits at 350° on the color wheel with 91% saturation and 43% lightness, placing it in the magenta-red segment of the spectrum. With saturation at 91%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. 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, Monza is rendered as rgb(207, 10, 44), where the red channel dominates at 207, 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, Monza translates to a CMYK breakdown of 0C 95M 79Y 19K. The low-to-moderate black value (19%) means the color's character in print comes primarily from its magenta ink content (95%), with black serving as a supporting shadow tone. In brand applications, this exact value is specified as New Balance Red.

How to use Monza

CSS Variable

:root {
  --brand-primary: #CF0A2C;
  --brand-primary-rgb: 207, 10, 44;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#CF0A2C',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 95%
Y: 79%
K: 19%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(207, 10, 44)
rgba(207, 10, 44, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using Monza

1 brand uses this color in their identity

Frequently asked questions

What color is #CF0A2C?
#CF0A2C is Monza, a warm medium color with RGB values of 207, 10, 44. It has a hue of 350°, 91% saturation, and 43% lightness in the HSL color space.
What is the RGB value of #CF0A2C?
The RGB color code for #CF0A2C is rgb(207, 10, 44). This means it contains 207 red, 10 green, and 44 blue in the RGB color model.
Is Monza a warm or cool color?
Monza (#CF0A2C) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #CF0A2C in CSS?
You can use #CF0A2C in CSS with: background-color: #CF0A2C; or color: #CF0A2C; or as an RGB value: rgb(207, 10, 44). For print design, use CMYK: 0%, 95%, 79%, 19%.