Skip to main content

Crimson

#D61233 aka “Tommy Red” by Tommy Hilfiger

Crimson is a warm medium color with the hex code #D61233. Also known as "Tommy Red" by Tommy Hilfiger . This vibrant hue can be represented as RGB 214, 18, 51 in digital design or CMYK 0%, 92%, 76%, 16% 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.

Crimson color values

HEX
#D61233
RGB
214, 18, 51
HSL
350°, 84%, 45%
CMYK
0, 92, 76, 16

About this color

Crimson sits at 350° on the color wheel with 84% saturation and 45% lightness, placing it in the magenta-red segment of the spectrum. With saturation at 84%, 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, Crimson is rendered as rgb(214, 18, 51), where the red channel dominates at 214, 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, Crimson translates to a CMYK breakdown of 0C 92M 76Y 16K. The low-to-moderate black value (16%) means the color's character in print comes primarily from its magenta ink content (92%), with black serving as a supporting shadow tone. In brand applications, this exact value is specified as Tommy Red.

How to use Crimson

CSS Variable

:root {
  --brand-primary: #D61233;
  --brand-primary-rgb: 214, 18, 51;
}

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

Tailwind Config

colors: {
  brand: '#D61233',
}

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

Print Design (CMYK)

C: 0%
M: 92%
Y: 76%
K: 16%

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

RGB for Screens

rgb(214, 18, 51)
rgba(214, 18, 51, 0.8)

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

Brands using Crimson

1 brand uses this color in their identity

Frequently asked questions

What color is #D61233?
#D61233 is Crimson, a warm medium color with RGB values of 214, 18, 51. It has a hue of 350°, 84% saturation, and 45% lightness in the HSL color space.
What is the RGB value of #D61233?
The RGB color code for #D61233 is rgb(214, 18, 51). This means it contains 214 red, 18 green, and 51 blue in the RGB color model.
Is Crimson a warm or cool color?
Crimson (#D61233) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #D61233 in CSS?
You can use #D61233 in CSS with: background-color: #D61233; or color: #D61233; or as an RGB value: rgb(214, 18, 51). For print design, use CMYK: 0%, 92%, 76%, 16%.