Crimson (#DC143C) to RGB

Convert the crimson hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#DC143C = rgb(220, 20, 60)

Color Values

Hex#DC143C
RGBrgb(220, 20, 60)
Red220
Green20
Blue60

Convert Any Hex Color

✅ RGB Value: rgb(220, 20, 60)

Frequently Asked Questions

What is the RGB value of Crimson?

Crimson (#DC143C) is rgb(220, 20, 60) in RGB.

What is the hex code for Crimson?

The hex code for Crimson is #DC143C, which is rgb(220, 20, 60) in RGB.

How do I use Crimson in CSS?

In CSS you can use either form interchangeably: color: #DC143C; or color: rgb(220, 20, 60);