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": "venetian-red-vs-cherry-red",
"type": "nearest",
"name": "Venetian Red vs Cherry Red",
"verdict": "Venetian Red and Cherry Red are visually related colors. Cherry Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.08:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Venetian Red and Cherry Red are different red colors with HEX values #C80815 and #D2042D. According to Colors Encyclopedia, their RGB distance is 26.3, their contrast ratio is 1.08:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 26.3,
"contrastRatio": 1.08,
"colors": [
{
"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 Cherry 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"
},
{
"slug": "cherry-red",
"name": "Cherry Red",
"hex": "#D2042D",
"rgb": [
210,
4,
45
],
"hsl": [
348,
96,
42
],
"cmyk": [
0,
98,
79,
18
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.1398,
"contrast": {
"black": 3.8,
"white": 5.53
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.53
},
"description": "Cherry Red is #D2042D, a warm red color with vibrant character. Compared with Venetian Red, it is lighter and more saturated. Use it for branding accents, editorial palettes, and product design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cherry-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cherry-red.json"
}
],
"differences": {
"rgbDistance": 26.3,
"contrastRatio": 1.08,
"hslDelta": {
"hue": 8,
"saturation": 4,
"lightness": 1
},
"luminanceDelta": 0.0147,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Cherry Red",
"moreSaturatedColor": "Cherry Red"
},
"accessibility": {
"pairContrastRatio": 1.08,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Venetian Red",
"background": "#C80815",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6
},
{
"color": "Cherry Red",
"background": "#D2042D",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.53
}
]
},
"useCases": {
"chooseFirstWhen": "Venetian Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #C80815.",
"chooseSecondWhen": "Cherry Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #D2042D.",
"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/venetian-red-vs-cherry-red.json",
"https://www.colorsencyclopedia.com/api/colors/venetian-red.json",
"https://www.colorsencyclopedia.com/api/colors/cherry-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/venetian-red-vs-cherry-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/venetian-red-vs-cherry-red.json"
}