#CD3D2C is a mid-toned, warm orange. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #CD3D2C works with other colors. Named schemes with #CD3D2C in its natural role, and a note on why the supporting colors balance it.
This palette keeps Fire Engine Red as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Fire Engine Red anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Fire Engine Red plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Fire Engine Red sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Fire Engine Red is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Fire Engine Red carrying the quiet middle.
How #CD3D2C actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #CD3D2C at work across the surfaces designers actually ship.
:root {
--color-base: #CD3D2C;
--color-base-rgb: 205 61 44;
--color-base-oklch: oklch(57.0% 0.184 30.3);
--color-50: #FDF3F2;
--color-100: #F9DFDD;
--color-200: #F1C1BC;
--color-300: #E2968E;
--color-400: #CF6E63;
--color-500: #B44D41;
--color-600: #894138;
--color-700: #62322D;
--color-800: #402421;
--color-900: #271816;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
fire-engine-red: {
50: '#FDF3F2',
100: '#F9DFDD',
200: '#F1C1BC',
300: '#E2968E',
400: '#CF6E63',
500: '#B44D41',
600: '#894138',
700: '#62322D',
800: '#402421',
900: '#271816',
},
}
$base: #CD3D2C; $base-ink: #FFFFFF; $base-50: #FDF3F2; $base-100: #F9DFDD; $base-200: #F1C1BC; $base-300: #E2968E; $base-400: #CF6E63; $base-500: #B44D41; $base-600: #894138; $base-700: #62322D; $base-800: #402421; $base-900: #271816; $base-hover: #A53023; $base-subtle: #EBC9C5;
{
"color": {
"base": {
"value": "#CD3D2C",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDF3F2",
"type": "color"
},
"100": {
"value": "#F9DFDD",
"type": "color"
},
"200": {
"value": "#F1C1BC",
"type": "color"
},
"300": {
"value": "#E2968E",
"type": "color"
},
"400": {
"value": "#CF6E63",
"type": "color"
},
"500": {
"value": "#B44D41",
"type": "color"
},
"600": {
"value": "#894138",
"type": "color"
},
"700": {
"value": "#62322D",
"type": "color"
},
"800": {
"value": "#402421",
"type": "color"
},
"900": {
"value": "#271816",
"type": "color"
}
}
}
}