#910110 is a mid-toned, warm orange. On the Color Lab it reads organic and grounded, quietly premium. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #910110 works with other colors. Named schemes with #910110 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Sangria as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Sangria 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.
Sangria plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Sangria sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Sangria 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 Sangria carrying the quiet middle.
How #910110 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 #910110 at work across the surfaces designers actually ship.
:root {
--color-base: #910110;
--color-base-rgb: 145 1 16;
--color-base-oklch: oklch(41.4% 0.168 26.1);
--color-50: #FEF0F2;
--color-100: #FDD8DC;
--color-200: #FCB1B8;
--color-300: #F77884;
--color-400: #EB4757;
--color-500: #D22335;
--color-600: #9F2330;
--color-700: #6F1F27;
--color-800: #48191D;
--color-900: #2C1114;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
sangria: {
50: '#FEF0F2',
100: '#FDD8DC',
200: '#FCB1B8',
300: '#F77884',
400: '#EB4757',
500: '#D22335',
600: '#9F2330',
700: '#6F1F27',
800: '#48191D',
900: '#2C1114',
},
}
$base: #910110; $base-ink: #FFFFFF; $base-50: #FEF0F2; $base-100: #FDD8DC; $base-200: #FCB1B8; $base-300: #F77884; $base-400: #EB4757; $base-500: #D22335; $base-600: #9F2330; $base-700: #6F1F27; $base-800: #48191D; $base-900: #2C1114; $base-hover: #76010C; $base-subtle: #F2A0A8;
{
"color": {
"base": {
"value": "#910110",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FEF0F2",
"type": "color"
},
"100": {
"value": "#FDD8DC",
"type": "color"
},
"200": {
"value": "#FCB1B8",
"type": "color"
},
"300": {
"value": "#F77884",
"type": "color"
},
"400": {
"value": "#EB4757",
"type": "color"
},
"500": {
"value": "#D22335",
"type": "color"
},
"600": {
"value": "#9F2330",
"type": "color"
},
"700": {
"value": "#6F1F27",
"type": "color"
},
"800": {
"value": "#48191D",
"type": "color"
},
"900": {
"value": "#2C1114",
"type": "color"
}
}
}
}