Crimson Threshold Dark

A stark collision of electric heat against infinite darkness, like neon against a lightless void at midnight.

Colors

~Red#FF0000
~Back in Black#15151E
~Black#000000

Tags

Psychology

The vivid red advances aggressively forward while the two near-black tones recede, creating visual tension that commands attention without overwhelming. Red's inherent warmth clashes against the achromatic void, producing a sensation of controlled intensity rather than chaos. This high-contrast pairing leverages the principle that warm hues appear closer and more active, making the red feel urgent and present even in minimal quantities.

Usage

Ideal for music album covers, tech startup branding, and luxury watch packaging where drama and precision must coexist. Projects requiring bold visual hierarchy benefit from the extreme contrast, while the monochromatic grounding prevents the red from feeling frivolous or playful. Works exceptionally well in editorial typography, dark-mode interface design, and high-end fashion lookbooks where sophistication demands restraint.

Code

CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
    90deg,
    #ff0000 0%,
    #15151e 50%,
    #000000 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ff0000;
  --color-gradient-2: #15151e;
  --color-gradient-3: #000000;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ff0000;
--color-2: #15151e;
--color-3: #000000;
Hex values
#ff0000, #15151e, #000000

Building something? Get this palette via the REST API.

History

Similar palettes

Velvet Midnight Garden
Hearth & Hickory
Brick & Berry Dusk
Pomegranate Cellar
Kiln Dust Glow
Flamingo Hour
Terracotta Sunrise
Ember & Cream
Dusk Linen Study