Pantone Warm Red C
#F9423A · rgb(249, 66, 58)
HEX
#F9423A
RGB
rgb(249, 66, 58)
CMYK
cmyk(0%, 73%, 77%, 2%)
HSL
hsl(3, 94%, 60%)
LAB
lab(56.4, 68.0, 46.7)
What is Pantone Warm Red C?
Pantone Warm Red C is a Coated (C) PMS reference in the red family. Its current screen approximation on PantoneTools is #F9423A, rgb(249, 66, 58), and cmyk(0%, 73%, 77%, 2%). Use it when you need a quick Pantone to HEX, Pantone to RGB, or Pantone to CMYK lookup for brand exploration, UI palettes, and print handoff conversations. For accessibility, this page tests Pantone Warm Red C as a background and currently recommends black text as the safer default before final contrast review. The tints, shades, complementary palette, and developer exports are generated from the same sRGB value so teams can keep web tokens and design notes aligned. These digital values are approximations rather than licensed Pantone specifications; confirm production-critical color with a current physical guide, D50 lighting, and a printer proof.
Workflow context for Pantone Warm Red C
Red coated production notes
Because this is a coated-paper reference, use it for glossy stock, laminated labels, premium cartons, and spot-color conversations where ink sits on a less absorbent surface. Do not assume the same visual result on kraft, recycled, or uncoated paper without a separate proof. Red brand colors often carry high attention and status meaning, but they can become harsh in UI if used as large backgrounds. Validate text contrast and reserve strong reds for controlled actions, alerts, packaging marks, or campaign accents.
- Use Pantone Warm Red C as a digital reference first, then confirm production work against a physical guide or approved proof.
- Record the approved coated value separately from CMYK, HEX, RGB, and design-token fallbacks.
- For UI or web use, pair this color with black text only after checking the actual contrast ratio in context.
- When sending to a vendor, include the expected substrate, lighting condition, and approval owner instead of only sending a HEX value.
Data provenance
Curated community sRGB approximations
Hand-curated approximate sRGB visual equivalents for screen preview and matching workflows. This is not an official Pantone licensed value source. Use for educational lookup, digital previews, nearest-color matching, accessibility checks, and workflow planning. Confirm production color against physical guides, licensed values, or printer proofs.
- Source type
- community-reference
- Confidence
- low
- Last reviewed
- 2026-05-23
Scale metadata
These fields are used by the scale audit before any larger color-directory expansion. They are intentionally conservative because current values are approximate screen references.
High-chroma reds can shift between spot ink, CMYK fallback, and screen preview. Treat the digital value as a planning reference and proof brand-critical print.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone Warm Red C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#FB8E89
#F9423A
#952823
#06BDC5
Accessibility
WCAG 2.1 contrast checks for Pantone Warm Red C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone Warm Red C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone Warm Red C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 2012
#E55137
Salmon orange
RAL 2009
#F54021
Traffic orange
RAL 3022
#D95030
Salmon pink
RAL 3017
#E63244
Rose
RAL 2004
#F44611
Pure orange
RAL 2010
#D84B20
Signal orange
Developer Exports
CSS Variables
:root {
--p-warm-red-c: #F9423A;
--p-warm-red-c-rgb: 249 66 58;
--p-warm-red-c-hsl: 3 94% 60%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-warm-red-c: {
DEFAULT: "#F9423A",
50: "#FFF0EF",
100: "#FEE1DF",
200: "#FDC3C0",
300: "#FCA19D",
400: "#FB716B",
500: "#F9423A",
600: "#D43831",
700: "#A22B26",
800: "#701E1A",
900: "#3E110F",
950: "#1E0807",
},
},
},
},
};Design Token JSON
{
"name": "Pantone Warm Red C",
"hex": "#F9423A",
"rgb": {
"r": 249,
"g": 66,
"b": 58
},
"cmyk": {
"c": 0,
"m": 73,
"y": 77,
"k": 2
},
"hsl": {
"h": 3,
"s": 94,
"l": 60
},
"lab": {
"l": 56.43,
"a": 67.96,
"b": 46.72
},
"pantone": {
"code": "Pantone Warm Red C",
"finish": "coated",
"family": "red"
}
}