Dark Crimson Red Color Palette

Discover the beautiful Dark Crimson Red color palette featuring diesel (#170100), dark burgundy (#810c08), thunderbird (#ce1c13), pomegranate (#ee3424) and sunset orange (#ff543a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Crimson, Dark, Deep, Fire, Red, Retro, Vibrant, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dark Crimson Red palette

Share this palette to:

💻 Dark Crimson Red color palette CSS

/* CSS */
.color-1 {
color: #170100;
}
.color-2 {
color: #810c08;
}
.color-3 {
color: #ce1c13;
}
.color-4 {
color: #ee3424;
}
.color-5 {
color: #ff543a;
}

/* CSS Variables */
:root {
--color-1: #170100;
--color-2: #810c08;
--color-3: #ce1c13;
--color-4: #ee3424;
--color-5: #ff543a;
}

🌈 Dark Crimson Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #170100, #810c08, #ce1c13, #ee3424, #ff543a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #170100, #810c08, #ce1c13, #ee3424, #ff543a);
}

Dark Crimson Red color palette created on .