Named color

Venetian Red

Venetian Red is a vibrant red color with HEX #C80815. According to Colors Encyclopedia, it has RGB 200, 8, 21, HSL 356, 92%, 41%, warm temperature, and is useful for historical references, pigment palettes, and cultural color systems.

HEX #C80815
RGB rgb(200, 8, 21)
HSL hsl(356 92% 41%)
CMYK cmyk(0, 96, 89, 22)
Luminance 0.1251
Contrast Black 3.5:1White 6:1

CSS Utilities

--color-venetian-red: #C80815;
.bg-venetian-red { background-color: #C80815; }
.text-venetian-red { color: #C80815; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.1251
Black text3.5:1AA Fail
White text6:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#C80815",
  "rgb": [
    200,
    8,
    21
  ],
  "hsl": [
    356,
    92,
    41
  ],
  "cmyk": [
    0,
    96,
    89,
    22
  ],
  "luminance": 0.1251,
  "contrast": {
    "black": 3.5,
    "white": 6
  }
}
WCAG
{
  "AA": [
    "#FFFFFF",
    "#F5F5F5"
  ],
  "AAA": []
}
Harmonies
{
  "complementary": "#08C9BC",
  "analogous": [
    "#C90875",
    "#C95C08"
  ],
  "triadic": [
    "#15C908",
    "#0815C9"
  ],
  "tetradic": [
    "#75C908",
    "#08C9BC",
    "#5C08C9"
  ],
  "splitComplementary": [
    "#08C95C",
    "#0875C9"
  ],
  "monochromatic": [
    "#F73643",
    "#C80815",
    "#71050C"
  ]
}
Variants
{
  "light": "#F73643",
  "dark": "#71050C",
  "saturated": "#D1000E",
  "desaturated": "#B21F29",
  "pastel": "#EB666E",
  "neon": "#FA0011"
}
Pairings
{
  "best": [
    "#FFFFFF",
    "#08C9BC",
    "#C90875",
    "#C95C08"
  ],
  "avoid": [
    "#B21F29",
    "#F73643"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#FFFFFF"
  ],
  "lowContrast": [
    "#F73643",
    "#B21F29"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "traffic-red",
    "cherry-red",
    "anodized-red",
    "tool-red",
    "cadmium-red"
  ],
  "generatedPalettes": [
    "venetian-red"
  ],
  "generatedComparisons": [
    "cadmium-red-vs-venetian-red",
    "traffic-red-vs-venetian-red",
    "venetian-red-vs-cherry-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/red",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/venetian-red",
    "/wcag/venetian-red",
    "/css/colors/venetian-red",
    "/hex/c80815"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/red",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/venetian-red"
    ],
    "related": [
      "/colors/traffic-red",
      "/colors/cherry-red",
      "/colors/anodized-red",
      "/colors/tool-red",
      "/colors/cadmium-red",
      "/compare/cadmium-red-vs-venetian-red",
      "/compare/traffic-red-vs-venetian-red",
      "/compare/venetian-red-vs-cherry-red",
      "/harmonies/venetian-red",
      "/wcag/venetian-red",
      "/css/colors/venetian-red",
      "/hex/c80815"
    ]
  }
}
Full JSON dataset
{
  "slug": "venetian-red",
  "name": "Venetian Red",
  "hex": "#C80815",
  "uses": [
    "historical references",
    "pigment palettes",
    "cultural color systems"
  ],
  "psychology": {
    "associations": [
      "heritage",
      "craft",
      "specificity"
    ],
    "contexts": [
      "museum design",
      "education",
      "editorial research",
      "cultural references"
    ],
    "avoidIn": [
      "generic unlabeled palette systems"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
  },
  "family": "red",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "red",
    "warm",
    "vibrant",
    "historical-references",
    "pigment-palettes",
    "cultural-color-systems",
    "heritage",
    "craft",
    "specificity"
  ],
  "popularity": 84,
  "rgb": [
    200,
    8,
    21
  ],
  "hsl": [
    356,
    92,
    41
  ],
  "cmyk": [
    0,
    96,
    89,
    22
  ],
  "luminance": 0.1251,
  "contrast": {
    "black": 3.5,
    "white": 6
  },
  "harmonies": {
    "complementary": "#08C9BC",
    "analogous": [
      "#C90875",
      "#C95C08"
    ],
    "triadic": [
      "#15C908",
      "#0815C9"
    ],
    "tetradic": [
      "#75C908",
      "#08C9BC",
      "#5C08C9"
    ],
    "splitComplementary": [
      "#08C95C",
      "#0875C9"
    ],
    "monochromatic": [
      "#F73643",
      "#C80815",
      "#71050C"
    ]
  },
  "variants": {
    "light": "#F73643",
    "dark": "#71050C",
    "saturated": "#D1000E",
    "desaturated": "#B21F29",
    "pastel": "#EB666E",
    "neon": "#FA0011"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "css": {
    "variable": "--color-venetian-red: #C80815;",
    "utility": ".bg-venetian-red { background-color: #C80815; }",
    "textUtility": ".text-venetian-red { color: #C80815; }"
  },
  "nearestColors": [
    "traffic-red",
    "cherry-red",
    "anodized-red",
    "tool-red",
    "cadmium-red"
  ],
  "generatedPalettes": [
    "venetian-red"
  ],
  "generatedComparisons": [
    "cadmium-red-vs-venetian-red",
    "traffic-red-vs-venetian-red",
    "venetian-red-vs-cherry-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/red",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/venetian-red",
    "/wcag/venetian-red",
    "/css/colors/venetian-red",
    "/hex/c80815"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/red",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/venetian-red"
    ],
    "related": [
      "/colors/traffic-red",
      "/colors/cherry-red",
      "/colors/anodized-red",
      "/colors/tool-red",
      "/colors/cadmium-red",
      "/compare/cadmium-red-vs-venetian-red",
      "/compare/traffic-red-vs-venetian-red",
      "/compare/venetian-red-vs-cherry-red",
      "/harmonies/venetian-red",
      "/wcag/venetian-red",
      "/css/colors/venetian-red",
      "/hex/c80815"
    ]
  },
  "pairings": {
    "best": [
      "#FFFFFF",
      "#08C9BC",
      "#C90875",
      "#C95C08"
    ],
    "avoid": [
      "#B21F29",
      "#F73643"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#FFFFFF"
    ],
    "lowContrast": [
      "#F73643",
      "#B21F29"
    ]
  }
}

Color meaning and use

About Venetian Red Color

Venetian Red sits in the red family with warm temperature and vibrant visual character. Venetian Red is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include heritage, craft, and specificity, which makes it relevant for museum design and education. In design work, Venetian Red is most useful for historical references, pigment palettes, and cultural color systems, especially when paired with white text for stronger contrast.

WCAG Accessibility

Contrast checks for Venetian Red against black and white text.

Black text3.5:1AA Fail
White text6:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text optionsNone in seed set

Similar Colors

Color Harmonies

#08C9BC#08C9BC
#C90875#C90875
#C95C08#C95C08
#15C908#15C908
#0815C9#0815C9

Variants

#F73643#F73643
#71050C#71050C
#D1000E#D1000E
#B21F29#B21F29
#EB666E#EB666E
#FA0011#FA0011

Pairings

White#FFFFFF
#08C9BC#08C9BC
#C90875#C90875
#C95C08#C95C08
Matte Black#1A1A1A
White Smoke#F5F5F5