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
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
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C23B22 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C23B22
Base
#22A9C2
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C23B22
Base
#C22259
#C28B22
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C23B22
Base
#22C23B
#3B22C2
Two colors flanking the complement — high contrast with less tension than full complementary.
#C23B22
Base
#22C28B
#2259C2
Four colors at 90° intervals — rich variety, best when one color dominates.
#C23B22
Base
#59C222
#22A9C2
#8B22C2
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C23B22
Base
#40130B
#812717
#9F301C
#DB4C32
#E06750
#EC9F91
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
#C23B22
Base
#DD543B
#E47A66
#ECA092
#F4C6BE
#FBECE9
Ready-to-use code snippets for #C23B22. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C23B22;
}
/* Text */
.element {
color: #C23B22;
}
/* Border */
.element {
border: 1px solid #C23B22;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C23B22,
#22A9C2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C23B22,
#22A9C2
);
}
// 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);
}
How Dark Pastel Red appears to people with different types of color vision deficiency.
#C23B22
How the color appears with full color vision.
#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.
#585825
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C33939
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6B6B6B
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.