CSS Utilities
--color-signal-red: #E60000;
.bg-signal-red { background-color: #E60000; }
.text-signal-red { color: #E60000; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#E60000",
"rgb": [
230,
0,
0
],
"hsl": [
0,
100,
45
],
"cmyk": [
0,
100,
100,
10
],
"luminance": 0.1682,
"contrast": {
"black": 4.36,
"white": 4.81
}
}WCAG
{
"AA": [
"#FFFFFF"
],
"AAA": []
}Harmonies
{
"complementary": "#00E5E6",
"analogous": [
"#E60073",
"#E67300"
],
"triadic": [
"#00E600",
"#0000E6"
],
"tetradic": [
"#73E600",
"#00E5E6",
"#7300E6"
],
"splitComplementary": [
"#00E673",
"#0073E6"
],
"monochromatic": [
"#FF4242",
"#E60000",
"#8A0000"
]
}Variants
{
"light": "#FF4242",
"dark": "#8A0000",
"saturated": "#E60000",
"desaturated": "#CC1919",
"pastel": "#F47171",
"neon": "#FF0F0F"
}Pairings
{
"best": [
"#FFFFFF",
"#00E5E6",
"#E60073",
"#E67300"
],
"avoid": [
"#CC1919",
"#FF4242"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#FF4242",
"#CC1919"
]
}Knowledge graph
{
"nearestColors": [
"red",
"traffic-red",
"cadmium-red",
"venetian-red",
"scarlet"
],
"generatedPalettes": [
"signal-red"
],
"generatedComparisons": [
"red-vs-signal-red",
"signal-red-vs-traffic-red"
],
"relatedFamilies": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/signal-red",
"/wcag/signal-red",
"/css/colors/signal-red",
"/hex/e60000"
],
"semanticRelations": {
"broader": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/signal-red"
],
"related": [
"/colors/red",
"/colors/traffic-red",
"/colors/cadmium-red",
"/colors/venetian-red",
"/colors/scarlet",
"/compare/red-vs-signal-red",
"/compare/signal-red-vs-traffic-red",
"/harmonies/signal-red",
"/wcag/signal-red",
"/css/colors/signal-red",
"/hex/e60000"
]
}
}Full JSON dataset
{
"slug": "signal-red",
"name": "Signal Red",
"hex": "#E60000",
"uses": [
"neon accents",
"event graphics",
"high-energy digital design"
],
"psychology": {
"associations": [
"energy",
"visibility",
"motion"
],
"contexts": [
"gaming",
"music events",
"sportswear",
"nightlife"
],
"avoidIn": [
"long reading interfaces"
]
},
"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",
"neon-accents",
"event-graphics",
"high-energy-digital-design",
"energy",
"visibility",
"motion"
],
"popularity": 84,
"rgb": [
230,
0,
0
],
"hsl": [
0,
100,
45
],
"cmyk": [
0,
100,
100,
10
],
"luminance": 0.1682,
"contrast": {
"black": 4.36,
"white": 4.81
},
"harmonies": {
"complementary": "#00E5E6",
"analogous": [
"#E60073",
"#E67300"
],
"triadic": [
"#00E600",
"#0000E6"
],
"tetradic": [
"#73E600",
"#00E5E6",
"#7300E6"
],
"splitComplementary": [
"#00E673",
"#0073E6"
],
"monochromatic": [
"#FF4242",
"#E60000",
"#8A0000"
]
},
"variants": {
"light": "#FF4242",
"dark": "#8A0000",
"saturated": "#E60000",
"desaturated": "#CC1919",
"pastel": "#F47171",
"neon": "#FF0F0F"
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"css": {
"variable": "--color-signal-red: #E60000;",
"utility": ".bg-signal-red { background-color: #E60000; }",
"textUtility": ".text-signal-red { color: #E60000; }"
},
"nearestColors": [
"red",
"traffic-red",
"cadmium-red",
"venetian-red",
"scarlet"
],
"generatedPalettes": [
"signal-red"
],
"generatedComparisons": [
"red-vs-signal-red",
"signal-red-vs-traffic-red"
],
"relatedFamilies": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/signal-red",
"/wcag/signal-red",
"/css/colors/signal-red",
"/hex/e60000"
],
"semanticRelations": {
"broader": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/signal-red"
],
"related": [
"/colors/red",
"/colors/traffic-red",
"/colors/cadmium-red",
"/colors/venetian-red",
"/colors/scarlet",
"/compare/red-vs-signal-red",
"/compare/signal-red-vs-traffic-red",
"/harmonies/signal-red",
"/wcag/signal-red",
"/css/colors/signal-red",
"/hex/e60000"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#00E5E6",
"#E60073",
"#E67300"
],
"avoid": [
"#CC1919",
"#FF4242"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#FF4242",
"#CC1919"
]
}
}
Color meaning and use
About Signal Red Color
Signal Red sits in the red family with warm temperature and vibrant visual character. Signal Red is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include energy, visibility, and motion, which makes it relevant for gaming and music events. In design work, Signal Red is most useful for neon accents, event graphics, and high-energy digital design, especially when paired with white text for stronger contrast.
WCAG Accessibility
Contrast checks for Signal Red against black and white text.