Harmony system

Traffic Red Color Harmonies

Traffic Red color harmonies are generated from #CC0605 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Traffic Red into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Traffic Red sits in the red family with warm temperature and vibrant tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceTraffic Red · #CC0605
Groups6
Palette colors6
FamilyRed

How the harmony works

Traffic Red Harmony Guide

Traffic Red harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Traffic Red Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Traffic Red.

AI-Ready Dataset v1.0.0
Luminance0.1298
Black text3.6:1AA Fail
White text5.84:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "traffic-red",
  "name": "Traffic Red",
  "hex": "#CC0605",
  "url": "https://www.colorsencyclopedia.com/colors/traffic-red/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/traffic-red.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#05CCCC",
        "name": "#05CCCC",
        "slug": null,
        "rgb": [
          5,
          204,
          204
        ],
        "hsl": [
          180,
          95,
          41
        ],
        "cmyk": [
          98,
          0,
          0,
          20
        ],
        "luminance": 0.4758,
        "contrast": {
          "black": 10.52,
          "white": 2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/05cccc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cccc.json"
      }
    ],
    "anchor": "traffic-red-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#CC0569",
        "name": "#CC0569",
        "slug": null,
        "rgb": [
          204,
          5,
          105
        ],
        "hsl": [
          330,
          95,
          41
        ],
        "cmyk": [
          0,
          98,
          49,
          20
        ],
        "luminance": 0.1397,
        "contrast": {
          "black": 3.79,
          "white": 5.54
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc0569/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0569.json"
      },
      {
        "hex": "#CC6905",
        "name": "#CC6905",
        "slug": null,
        "rgb": [
          204,
          105,
          5
        ],
        "hsl": [
          30,
          95,
          41
        ],
        "cmyk": [
          0,
          49,
          98,
          20
        ],
        "luminance": 0.2295,
        "contrast": {
          "black": 5.59,
          "white": 3.76
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc6905/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc6905.json"
      }
    ],
    "anchor": "traffic-red-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#05CC05",
        "name": "#05CC05",
        "slug": null,
        "rgb": [
          5,
          204,
          5
        ],
        "hsl": [
          120,
          95,
          41
        ],
        "cmyk": [
          98,
          0,
          98,
          20
        ],
        "luminance": 0.4323,
        "contrast": {
          "black": 9.65,
          "white": 2.18
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/05cc05/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cc05.json"
      },
      {
        "hex": "#0505CC",
        "name": "#0505CC",
        "slug": null,
        "rgb": [
          5,
          5,
          204
        ],
        "hsl": [
          240,
          95,
          41
        ],
        "cmyk": [
          98,
          98,
          0,
          20
        ],
        "luminance": 0.045,
        "contrast": {
          "black": 1.9,
          "white": 11.05
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/0505cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0505cc.json"
      }
    ],
    "anchor": "traffic-red-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#69CC05",
        "name": "#69CC05",
        "slug": null,
        "rgb": [
          105,
          204,
          5
        ],
        "hsl": [
          90,
          95,
          41
        ],
        "cmyk": [
          49,
          0,
          98,
          20
        ],
        "luminance": 0.462,
        "contrast": {
          "black": 10.24,
          "white": 2.05
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/69cc05/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/69cc05.json"
      },
      {
        "hex": "#05CCCC",
        "name": "#05CCCC",
        "slug": null,
        "rgb": [
          5,
          204,
          204
        ],
        "hsl": [
          180,
          95,
          41
        ],
        "cmyk": [
          98,
          0,
          0,
          20
        ],
        "luminance": 0.4758,
        "contrast": {
          "black": 10.52,
          "white": 2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/05cccc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cccc.json"
      },
      {
        "hex": "#6905CC",
        "name": "#6905CC",
        "slug": null,
        "rgb": [
          105,
          5,
          204
        ],
        "hsl": [
          270,
          95,
          41
        ],
        "cmyk": [
          49,
          98,
          0,
          20
        ],
        "luminance": 0.0747,
        "contrast": {
          "black": 2.49,
          "white": 8.42
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6905cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6905cc.json"
      }
    ],
    "anchor": "traffic-red-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#05CC69",
        "name": "#05CC69",
        "slug": null,
        "rgb": [
          5,
          204,
          105
        ],
        "hsl": [
          150,
          95,
          41
        ],
        "cmyk": [
          98,
          0,
          49,
          20
        ],
        "luminance": 0.4424,
        "contrast": {
          "black": 9.85,
          "white": 2.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/05cc69/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cc69.json"
      },
      {
        "hex": "#0569CC",
        "name": "#0569CC",
        "slug": null,
        "rgb": [
          5,
          105,
          204
        ],
        "hsl": [
          210,
          95,
          41
        ],
        "cmyk": [
          98,
          49,
          0,
          20
        ],
        "luminance": 0.145,
        "contrast": {
          "black": 3.9,
          "white": 5.38
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/0569cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0569cc.json"
      }
    ],
    "anchor": "traffic-red-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#FA3333",
        "name": "#FA3333",
        "slug": null,
        "rgb": [
          250,
          51,
          51
        ],
        "hsl": [
          0,
          95,
          59
        ],
        "cmyk": [
          0,
          80,
          80,
          2
        ],
        "luminance": 0.2293,
        "contrast": {
          "black": 5.59,
          "white": 3.76
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/fa3333/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fa3333.json"
      },
      {
        "hex": "#CC0605",
        "name": "Traffic Red",
        "slug": "traffic-red",
        "rgb": [
          204,
          6,
          5
        ],
        "hsl": [
          0,
          95,
          41
        ],
        "cmyk": [
          0,
          97,
          98,
          20
        ],
        "luminance": 0.1298,
        "contrast": {
          "black": 3.6,
          "white": 5.84
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/traffic-red/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/traffic-red.json"
      },
      {
        "hex": "#720303",
        "name": "#720303",
        "slug": null,
        "rgb": [
          114,
          3,
          3
        ],
        "hsl": [
          0,
          95,
          23
        ],
        "cmyk": [
          0,
          97,
          97,
          55
        ],
        "luminance": 0.0365,
        "contrast": {
          "black": 1.73,
          "white": 12.14
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/720303/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/720303.json"
      }
    ],
    "anchor": "traffic-red-harmony-monochromatic"
  }
]
Signature palette
[
  "#CC0605",
  "#05CCCC",
  "#CC0569",
  "#CC6905",
  "#FA3333",
  "#720303"
]
Accessibility notes
[
  "Black contrast on Traffic Red: 3.6:1",
  "White contrast on Traffic Red: 5.84:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-traffic-red: #CC0605;\n  --traffic-red-complementary-1: #05CCCC;\n  --traffic-red-analogous-1: #CC0569;\n  --traffic-red-analogous-2: #CC6905;\n  --traffic-red-triadic-1: #05CC05;\n  --traffic-red-triadic-2: #0505CC;\n  --traffic-red-tetradic-1: #69CC05;\n  --traffic-red-tetradic-2: #05CCCC;\n  --traffic-red-tetradic-3: #6905CC;\n  --traffic-red-split-complementary-1: #05CC69;\n  --traffic-red-split-complementary-2: #0569CC;\n  --traffic-red-monochromatic-1: #FA3333;\n  --traffic-red-monochromatic-2: #CC0605;\n  --traffic-red-monochromatic-3: #720303;\n}\n\n.palette-traffic-red-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #CC0605, #05CCCC, #CC0569, #CC6905, #FA3333, #720303);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "traffic-red",
  "name": "Traffic Red",
  "hex": "#CC0605",
  "rgb": [
    204,
    6,
    5
  ],
  "hsl": [
    0,
    95,
    41
  ],
  "cmyk": [
    0,
    97,
    98,
    20
  ],
  "family": "red",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.1298,
  "contrast": {
    "black": 3.6,
    "white": 5.84
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "traffic-red",
    "name": "Traffic Red",
    "hex": "#CC0605",
    "url": "https://www.colorsencyclopedia.com/colors/traffic-red/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/traffic-red.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#05CCCC",
          "name": "#05CCCC",
          "slug": null,
          "rgb": [
            5,
            204,
            204
          ],
          "hsl": [
            180,
            95,
            41
          ],
          "cmyk": [
            98,
            0,
            0,
            20
          ],
          "luminance": 0.4758,
          "contrast": {
            "black": 10.52,
            "white": 2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/05cccc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cccc.json"
        }
      ],
      "anchor": "traffic-red-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#CC0569",
          "name": "#CC0569",
          "slug": null,
          "rgb": [
            204,
            5,
            105
          ],
          "hsl": [
            330,
            95,
            41
          ],
          "cmyk": [
            0,
            98,
            49,
            20
          ],
          "luminance": 0.1397,
          "contrast": {
            "black": 3.79,
            "white": 5.54
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc0569/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0569.json"
        },
        {
          "hex": "#CC6905",
          "name": "#CC6905",
          "slug": null,
          "rgb": [
            204,
            105,
            5
          ],
          "hsl": [
            30,
            95,
            41
          ],
          "cmyk": [
            0,
            49,
            98,
            20
          ],
          "luminance": 0.2295,
          "contrast": {
            "black": 5.59,
            "white": 3.76
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc6905/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc6905.json"
        }
      ],
      "anchor": "traffic-red-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#05CC05",
          "name": "#05CC05",
          "slug": null,
          "rgb": [
            5,
            204,
            5
          ],
          "hsl": [
            120,
            95,
            41
          ],
          "cmyk": [
            98,
            0,
            98,
            20
          ],
          "luminance": 0.4323,
          "contrast": {
            "black": 9.65,
            "white": 2.18
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/05cc05/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cc05.json"
        },
        {
          "hex": "#0505CC",
          "name": "#0505CC",
          "slug": null,
          "rgb": [
            5,
            5,
            204
          ],
          "hsl": [
            240,
            95,
            41
          ],
          "cmyk": [
            98,
            98,
            0,
            20
          ],
          "luminance": 0.045,
          "contrast": {
            "black": 1.9,
            "white": 11.05
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/0505cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0505cc.json"
        }
      ],
      "anchor": "traffic-red-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#69CC05",
          "name": "#69CC05",
          "slug": null,
          "rgb": [
            105,
            204,
            5
          ],
          "hsl": [
            90,
            95,
            41
          ],
          "cmyk": [
            49,
            0,
            98,
            20
          ],
          "luminance": 0.462,
          "contrast": {
            "black": 10.24,
            "white": 2.05
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/69cc05/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/69cc05.json"
        },
        {
          "hex": "#05CCCC",
          "name": "#05CCCC",
          "slug": null,
          "rgb": [
            5,
            204,
            204
          ],
          "hsl": [
            180,
            95,
            41
          ],
          "cmyk": [
            98,
            0,
            0,
            20
          ],
          "luminance": 0.4758,
          "contrast": {
            "black": 10.52,
            "white": 2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/05cccc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cccc.json"
        },
        {
          "hex": "#6905CC",
          "name": "#6905CC",
          "slug": null,
          "rgb": [
            105,
            5,
            204
          ],
          "hsl": [
            270,
            95,
            41
          ],
          "cmyk": [
            49,
            98,
            0,
            20
          ],
          "luminance": 0.0747,
          "contrast": {
            "black": 2.49,
            "white": 8.42
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6905cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6905cc.json"
        }
      ],
      "anchor": "traffic-red-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#05CC69",
          "name": "#05CC69",
          "slug": null,
          "rgb": [
            5,
            204,
            105
          ],
          "hsl": [
            150,
            95,
            41
          ],
          "cmyk": [
            98,
            0,
            49,
            20
          ],
          "luminance": 0.4424,
          "contrast": {
            "black": 9.85,
            "white": 2.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/05cc69/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/05cc69.json"
        },
        {
          "hex": "#0569CC",
          "name": "#0569CC",
          "slug": null,
          "rgb": [
            5,
            105,
            204
          ],
          "hsl": [
            210,
            95,
            41
          ],
          "cmyk": [
            98,
            49,
            0,
            20
          ],
          "luminance": 0.145,
          "contrast": {
            "black": 3.9,
            "white": 5.38
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/0569cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0569cc.json"
        }
      ],
      "anchor": "traffic-red-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#FA3333",
          "name": "#FA3333",
          "slug": null,
          "rgb": [
            250,
            51,
            51
          ],
          "hsl": [
            0,
            95,
            59
          ],
          "cmyk": [
            0,
            80,
            80,
            2
          ],
          "luminance": 0.2293,
          "contrast": {
            "black": 5.59,
            "white": 3.76
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/fa3333/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fa3333.json"
        },
        {
          "hex": "#CC0605",
          "name": "Traffic Red",
          "slug": "traffic-red",
          "rgb": [
            204,
            6,
            5
          ],
          "hsl": [
            0,
            95,
            41
          ],
          "cmyk": [
            0,
            97,
            98,
            20
          ],
          "luminance": 0.1298,
          "contrast": {
            "black": 3.6,
            "white": 5.84
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/traffic-red/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/traffic-red.json"
        },
        {
          "hex": "#720303",
          "name": "#720303",
          "slug": null,
          "rgb": [
            114,
            3,
            3
          ],
          "hsl": [
            0,
            95,
            23
          ],
          "cmyk": [
            0,
            97,
            97,
            55
          ],
          "luminance": 0.0365,
          "contrast": {
            "black": 1.73,
            "white": 12.14
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/720303/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/720303.json"
        }
      ],
      "anchor": "traffic-red-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#CC0605",
    "#05CCCC",
    "#CC0569",
    "#CC6905",
    "#FA3333",
    "#720303"
  ],
  "semanticGroups": [
    "red harmony",
    "warm harmony",
    "vibrant harmony",
    "traffic red palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Traffic Red: 3.6:1",
    "White contrast on Traffic Red: 5.84:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/traffic-red.json",
    "https://www.colorsencyclopedia.com/api/colors/traffic-red.json",
    "https://www.colorsencyclopedia.com/api/hex/cc0605.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/traffic-red/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/traffic-red.json",
  "cssSnippet": ":root {\n  --color-traffic-red: #CC0605;\n  --traffic-red-complementary-1: #05CCCC;\n  --traffic-red-analogous-1: #CC0569;\n  --traffic-red-analogous-2: #CC6905;\n  --traffic-red-triadic-1: #05CC05;\n  --traffic-red-triadic-2: #0505CC;\n  --traffic-red-tetradic-1: #69CC05;\n  --traffic-red-tetradic-2: #05CCCC;\n  --traffic-red-tetradic-3: #6905CC;\n  --traffic-red-split-complementary-1: #05CC69;\n  --traffic-red-split-complementary-2: #0569CC;\n  --traffic-red-monochromatic-1: #FA3333;\n  --traffic-red-monochromatic-2: #CC0605;\n  --traffic-red-monochromatic-3: #720303;\n}\n\n.palette-traffic-red-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #CC0605, #05CCCC, #CC0569, #CC6905, #FA3333, #720303);\n}"
}

CSS Harmony Tokens

Use these tokens when Traffic Red needs a complete palette system instead of a single color variable.

:root {
  --color-traffic-red: #CC0605;
  --traffic-red-complementary-1: #05CCCC;
  --traffic-red-analogous-1: #CC0569;
  --traffic-red-analogous-2: #CC6905;
  --traffic-red-triadic-1: #05CC05;
  --traffic-red-triadic-2: #0505CC;
  --traffic-red-tetradic-1: #69CC05;
  --traffic-red-tetradic-2: #05CCCC;
  --traffic-red-tetradic-3: #6905CC;
  --traffic-red-split-complementary-1: #05CC69;
  --traffic-red-split-complementary-2: #0569CC;
  --traffic-red-monochromatic-1: #FA3333;
  --traffic-red-monochromatic-2: #CC0605;
  --traffic-red-monochromatic-3: #720303;
}

.palette-traffic-red-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #CC0605, #05CCCC, #CC0569, #CC6905, #FA3333, #720303);
}

Traffic Red Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorTraffic Red · #CC0605
#05CCCC#05CCCC
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorTraffic Red · #CC0605
#CC0569#CC0569
#CC6905#CC6905
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorTraffic Red · #CC0605
#05CC05#05CC05
#0505CC#0505CC
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorTraffic Red · #CC0605
#69CC05#69CC05
#05CCCC#05CCCC
#6905CC#6905CC
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorTraffic Red · #CC0605
#05CC69#05CC69
#0569CC#0569CC
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorTraffic Red · #CC0605
#FA3333#FA3333
Traffic Red#CC0605
#720303#720303