International Orange (Golden Gate Bridge) (#C0362C)

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.81:1

Color values

  • HEX #C0362C
  • RGB rgb(192, 54, 44)
  • HSL hsl(4, 77%, 75%)
  • CMYK cmyk( 0, 71.88, 77.08, 24.71 )

Tags

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

Color Harmonies

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

Complementary

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

International Orange (Golden Gate Bridge)
#C0362C Base
#2CB6C0
Analogous

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

International Orange (Golden Gate Bridge)
#C0362C Base
#C02C6C
#C0802C
Triadic

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

International Orange (Golden Gate Bridge)
#C0362C Base
#2CC036
#362CC0
Split-Complementary

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

International Orange (Golden Gate Bridge)
#C0362C Base
#2CC080
#2C6CC0
Tetradic (Square)

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

International Orange (Golden Gate Bridge)
#C0362C Base
#6CC02C
#2CB6C0
#802CC0
Monochromatic

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

International Orange (Golden Gate Bridge)
#C0362C Base
#44130F
#82241E
#9F2D24
#D44B41
#DA675E
#E8A29D
Shades & Tints

Darker shades and lighter tints of International Orange (Golden Gate Bridge), generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#150605
#370F0D
#591914
#7B231C
#9E2C24
International Orange (Golden Gate Bridge) #C0362C Base
#D55249
#DE7871
#E89F99
#F1C5C2
#FAEBEA
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #C0362C,
        #8FEAF1
    );
}
SCSS Variable
// SCSS variable
$international-orange-(golden-gate-bridge): #C0362C;

// With RGB channels (useful for rgba() usage)
$international-orange-(golden-gate-bridge)-r: 192;
$international-orange-(golden-gate-bridge)-g: 54;
$international-orange-(golden-gate-bridge)-b: 44;

// Usage
.element {
    background-color: $international-orange-(golden-gate-bridge);
    color: rgba($international-orange-(golden-gate-bridge)-r, $international-orange-(golden-gate-bridge)-g, $international-orange-(golden-gate-bridge)-b, 0.8);
}
Color Blindness Simulation

How International Orange (Golden Gate Bridge) appears to people with different types of color vision deficiency.

Normal Vision #C0362C How the color appears with full color vision.
Deuteranopia #757520 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 #55552E Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #C03535 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 International Orange (Golden Gate Bridge) ranked by perceptual difference (Delta-E 2000 — lower = more similar).

International Orange (Golden Gate Bridge) #C0362C Base
Persian Red #CC3333 ΔE 2.95
Fire Engine Red #CE2029 ΔE 3.10
Pale Carmine #AF4035 ΔE 3.57
Lava #CF1020 ΔE 3.59

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.