#DA1900 is a mid-toned, warm orange. On the Color Lab it reads clean and engineered, bold and ownable. It carries a legible label as a UI accent and sits well as a supporting tone.
Not just a swatch — here's how #DA1900 works with other colors. Named schemes with #DA1900 in its natural role, and a note on why the supporting colors balance it.
Rosso Corsa glows at the center of this sunset palette, joined by coral and gold, deepened by a plum anchor and cooled with cream.
Rosso Corsa 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.
Rosso Corsa plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Rosso Corsa sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Rosso Corsa 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 Rosso Corsa carrying the quiet middle.
How #DA1900 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 #DA1900 at work across the surfaces designers actually ship.
:root {
--color-base: #DA1900;
--color-base-rgb: 218 25 0;
--color-base-oklch: oklch(56.5% 0.222 30.6);
--color-50: #FEF2F0;
--color-100: #FDDCD8;
--color-200: #FCB9B1;
--color-300: #F88677;
--color-400: #EC5A46;
--color-500: #D23722;
--color-600: #9F3123;
--color-700: #70281F;
--color-800: #481E18;
--color-900: #2C1411;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
rosso-corsa: {
50: '#FEF2F0',
100: '#FDDCD8',
200: '#FCB9B1',
300: '#F88677',
400: '#EC5A46',
500: '#D23722',
600: '#9F3123',
700: '#70281F',
800: '#481E18',
900: '#2C1411',
},
}
$base: #DA1900; $base-ink: #FFFFFF; $base-50: #FEF2F0; $base-100: #FDDCD8; $base-200: #FCB9B1; $base-300: #F88677; $base-400: #EC5A46; $base-500: #D23722; $base-600: #9F3123; $base-700: #70281F; $base-800: #481E18; $base-900: #2C1411; $base-hover: #AF1400; $base-subtle: #F5BAB2;
{
"color": {
"base": {
"value": "#DA1900",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF2F0",
"type": "color"
},
"100": {
"value": "#FDDCD8",
"type": "color"
},
"200": {
"value": "#FCB9B1",
"type": "color"
},
"300": {
"value": "#F88677",
"type": "color"
},
"400": {
"value": "#EC5A46",
"type": "color"
},
"500": {
"value": "#D23722",
"type": "color"
},
"600": {
"value": "#9F3123",
"type": "color"
},
"700": {
"value": "#70281F",
"type": "color"
},
"800": {
"value": "#481E18",
"type": "color"
},
"900": {
"value": "#2C1411",
"type": "color"
}
}
}
}