colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "traffic-red-vs-venetian-red",
"type": "nearest",
"name": "Traffic Red vs Venetian Red",
"verdict": "Traffic Red and Venetian Red are very close colors. Traffic Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Traffic Red and Venetian Red are different red colors with HEX values #CC0605 and #C80815. According to Colors Encyclopedia, their RGB distance is 16.6, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 16.6,
"contrastRatio": 1.03,
"colors": [
{
"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": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.84
},
"description": "Traffic Red is #CC0605, a warm red color with vibrant character. Compared with Venetian Red, it is lighter and more saturated. Use it for industrial design, safety systems, and hardware palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/traffic-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/traffic-red.json"
},
{
"slug": "venetian-red",
"name": "Venetian Red",
"hex": "#C80815",
"rgb": [
200,
8,
21
],
"hsl": [
356,
92,
41
],
"cmyk": [
0,
96,
89,
22
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.1251,
"contrast": {
"black": 3.5,
"white": 6
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6
},
"description": "Venetian Red is #C80815, a warm red color with vibrant character. Compared with Traffic Red, it is darker and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/venetian-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/venetian-red.json"
}
],
"differences": {
"rgbDistance": 16.6,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 356,
"saturation": 3,
"lightness": 0
},
"luminanceDelta": 0.0047,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Traffic Red",
"moreSaturatedColor": "Traffic Red"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Traffic Red",
"background": "#CC0605",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.84
},
{
"color": "Venetian Red",
"background": "#C80815",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6
}
]
},
"useCases": {
"chooseFirstWhen": "Traffic Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #CC0605.",
"chooseSecondWhen": "Venetian Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #C80815.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/traffic-red-vs-venetian-red.json",
"https://www.colorsencyclopedia.com/api/colors/traffic-red.json",
"https://www.colorsencyclopedia.com/api/colors/venetian-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/traffic-red-vs-venetian-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/traffic-red-vs-venetian-red.json"
}