Spanish Carmine (#D10047)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.52:1 — vs black: 3.80:1

Color values

  • HEX #D10047
  • RGB rgb(209, 0, 71)
  • HSL hsl(339, 100%, 81%)
  • CMYK cmyk( 0, 100, 66.03, 18.04 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #D10047 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Spanish Carmine
#D10047 Base
#00D18A
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Spanish Carmine
#D10047 Base
#D100B0
#D12100
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Spanish Carmine
#D10047 Base
#47D100
#0047D1
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Spanish Carmine
#D10047 Base
#00D121
#00B0D1
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Spanish Carmine
#D10047 Base
#B0D100
#00D18A
#2100D1
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Spanish Carmine
#D10047 Base
#380013
#85002D
#A80039
#FA0055
#FF1F6B
#FF6B9D
Shades & Tints

Darker shades and lighter tints of Spanish Carmine, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A0009
#3E0015
#630022
#88002E
#AC003B
Spanish Carmine #D10047 Base
#FF095D
#FF4081
#FF77A5
#FFAECA
#FFE6EE
CSS & SCSS Snippets

Ready-to-use code snippets for #D10047. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #D10047;
}

/* Text */
.element {
    color: #D10047;
}

/* Border */
.element {
    border: 1px solid #D10047;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #D10047,
        #A3FFE0
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D10047,
        #A3FFE0
    );
}
SCSS Variable
// SCSS variable
$spanish-carmine: #D10047;

// With RGB channels (useful for rgba() usage)
$spanish-carmine-r: 209;
$spanish-carmine-g: 0;
$spanish-carmine-b: 71;

// Usage
.element {
    background-color: $spanish-carmine;
    color: rgba($spanish-carmine-r, $spanish-carmine-g, $spanish-carmine-b, 0.8);
}
Color Blindness Simulation

How Spanish Carmine appears to people with different types of color vision deficiency.

Normal Vision #D10047 How the color appears with full color vision.
Deuteranopia #77773F Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #4B4B49 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D01616 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #696969 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Spanish Carmine ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Spanish Carmine #D10047 Base
UA Red #D9004C ΔE 1.80
Bright Maroon #C32148 ΔE 2.36
Utah Crimson #D3003F ΔE 2.48
French Raspberry #C72C48 ΔE 2.77

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.