Dark Pastel Red (#C23B22)

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.33:1 — vs black: 3.94:1

Color values

  • HEX #C23B22
  • RGB rgb(194, 59, 34)
  • HSL hsl(9, 70%, 44%)
  • CMYK cmyk( 0, 70, 82, 24 )
  • Websafe #CC3333

Tags

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

Color Harmonies

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

Complementary

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

Dark Pastel Red
#C23B22 Base
#22A9C2
Analogous

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

Dark Pastel Red
#C23B22 Base
#C22259
#C28B22
Triadic

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

Dark Pastel Red
#C23B22 Base
#22C23B
#3B22C2
Split-Complementary

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

Dark Pastel Red
#C23B22 Base
#22C28B
#2259C2
Tetradic (Square)

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

Dark Pastel Red
#C23B22 Base
#59C222
#22A9C2
#8B22C2
Monochromatic

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

Dark Pastel Red
#C23B22 Base
#40130B
#812717
#9F301C
#DB4C32
#E06750
#EC9F91
Shades & Tints

Darker shades and lighter tints of Dark Pastel Red, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#160704
#38110A
#5B1C10
#7D2616
#A0311C
Dark Pastel Red #C23B22 Base
#DD543B
#E47A66
#ECA092
#F4C6BE
#FBECE9
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #C23B22,
        #22A9C2
    );
}
SCSS Variable
// SCSS variable
$dark-pastel-red: #C23B22;

// With RGB channels (useful for rgba() usage)
$dark-pastel-red-r: 194;
$dark-pastel-red-g: 59;
$dark-pastel-red-b: 34;

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

How Dark Pastel Red appears to people with different types of color vision deficiency.

Normal Vision #C23B22 How the color appears with full color vision.
Deuteranopia #787810 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 #585825 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #C33939 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6B6B6B 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 Dark Pastel Red ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dark Pastel Red #C23B22 Base
Vermilion #D9381E ΔE 4.52
Rosso Corsa #D40000 ΔE 4.90
Boston University Red #CC0000 ΔE 4.99

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.