Harmony system
Roman Red Color Harmonies
Roman Red color harmonies are generated from #CD5C5C with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Roman Red into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Roman Red sits in the red family with warm temperature and balanced 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.
How the harmony works
Roman Red Harmony Guide
Roman 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 Roman Red Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Roman Red.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "roman-red",
"name": "Roman Red",
"hex": "#CD5C5C",
"url": "https://www.colorsencyclopedia.com/colors/roman-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/roman-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": "#5BCDCD",
"name": "#5BCDCD",
"slug": null,
"rgb": [
91,
205,
205
],
"hsl": [
180,
53,
58
],
"cmyk": [
56,
0,
0,
20
],
"luminance": 0.5029,
"contrast": {
"black": 11.06,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcdcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcdcd.json"
}
],
"anchor": "roman-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": "#CD5B94",
"name": "#CD5B94",
"slug": null,
"rgb": [
205,
91,
148
],
"hsl": [
330,
53,
58
],
"cmyk": [
0,
56,
28,
20
],
"luminance": 0.226,
"contrast": {
"black": 5.52,
"white": 3.8
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/cd5b94/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd5b94.json"
},
{
"hex": "#CD945B",
"name": "#CD945B",
"slug": null,
"rgb": [
205,
148,
91
],
"hsl": [
30,
53,
58
],
"cmyk": [
0,
28,
56,
20
],
"luminance": 0.3491,
"contrast": {
"black": 7.98,
"white": 2.63
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cd945b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd945b.json"
}
],
"anchor": "roman-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": "#5BCD5B",
"name": "#5BCD5B",
"slug": null,
"rgb": [
91,
205,
91
],
"hsl": [
120,
53,
58
],
"cmyk": [
56,
0,
56,
20
],
"luminance": 0.4664,
"contrast": {
"black": 10.33,
"white": 2.03
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcd5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcd5b.json"
},
{
"hex": "#5B5BCD",
"name": "#5B5BCD",
"slug": null,
"rgb": [
91,
91,
205
],
"hsl": [
240,
53,
58
],
"cmyk": [
56,
56,
0,
20
],
"luminance": 0.1411,
"contrast": {
"black": 3.82,
"white": 5.49
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b5bcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b5bcd.json"
}
],
"anchor": "roman-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": "#94CD5B",
"name": "#94CD5B",
"slug": null,
"rgb": [
148,
205,
91
],
"hsl": [
90,
53,
58
],
"cmyk": [
28,
0,
56,
20
],
"luminance": 0.5071,
"contrast": {
"black": 11.14,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/94cd5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/94cd5b.json"
},
{
"hex": "#5BCDCD",
"name": "#5BCDCD",
"slug": null,
"rgb": [
91,
205,
205
],
"hsl": [
180,
53,
58
],
"cmyk": [
56,
0,
0,
20
],
"luminance": 0.5029,
"contrast": {
"black": 11.06,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcdcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcdcd.json"
},
{
"hex": "#945BCD",
"name": "#945BCD",
"slug": null,
"rgb": [
148,
91,
205
],
"hsl": [
270,
53,
58
],
"cmyk": [
28,
56,
0,
20
],
"luminance": 0.1819,
"contrast": {
"black": 4.64,
"white": 4.53
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/945bcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/945bcd.json"
}
],
"anchor": "roman-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": "#5BCD94",
"name": "#5BCD94",
"slug": null,
"rgb": [
91,
205,
148
],
"hsl": [
150,
53,
58
],
"cmyk": [
56,
0,
28,
20
],
"luminance": 0.4802,
"contrast": {
"black": 10.6,
"white": 1.98
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcd94/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcd94.json"
},
{
"hex": "#5B94CD",
"name": "#5B94CD",
"slug": null,
"rgb": [
91,
148,
205
],
"hsl": [
210,
53,
58
],
"cmyk": [
56,
28,
0,
20
],
"luminance": 0.2781,
"contrast": {
"black": 6.56,
"white": 3.2
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b94cd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b94cd.json"
}
],
"anchor": "roman-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": "#E2A1A1",
"name": "#E2A1A1",
"slug": null,
"rgb": [
226,
161,
161
],
"hsl": [
0,
53,
76
],
"cmyk": [
0,
29,
29,
11
],
"luminance": 0.4423,
"contrast": {
"black": 9.85,
"white": 2.13
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/e2a1a1/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/e2a1a1.json"
},
{
"hex": "#CD5C5C",
"name": "Roman Red",
"slug": "roman-red",
"rgb": [
205,
92,
92
],
"hsl": [
0,
53,
58
],
"cmyk": [
0,
55,
55,
20
],
"luminance": 0.2141,
"contrast": {
"black": 5.28,
"white": 3.98
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/roman-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/roman-red.json"
},
{
"hex": "#9C3030",
"name": "#9C3030",
"slug": null,
"rgb": [
156,
48,
48
],
"hsl": [
0,
53,
40
],
"cmyk": [
0,
69,
69,
39
],
"luminance": 0.094,
"contrast": {
"black": 2.88,
"white": 7.29
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"url": "https://www.colorsencyclopedia.com/hex/9c3030/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9c3030.json"
}
],
"anchor": "roman-red-harmony-monochromatic"
}
]Signature palette
[
"#CD5C5C",
"#5BCDCD",
"#CD5B94",
"#CD945B",
"#E2A1A1",
"#9C3030"
]Accessibility notes
[
"Black contrast on Roman Red: 5.28:1",
"White contrast on Roman Red: 3.98:1",
"AA text options: #000000"
]CSS tokens
":root {\n --color-roman-red: #CD5C5C;\n --roman-red-complementary-1: #5BCDCD;\n --roman-red-analogous-1: #CD5B94;\n --roman-red-analogous-2: #CD945B;\n --roman-red-triadic-1: #5BCD5B;\n --roman-red-triadic-2: #5B5BCD;\n --roman-red-tetradic-1: #94CD5B;\n --roman-red-tetradic-2: #5BCDCD;\n --roman-red-tetradic-3: #945BCD;\n --roman-red-split-complementary-1: #5BCD94;\n --roman-red-split-complementary-2: #5B94CD;\n --roman-red-monochromatic-1: #E2A1A1;\n --roman-red-monochromatic-2: #CD5C5C;\n --roman-red-monochromatic-3: #9C3030;\n}\n\n.palette-roman-red-harmony {\n color: #111827;\n background: linear-gradient(135deg, #CD5C5C, #5BCDCD, #CD5B94, #CD945B, #E2A1A1, #9C3030);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "roman-red",
"name": "Roman Red",
"hex": "#CD5C5C",
"rgb": [
205,
92,
92
],
"hsl": [
0,
53,
58
],
"cmyk": [
0,
55,
55,
20
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.2141,
"contrast": {
"black": 5.28,
"white": 3.98
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"sourceColor": {
"slug": "roman-red",
"name": "Roman Red",
"hex": "#CD5C5C",
"url": "https://www.colorsencyclopedia.com/colors/roman-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/roman-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": "#5BCDCD",
"name": "#5BCDCD",
"slug": null,
"rgb": [
91,
205,
205
],
"hsl": [
180,
53,
58
],
"cmyk": [
56,
0,
0,
20
],
"luminance": 0.5029,
"contrast": {
"black": 11.06,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcdcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcdcd.json"
}
],
"anchor": "roman-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": "#CD5B94",
"name": "#CD5B94",
"slug": null,
"rgb": [
205,
91,
148
],
"hsl": [
330,
53,
58
],
"cmyk": [
0,
56,
28,
20
],
"luminance": 0.226,
"contrast": {
"black": 5.52,
"white": 3.8
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/cd5b94/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd5b94.json"
},
{
"hex": "#CD945B",
"name": "#CD945B",
"slug": null,
"rgb": [
205,
148,
91
],
"hsl": [
30,
53,
58
],
"cmyk": [
0,
28,
56,
20
],
"luminance": 0.3491,
"contrast": {
"black": 7.98,
"white": 2.63
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cd945b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cd945b.json"
}
],
"anchor": "roman-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": "#5BCD5B",
"name": "#5BCD5B",
"slug": null,
"rgb": [
91,
205,
91
],
"hsl": [
120,
53,
58
],
"cmyk": [
56,
0,
56,
20
],
"luminance": 0.4664,
"contrast": {
"black": 10.33,
"white": 2.03
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcd5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcd5b.json"
},
{
"hex": "#5B5BCD",
"name": "#5B5BCD",
"slug": null,
"rgb": [
91,
91,
205
],
"hsl": [
240,
53,
58
],
"cmyk": [
56,
56,
0,
20
],
"luminance": 0.1411,
"contrast": {
"black": 3.82,
"white": 5.49
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b5bcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b5bcd.json"
}
],
"anchor": "roman-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": "#94CD5B",
"name": "#94CD5B",
"slug": null,
"rgb": [
148,
205,
91
],
"hsl": [
90,
53,
58
],
"cmyk": [
28,
0,
56,
20
],
"luminance": 0.5071,
"contrast": {
"black": 11.14,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/94cd5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/94cd5b.json"
},
{
"hex": "#5BCDCD",
"name": "#5BCDCD",
"slug": null,
"rgb": [
91,
205,
205
],
"hsl": [
180,
53,
58
],
"cmyk": [
56,
0,
0,
20
],
"luminance": 0.5029,
"contrast": {
"black": 11.06,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcdcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcdcd.json"
},
{
"hex": "#945BCD",
"name": "#945BCD",
"slug": null,
"rgb": [
148,
91,
205
],
"hsl": [
270,
53,
58
],
"cmyk": [
28,
56,
0,
20
],
"luminance": 0.1819,
"contrast": {
"black": 4.64,
"white": 4.53
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/945bcd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/945bcd.json"
}
],
"anchor": "roman-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": "#5BCD94",
"name": "#5BCD94",
"slug": null,
"rgb": [
91,
205,
148
],
"hsl": [
150,
53,
58
],
"cmyk": [
56,
0,
28,
20
],
"luminance": 0.4802,
"contrast": {
"black": 10.6,
"white": 1.98
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5bcd94/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5bcd94.json"
},
{
"hex": "#5B94CD",
"name": "#5B94CD",
"slug": null,
"rgb": [
91,
148,
205
],
"hsl": [
210,
53,
58
],
"cmyk": [
56,
28,
0,
20
],
"luminance": 0.2781,
"contrast": {
"black": 6.56,
"white": 3.2
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b94cd/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b94cd.json"
}
],
"anchor": "roman-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": "#E2A1A1",
"name": "#E2A1A1",
"slug": null,
"rgb": [
226,
161,
161
],
"hsl": [
0,
53,
76
],
"cmyk": [
0,
29,
29,
11
],
"luminance": 0.4423,
"contrast": {
"black": 9.85,
"white": 2.13
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/e2a1a1/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/e2a1a1.json"
},
{
"hex": "#CD5C5C",
"name": "Roman Red",
"slug": "roman-red",
"rgb": [
205,
92,
92
],
"hsl": [
0,
53,
58
],
"cmyk": [
0,
55,
55,
20
],
"luminance": 0.2141,
"contrast": {
"black": 5.28,
"white": 3.98
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/roman-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/roman-red.json"
},
{
"hex": "#9C3030",
"name": "#9C3030",
"slug": null,
"rgb": [
156,
48,
48
],
"hsl": [
0,
53,
40
],
"cmyk": [
0,
69,
69,
39
],
"luminance": 0.094,
"contrast": {
"black": 2.88,
"white": 7.29
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"url": "https://www.colorsencyclopedia.com/hex/9c3030/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9c3030.json"
}
],
"anchor": "roman-red-harmony-monochromatic"
}
],
"signaturePalette": [
"#CD5C5C",
"#5BCDCD",
"#CD5B94",
"#CD945B",
"#E2A1A1",
"#9C3030"
],
"semanticGroups": [
"red harmony",
"warm harmony",
"balanced harmony",
"roman red palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Roman Red: 5.28:1",
"White contrast on Roman Red: 3.98:1",
"AA text options: #000000"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/roman-red.json",
"https://www.colorsencyclopedia.com/api/colors/roman-red.json",
"https://www.colorsencyclopedia.com/api/hex/cd5c5c.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/roman-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/roman-red.json",
"cssSnippet": ":root {\n --color-roman-red: #CD5C5C;\n --roman-red-complementary-1: #5BCDCD;\n --roman-red-analogous-1: #CD5B94;\n --roman-red-analogous-2: #CD945B;\n --roman-red-triadic-1: #5BCD5B;\n --roman-red-triadic-2: #5B5BCD;\n --roman-red-tetradic-1: #94CD5B;\n --roman-red-tetradic-2: #5BCDCD;\n --roman-red-tetradic-3: #945BCD;\n --roman-red-split-complementary-1: #5BCD94;\n --roman-red-split-complementary-2: #5B94CD;\n --roman-red-monochromatic-1: #E2A1A1;\n --roman-red-monochromatic-2: #CD5C5C;\n --roman-red-monochromatic-3: #9C3030;\n}\n\n.palette-roman-red-harmony {\n color: #111827;\n background: linear-gradient(135deg, #CD5C5C, #5BCDCD, #CD5B94, #CD945B, #E2A1A1, #9C3030);\n}"
}
CSS Harmony Tokens
Use these tokens when Roman Red needs a complete palette system instead of a single color variable.
:root {
--color-roman-red: #CD5C5C;
--roman-red-complementary-1: #5BCDCD;
--roman-red-analogous-1: #CD5B94;
--roman-red-analogous-2: #CD945B;
--roman-red-triadic-1: #5BCD5B;
--roman-red-triadic-2: #5B5BCD;
--roman-red-tetradic-1: #94CD5B;
--roman-red-tetradic-2: #5BCDCD;
--roman-red-tetradic-3: #945BCD;
--roman-red-split-complementary-1: #5BCD94;
--roman-red-split-complementary-2: #5B94CD;
--roman-red-monochromatic-1: #E2A1A1;
--roman-red-monochromatic-2: #CD5C5C;
--roman-red-monochromatic-3: #9C3030;
}
.palette-roman-red-harmony {
color: #111827;
background: linear-gradient(135deg, #CD5C5C, #5BCDCD, #CD5B94, #CD945B, #E2A1A1, #9C3030);
}
Roman 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.
#5BCDCDAnalogous 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.
#CD5B94#CD945BTriadic 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.
#5BCD5B#5B5BCDTetradic 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.
#94CD5B#5BCDCD#945BCDSplit 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.
#5BCD94#5B94CDMonochromatic 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.
#E2A1A1#CD5C5C#9C3030