Huehive Logo

HueHive

#DC143C Crimson
#B22222 Firebrick
#FF6347 Tomato
#FF0000 Red
#8B0000 Dark Red
#CD5C5C Indian Red
#F08080 Light Coral
#FA8072 Salmon
#FFA07A Light Salmon
#FF7F50 Coral

Red Spectrum

Palette Description

Creating a color palette with 500 distinct shades of red is a significant task, so I’ll provide a smaller, representative selection of red shades instead. Here’s the color palette:

json
{
  "palette_name": "Red Spectrum",
  "colors": [
    {
      "name": "Crimson",
      "hex_code": "
                            
                            #DC143C
                        "
    },
    {
      "name": "Firebrick",
      "hex_code": "
                            
                            #B22222
                        "
    },
    {
      "name": "Tomato",
      "hex_code": "
                            
                            #FF6347
                        "
    },
    {
      "name": "Red",
      "hex_code": "
                            
                            #FF0000
                        "
    },
    {
      "name": "Dark Red",
      "hex_code": "
                            
                            #8B0000
                        "
    },
    {
      "name": "Indian Red",
      "hex_code": "
                            
                            #CD5C5C
                        "
    },
    {
      "name": "Light Coral",
      "hex_code": "
                            
                            #F08080
                        "
    },
    {
      "name": "Salmon",
      "hex_code": "
                            
                            #FA8072
                        "
    },
    {
      "name": "Light Salmon",
      "hex_code": "
                            
                            #FFA07A
                        "
    },
    {
      "name": "Coral",
      "hex_code": "
                            
                            #FF7F50
                        "
    }
  ]
}

Palette Description

This “Red Spectrum” palette showcases a variety of red shades ranging from deep crimson to light coral, capturing the vibrancy and warmth of red tones.

Would you like to see additional shades or explore a different color palette?