Crimson (#DC143C) Web Color For Web Page Design

Everything about Crimson (#DC143C) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

Crimson (#DC143C) Color Hex

Crimson (#DC143C) rgb(220, 20, 60)

Color spaces of Crimson (#DC143C)

RGB2202060
HSL0.970.830.47
HSV3489187
CMYK0.000.910.73 0.14
XYZ30.581016.04225.7596
Yxy0.58380.3062
Hunter Lab40.052766.195719.5109
CIE-Lab47.029870.935833.5949

Base Numbers

BaseRedGreenBlue
Binary110111000001010000111100
Octal3342474
Decimal2202060
HexDC143C

Shades of Crimson (#DC143C)

Tints of Crimson (#DC143C)

RGB Percentages of Color Crimson (#DC143C)

Red
Green
Blue

CMYK Percentages of Color Crimson (#DC143C)

Cyan
Magenta
Yellow
Black

Analogous Colors of Crimson (#DC143C)

Triadic Colors of Crimson (#DC143C) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of Crimson (#DC143C) separated with 90° angle

Monochromatic Colors of Crimson (#DC143C)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

Crimson (#DC143C) Color Preview on Black Background

This is Crimson (#DC143C) on a black background

Crimson (#DC143C) Color Preview on White Background

This is Crimson (#DC143C) on a white background

Crimson (#DC143C) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

Crimson (#DC143C) Text Font Color

This is a sample text written with the Crimson (#DC143C) color.
This is a strong text written with the Crimson (#DC143C) as well.

Crimson (#DC143C) Background Color

                <div style="background-color:Crimson (#DC143C)">
                    Text on the Crimson (#DC143C) color
                </div>
            

Crimson (#DC143C) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(220, 20, 60);">Text here</p>

This is a text with rgb(220, 20, 60) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #DC143C;
                  -webkit-box-shadow: 1px 1px 3px 2px #DC143C;
                  box-shadow:         1px 1px 3px 2px #DC143C;">
                    Div content here
                </div>
            
An html Div with text shadow using #DC143C color hex code

Related palettes