All CSS Colors
#DC143Ccrimson

Crimson

CSS named color · Red family

HEX#DC143C
RGBrgb(220, 20, 60)
HSLhsl(348, 83%, 47%)
CSScrimson

Tints & Shades

#fbd5dd
#f7abba
#f4869c
#f05c79
#ec3257
#DC143C
#b61132
#910d28
#700a1f
#4b0714
#25030a
LighterDarker

Complementary Color

Crimson

#DC143C

Complement

#14dbb4

hsl(168, 83%, 47%)

CSS Usage

.element {
  color: crimson;
  background-color: crimson;
}

/* Using hex */
.element {
  color: #DC143C;
  background-color: #DC143C;
}

/* Using RGB */
.element {
  color: rgb(220, 20, 60);
  background-color: rgb(220, 20, 60);
}

Similar Colors

Related Tools

Browse All CSS Colors