Crimson#D72638
Charcoal#111111
Slate#7A8C99
Rust#A64B35
Smoke#5F6F6D
Palette direction

Heavydsparks Inspired Construction Color Palette

HeavyDSparks-inspired branding uses a charged red-and-black core with a hard-edged metallic accent system that feels industrial, confident, and performance-driven. The palette keeps the main colors bold and recognizable while the supporting tones and neutrals preserve clarity across digital interfaces and brand touchpoints.

ComplementaryConstructionindustrial brandingheavy equipmentconstruction identitybold red palette
palette-preview.example
Construction color direction

Heavydsparks Inspired Construction Color Palette

HeavyDSparks-inspired branding uses a charged red-and-black core with a hard-edged metallic accent system that feels industrial, confident, and performance-driven. The palette keeps the main colors bold and recognizable while the supporting tones and neutrals preserve clarity across digital interfaces and brand touchpoints.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo White #FFFFFFon Charcoal #11111118.9:1 Excellent
Logo Near Black #0B0B0Bon Slate #7A8C995.7:1 Strong
Logo White #FFFFFFon Crimson #D726385.0:1 Strong
Logo Near Black #0B0B0Bon White #FFFFFF19.7:1 Excellent
Icon color
BackgroundCrimson#D72638TextWhite#FFFFFF
Primary Button4.97:1
AA

Best for the main action users should notice first.

BackgroundCharcoal#111111TextWhite#FFFFFF
Secondary Button18.88:1
AAA

Useful for softer choices and secondary paths.

BackgroundIvory#F2F2F0TextSlate#7A8C99
Outlined Button3.10:1
Large text

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F2F2F0TextSlate#7A8C99
Text Button3.10:1
Large text

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsComplementary color relationship
9:41Heavydsparks Inspired Construction Color Palette Color role balance
Complementary system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CHeavydsparks Inspired Construction Color PaletteConstruction brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a high-energy red, a deep carbon black, and a steel-inspired accent to create a memorable industrial system that feels aggressive but controlled. Together they deliver strong brand recognition, sharp contrast, and a rugged technical edge suited to HeavyDSparks-inspired applications.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Crimson #D72638
HeadlineUsed for main titles and key messages.Charcoal #111111
LinkUsed for links and interactive text.Slate #7A8C99

Buttons

Primary Button
BackgroundCrimson #D72638
TextWhite #FFFFFF
Secondary Button
BackgroundCharcoal #111111
TextWhite #FFFFFF
Outlined Button
BackgroundSlate #7A8C99
TextSlate #7A8C99

Interface

TextDefault readable body text.Near Black #0B0B0B
Bg LightLight page or section background.Ivory #F2F2F0
Bg DarkDark page or section background.Near Black #0B0B0B
IconSmall interface icons and marks.Rust #A64B35
BorderCards, inputs, and component borders.Rust #A64B35
DividerSubtle separators between content.Smoke #5F6F6D
OutlineFocus rings and emphasis outlines.Smoke #5F6F6D

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors combine a high-energy red, a deep carbon black, and a steel-inspired accent to create a memorable industrial system that feels aggressive but controlled. Together they deliver strong brand recognition, sharp contrast, and a rugged technical edge suited to HeavyDSparks-inspired applications.

PrimaryCrimson

RolesLogo, Btn Primary Bg

Crimson drives the brand with urgency and impact, making the identity feel powerful and active.

HEX#D72638
RGB215, 38, 56
HSL354, 70, 50
CMYK0, 82, 74, 16
SecondaryCharcoal

RolesBtn Secondary Bg, Headline

Charcoal grounds the palette with a heavy, engineered presence that reinforces strength and seriousness.

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93
TertiarySlate

RolesBtn Outlined Border, Btn Outlined Text, Link

Slate adds a metallic, technical note that softens the severity of the dark core without losing the industrial character.

HEX#7A8C99
RGB122, 140, 153
HSL205, 13, 54
CMYK20, 8, 0, 40

Support Colors

The support colors extend the palette with quieter utility tones that improve hierarchy and balance without competing with the main industrial signal. They add depth, surface separation, and a subtle heat-treated feel that fits the HeavyDSparks-inspired direction.

Rust

RolesIcon, Border

Rust introduces a subdued heat and wear reference that feels authentic alongside the primary red and black.

HEX#A64B35
RGB166, 75, 53
HSL12, 52, 43
CMYK0, 55, 68, 35
Smoke

RolesDivider, Outline

Smoke supports structure with a cool, understated metal tone that keeps interface elements visible but restrained.

HEX#5F6F6D
RGB95, 111, 109
HSL173, 8, 40
CMYK14, 0, 2, 56

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBtn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBg Light

HEX#F2F2F0
RGB242, 242, 240
HSL60, 7, 95
CMYK0, 0, 1, 5
Near Black

RolesBg Dark, Text

HEX#0B0B0B
RGB11, 11, 11
HSL0, 0, 4
CMYK0, 0, 0, 96

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-crimson: #D72638;
  --color-charcoal: #111111;
  --color-slate: #7A8C99;
  --color-rust: #A64B35;
  --color-smoke: #5F6F6D;
  --color-white: #FFFFFF;
  --color-ivory: #F2F2F0;
  --color-near-black: #0B0B0B;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #D72638;
  --role-btn-primary-bg: #D72638;
  --role-btn-secondary-bg: #111111;
  --role-headline: #111111;
  --role-btn-outlined-border: #7A8C99;
  --role-btn-outlined-text: #7A8C99;
  --role-link: #7A8C99;
  --role-icon: #A64B35;
  --role-border: #A64B35;
  --role-divider: #5F6F6D;
  --role-outline: #5F6F6D;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F2F2F0;
  --role-bg-dark: #0B0B0B;
  --role-text: #0B0B0B;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "crimson": "#D72638",
    "charcoal": "#111111",
    "slate": "#7A8C99",
    "rust": "#A64B35",
    "smoke": "#5F6F6D",
    "white": "#FFFFFF",
    "ivory": "#F2F2F0",
    "near-black": "#0B0B0B"
}
Press Space to load new palette