Sangria (#92000A)

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: 9.43:1 — vs black: 2.23:1

Color values

  • HEX #92000A
  • RGB rgb(146, 0, 10)
  • HSL hsl(355, 100%, 57%)
  • CMYK cmyk( 0, 100, 93.15, 42.75 )

Tags

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

Color Harmonies

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

Complementary

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

Sangria
#92000A Base
#009288
Analogous

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

Sangria
#92000A Base
#920053
#923F00
Triadic

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

Sangria
#92000A Base
#0A9200
#000A92
Split-Complementary

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

Sangria
#92000A Base
#00923F
#005392
Tetradic (Square)

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

Sangria
#92000A Base
#539200
#009288
#3F0092
Monochromatic

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

Sangria
#92000A Base
#1A0002
#460005
#690007
#BB000D
#DF000F
#FF2C3A
Shades & Tints

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

Shades (darker)

#1A0002
#320003
#4A0005
#620007
#7A0008
Sangria #92000A Base
#D6000F
#FF1A2A
#FF5E69
#FFA2A8
#FFE6E7
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #92000A;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #92000A,
        #25FFF0
    );
}
SCSS Variable
// SCSS variable
$sangria: #92000A;

// With RGB channels (useful for rgba() usage)
$sangria-r: 146;
$sangria-g: 0;
$sangria-b: 10;

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

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

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

Sangria #92000A Base
Dark Red #8B0000 ΔE 2.10
Crimson Red #990000 ΔE 2.69
Deep Red #850101 ΔE 2.74
Spartan Crimson #9E1316 ΔE 3.16

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.