Harmony system

Vermilion Color Harmonies

Vermilion harmonies from #E34234: complementary #35D5E3, plus five harmony groups with CSS and contrast data.

Vermilion is a warm red at hue 5°, saturation 76% and lightness 55%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceVermilion · #E34234
Groups6
Palette colors6
FamilyRed

How the harmony works

Vermilion Harmony Guide

Vermilion 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 Vermilion Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.2048
Black text5.1:1AA Pass
White text4.12:1AA Fail
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": "vermilion",
  "name": "Vermilion",
  "hex": "#E34234",
  "url": "https://www.colorsencyclopedia.com/colors/vermilion/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/vermilion.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": "#35D5E3",
        "name": "#35D5E3",
        "slug": null,
        "rgb": [
          53,
          213,
          227
        ],
        "hsl": [
          185,
          76,
          55
        ],
        "cmyk": [
          77,
          6,
          0,
          11
        ],
        "luminance": 0.5389,
        "contrast": {
          "black": 11.78,
          "white": 1.78
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "vermilion-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": "#E3357E",
        "name": "#E3357E",
        "slug": null,
        "rgb": [
          227,
          53,
          126
        ],
        "hsl": [
          335,
          76,
          55
        ],
        "cmyk": [
          0,
          77,
          44,
          11
        ],
        "luminance": 0.2038,
        "contrast": {
          "black": 5.08,
          "white": 4.14
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#E39B35",
        "name": "#E39B35",
        "slug": null,
        "rgb": [
          227,
          155,
          53
        ],
        "hsl": [
          35,
          76,
          55
        ],
        "cmyk": [
          0,
          32,
          77,
          11
        ],
        "luminance": 0.4003,
        "contrast": {
          "black": 9.01,
          "white": 2.33
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "vermilion-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": "#35E344",
        "name": "#35E344",
        "slug": null,
        "rgb": [
          53,
          227,
          68
        ],
        "hsl": [
          125,
          76,
          55
        ],
        "cmyk": [
          77,
          0,
          70,
          11
        ],
        "luminance": 0.5611,
        "contrast": {
          "black": 12.22,
          "white": 1.72
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#4435E3",
        "name": "#4435E3",
        "slug": null,
        "rgb": [
          68,
          53,
          227
        ],
        "hsl": [
          245,
          76,
          55
        ],
        "cmyk": [
          70,
          77,
          0,
          11
        ],
        "luminance": 0.0932,
        "contrast": {
          "black": 2.86,
          "white": 7.33
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "vermilion-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": "#7EE335",
        "name": "#7EE335",
        "slug": null,
        "rgb": [
          126,
          227,
          53
        ],
        "hsl": [
          95,
          76,
          55
        ],
        "cmyk": [
          44,
          0,
          77,
          11
        ],
        "luminance": 0.5963,
        "contrast": {
          "black": 12.93,
          "white": 1.62
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#35D5E3",
        "name": "#35D5E3",
        "slug": null,
        "rgb": [
          53,
          213,
          227
        ],
        "hsl": [
          185,
          76,
          55
        ],
        "cmyk": [
          77,
          6,
          0,
          11
        ],
        "luminance": 0.5389,
        "contrast": {
          "black": 11.78,
          "white": 1.78
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#9B35E3",
        "name": "#9B35E3",
        "slug": null,
        "rgb": [
          155,
          53,
          227
        ],
        "hsl": [
          275,
          76,
          55
        ],
        "cmyk": [
          32,
          77,
          0,
          11
        ],
        "luminance": 0.1506,
        "contrast": {
          "black": 4.01,
          "white": 5.23
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "vermilion-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": "#35E39B",
        "name": "#35E39B",
        "slug": null,
        "rgb": [
          53,
          227,
          155
        ],
        "hsl": [
          155,
          76,
          55
        ],
        "cmyk": [
          77,
          0,
          32,
          11
        ],
        "luminance": 0.5806,
        "contrast": {
          "black": 12.61,
          "white": 1.67
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#357EE3",
        "name": "#357EE3",
        "slug": null,
        "rgb": [
          53,
          126,
          227
        ],
        "hsl": [
          215,
          76,
          55
        ],
        "cmyk": [
          77,
          44,
          0,
          11
        ],
        "luminance": 0.2122,
        "contrast": {
          "black": 5.24,
          "white": 4
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "vermilion-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": "#EE8F86",
        "name": "#EE8F86",
        "slug": null,
        "rgb": [
          238,
          143,
          134
        ],
        "hsl": [
          5,
          75,
          73
        ],
        "cmyk": [
          0,
          40,
          44,
          7
        ],
        "luminance": 0.3954,
        "contrast": {
          "black": 8.91,
          "white": 2.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#E34234",
        "name": "Vermilion",
        "slug": "vermilion",
        "rgb": [
          227,
          66,
          52
        ],
        "hsl": [
          5,
          76,
          55
        ],
        "cmyk": [
          0,
          71,
          77,
          11
        ],
        "luminance": 0.2048,
        "contrast": {
          "black": 5.1,
          "white": 4.12
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/vermilion/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/vermilion.json"
      },
      {
        "hex": "#A62317",
        "name": "#A62317",
        "slug": null,
        "rgb": [
          166,
          35,
          23
        ],
        "hsl": [
          5,
          76,
          37
        ],
        "cmyk": [
          0,
          79,
          86,
          35
        ],
        "luminance": 0.0937,
        "contrast": {
          "black": 2.87,
          "white": 7.31
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "vermilion-harmony-monochromatic"
  }
]
Signature palette
[
  "#E34234",
  "#35D5E3",
  "#E3357E",
  "#E39B35",
  "#EE8F86",
  "#A62317"
]
Accessibility notes
[
  "Black contrast on Vermilion: 5.1:1",
  "White contrast on Vermilion: 4.12:1",
  "AA text options: #000000"
]
CSS tokens
":root {\n  --color-vermilion: #E34234;\n  --vermilion-complementary-1: #35D5E3;\n  --vermilion-analogous-1: #E3357E;\n  --vermilion-analogous-2: #E39B35;\n  --vermilion-triadic-1: #35E344;\n  --vermilion-triadic-2: #4435E3;\n  --vermilion-tetradic-1: #7EE335;\n  --vermilion-tetradic-2: #35D5E3;\n  --vermilion-tetradic-3: #9B35E3;\n  --vermilion-split-complementary-1: #35E39B;\n  --vermilion-split-complementary-2: #357EE3;\n  --vermilion-monochromatic-1: #EE8F86;\n  --vermilion-monochromatic-2: #E34234;\n  --vermilion-monochromatic-3: #A62317;\n}\n\n.palette-vermilion-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #E34234, #35D5E3, #E3357E, #E39B35, #EE8F86, #A62317);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "vermilion",
  "name": "Vermilion",
  "hex": "#E34234",
  "rgb": [
    227,
    66,
    52
  ],
  "hsl": [
    5,
    76,
    55
  ],
  "cmyk": [
    0,
    71,
    77,
    11
  ],
  "family": "red",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.2048,
  "contrast": {
    "black": 5.1,
    "white": 4.12
  },
  "wcag": {
    "AA": [
      "#000000"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "vermilion",
    "name": "Vermilion",
    "hex": "#E34234",
    "url": "https://www.colorsencyclopedia.com/colors/vermilion/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/vermilion.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": "#35D5E3",
          "name": "#35D5E3",
          "slug": null,
          "rgb": [
            53,
            213,
            227
          ],
          "hsl": [
            185,
            76,
            55
          ],
          "cmyk": [
            77,
            6,
            0,
            11
          ],
          "luminance": 0.5389,
          "contrast": {
            "black": 11.78,
            "white": 1.78
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "vermilion-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": "#E3357E",
          "name": "#E3357E",
          "slug": null,
          "rgb": [
            227,
            53,
            126
          ],
          "hsl": [
            335,
            76,
            55
          ],
          "cmyk": [
            0,
            77,
            44,
            11
          ],
          "luminance": 0.2038,
          "contrast": {
            "black": 5.08,
            "white": 4.14
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#E39B35",
          "name": "#E39B35",
          "slug": null,
          "rgb": [
            227,
            155,
            53
          ],
          "hsl": [
            35,
            76,
            55
          ],
          "cmyk": [
            0,
            32,
            77,
            11
          ],
          "luminance": 0.4003,
          "contrast": {
            "black": 9.01,
            "white": 2.33
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "vermilion-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": "#35E344",
          "name": "#35E344",
          "slug": null,
          "rgb": [
            53,
            227,
            68
          ],
          "hsl": [
            125,
            76,
            55
          ],
          "cmyk": [
            77,
            0,
            70,
            11
          ],
          "luminance": 0.5611,
          "contrast": {
            "black": 12.22,
            "white": 1.72
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#4435E3",
          "name": "#4435E3",
          "slug": null,
          "rgb": [
            68,
            53,
            227
          ],
          "hsl": [
            245,
            76,
            55
          ],
          "cmyk": [
            70,
            77,
            0,
            11
          ],
          "luminance": 0.0932,
          "contrast": {
            "black": 2.86,
            "white": 7.33
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "vermilion-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": "#7EE335",
          "name": "#7EE335",
          "slug": null,
          "rgb": [
            126,
            227,
            53
          ],
          "hsl": [
            95,
            76,
            55
          ],
          "cmyk": [
            44,
            0,
            77,
            11
          ],
          "luminance": 0.5963,
          "contrast": {
            "black": 12.93,
            "white": 1.62
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#35D5E3",
          "name": "#35D5E3",
          "slug": null,
          "rgb": [
            53,
            213,
            227
          ],
          "hsl": [
            185,
            76,
            55
          ],
          "cmyk": [
            77,
            6,
            0,
            11
          ],
          "luminance": 0.5389,
          "contrast": {
            "black": 11.78,
            "white": 1.78
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#9B35E3",
          "name": "#9B35E3",
          "slug": null,
          "rgb": [
            155,
            53,
            227
          ],
          "hsl": [
            275,
            76,
            55
          ],
          "cmyk": [
            32,
            77,
            0,
            11
          ],
          "luminance": 0.1506,
          "contrast": {
            "black": 4.01,
            "white": 5.23
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "vermilion-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": "#35E39B",
          "name": "#35E39B",
          "slug": null,
          "rgb": [
            53,
            227,
            155
          ],
          "hsl": [
            155,
            76,
            55
          ],
          "cmyk": [
            77,
            0,
            32,
            11
          ],
          "luminance": 0.5806,
          "contrast": {
            "black": 12.61,
            "white": 1.67
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#357EE3",
          "name": "#357EE3",
          "slug": null,
          "rgb": [
            53,
            126,
            227
          ],
          "hsl": [
            215,
            76,
            55
          ],
          "cmyk": [
            77,
            44,
            0,
            11
          ],
          "luminance": 0.2122,
          "contrast": {
            "black": 5.24,
            "white": 4
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "vermilion-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": "#EE8F86",
          "name": "#EE8F86",
          "slug": null,
          "rgb": [
            238,
            143,
            134
          ],
          "hsl": [
            5,
            75,
            73
          ],
          "cmyk": [
            0,
            40,
            44,
            7
          ],
          "luminance": 0.3954,
          "contrast": {
            "black": 8.91,
            "white": 2.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#E34234",
          "name": "Vermilion",
          "slug": "vermilion",
          "rgb": [
            227,
            66,
            52
          ],
          "hsl": [
            5,
            76,
            55
          ],
          "cmyk": [
            0,
            71,
            77,
            11
          ],
          "luminance": 0.2048,
          "contrast": {
            "black": 5.1,
            "white": 4.12
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/vermilion/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/vermilion.json"
        },
        {
          "hex": "#A62317",
          "name": "#A62317",
          "slug": null,
          "rgb": [
            166,
            35,
            23
          ],
          "hsl": [
            5,
            76,
            37
          ],
          "cmyk": [
            0,
            79,
            86,
            35
          ],
          "luminance": 0.0937,
          "contrast": {
            "black": 2.87,
            "white": 7.31
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "vermilion-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#E34234",
    "#35D5E3",
    "#E3357E",
    "#E39B35",
    "#EE8F86",
    "#A62317"
  ],
  "semanticGroups": [
    "red harmony",
    "warm harmony",
    "vibrant harmony",
    "vermilion palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Vermilion: 5.1:1",
    "White contrast on Vermilion: 4.12:1",
    "AA text options: #000000"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/vermilion.json",
    "https://www.colorsencyclopedia.com/api/colors/vermilion.json",
    "https://www.colorsencyclopedia.com/api/hex/e34234.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/vermilion/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/vermilion.json",
  "cssSnippet": ":root {\n  --color-vermilion: #E34234;\n  --vermilion-complementary-1: #35D5E3;\n  --vermilion-analogous-1: #E3357E;\n  --vermilion-analogous-2: #E39B35;\n  --vermilion-triadic-1: #35E344;\n  --vermilion-triadic-2: #4435E3;\n  --vermilion-tetradic-1: #7EE335;\n  --vermilion-tetradic-2: #35D5E3;\n  --vermilion-tetradic-3: #9B35E3;\n  --vermilion-split-complementary-1: #35E39B;\n  --vermilion-split-complementary-2: #357EE3;\n  --vermilion-monochromatic-1: #EE8F86;\n  --vermilion-monochromatic-2: #E34234;\n  --vermilion-monochromatic-3: #A62317;\n}\n\n.palette-vermilion-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #E34234, #35D5E3, #E3357E, #E39B35, #EE8F86, #A62317);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-vermilion: #E34234;
  --vermilion-complementary-1: #35D5E3;
  --vermilion-analogous-1: #E3357E;
  --vermilion-analogous-2: #E39B35;
  --vermilion-triadic-1: #35E344;
  --vermilion-triadic-2: #4435E3;
  --vermilion-tetradic-1: #7EE335;
  --vermilion-tetradic-2: #35D5E3;
  --vermilion-tetradic-3: #9B35E3;
  --vermilion-split-complementary-1: #35E39B;
  --vermilion-split-complementary-2: #357EE3;
  --vermilion-monochromatic-1: #EE8F86;
  --vermilion-monochromatic-2: #E34234;
  --vermilion-monochromatic-3: #A62317;
}

.palette-vermilion-harmony {
  color: #111827;
  background: linear-gradient(135deg, #E34234, #35D5E3, #E3357E, #E39B35, #EE8F86, #A62317);
}

Vermilion 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

The complementary set starts from Vermilion #E34234 and produces #35D5E3. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorVermilion · #E34234
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Vermilion #E34234 and produces #E3357E and #E39B35. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorVermilion · #E34234
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Vermilion #E34234 and produces #35E344 and #4435E3. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorVermilion · #E34234
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Vermilion #E34234 and produces #7EE335, #35D5E3, and #9B35E3. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorVermilion · #E34234
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Vermilion #E34234 and produces #35E39B and #357EE3. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorVermilion · #E34234
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Vermilion #E34234 and produces #EE8F86, #E34234, and #A62317. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Vermilion in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorVermilion · #E34234