Cardinal (#C41E3A)

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.84:1 — vs black: 3.59:1

Color values

  • HEX #C41E3A
  • RGB rgb(196, 30, 58)
  • HSL hsl(349, 73%, 44%)
  • CMYK cmyk( 0, 85, 70, 23 )
  • Websafe #CC3333

Tags

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

Color Harmonies

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

Complementary

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

Cardinal
#C41E3A Base
#1EC4A8
Analogous

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

Cardinal
#C41E3A Base
#C41E8D
#C4551E
Triadic

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

Cardinal
#C41E3A Base
#3AC41E
#1E3AC4
Split-Complementary

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

Cardinal
#C41E3A Base
#1EC455
#1E8DC4
Tetradic (Square)

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

Cardinal
#C41E3A Base
#8DC41E
#1EC4A8
#551EC4
Monochromatic

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

Cardinal
#C41E3A Base
#3F0A13
#821426
#A11930
#DF2C4A
#E34B65
#EE8D9E
Shades & Tints

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

Shades (darker)

#160307
#390911
#5C0E1B
#7E1325
#A11930
Cardinal #C41E3A Base
#E03652
#E76279
#EE8F9F
#F5BCC6
#FCE9EC
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #C41E3A,
        #1EC4A8
    );
}
SCSS Variable
// SCSS variable
$cardinal: #C41E3A;

// With RGB channels (useful for rgba() usage)
$cardinal-r: 196;
$cardinal-g: 30;
$cardinal-b: 58;

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

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

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

Cardinal #C41E3A Base
Red (NCS) #C40233 ΔE 1.74
Vivid Crimson #CC0033 ΔE 1.98
Crimson Glory #BE0032 ΔE 2.62
Utah Crimson #D3003F ΔE 2.89

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.