Skip to main content Skip to docs navigation

#cd3d2d hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pompeii Red and its hex is #D1462C Nearest Color Name

Color Hue/Base color: Orange

Hex #cd3d2d Color code in RGB color code model is created after adding 80.39% red color, 23.92% green color and 17.65% blue color. Hex #cd3d2d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 78% yellow and 19.61% black.

Hex #cd3d2d color code is between #cc4433 web safe hex color code and #dd3322 web safe hex color code. #cc4433 is the nearest web safe color code. You can see here many more shades of #cd3d2d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code cd3d2d #cd3d2d
RGB Decimal 205, 61, 45 205, 61, 45
RGB Percent 80%, 24%, 18% rgb(80%, 24%, 18%)
CSS RGBa 205, 61, 45,1 rgba(205,61,45,1)
CMYK Model cmyk(0%,70%,78%,19.61%)
HSL Color Space 6,64% ,49% hsl(6,64% ,49%)
HSV Color Space 6°, 78%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00111101 00101101
Octal 315 75 55
Decimal 205 61 45
Hex cd 3d 2d

Different shades of #cd3d2d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #cd3d2d
#501811
Darker of #cd3d2d
#79241b
Dark of #cd3d2d
#a33124
Base of #cd3d2d
#cd3d2d
Light of #cd3d2d
#d96154
Lighter
#e3887d
Lightest
#ecaea7

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cd3d2d
#2dbdcd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cd3d2d
#2dcd8d
#2d6dcd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#cd2d7a
#cd2d60
#cd3d2d
#cd722d
#cdb52d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cd3d2d
#3d2dcd
#2dcd3d

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cd3d2d
#2dcd3d
#2dbdcd
#cd2dbd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cd3d2d
#6dcd2d
#2dbdcd
#8d2dcd

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #cd3d2d

#260b08
#501811
#79241b
#a33124
#cd3d2d
#d96154
#e3887d
#ecaea7
#f5d5d1

Tints of #cd3d2d Color

#cd3d2d
#d25244
#d8685b
#dd7d73
#e3938a
#e8a8a1
#eebeb9
#f3d3d0
#f9e9e7
#ffffff

Shades of #cd3d2d color code

Generate more color scales with scales (color stack) generator.

#cd3d2d
#b63628
#9f2f23
#88281e
#712119
#5b1b14
#44140f
#2d0d0a
#160605
#000000

Tones

#cd3d2d
#b45146
#9b655f
#827978
#7d7d7d

Tones

Similar Color like #cd3d2d color

Find visually similar hex color codes nearing to #cd3d2d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ce3e2e
#cf3f2f
#d04030
#d14131
#d24232
#d34333
#d44434
#d54535
#d64636
#d74737
#d84838
#d94939
#da4a3a
#db4b3b
#cc3c2c
#cb3b2b
#ca3a2a
#c93929
#c83828
#c73727
#c63626
#c53525
#c43424
#c33323
#c23222
#c13121
#c03020
#bf2f1f

Download this Dark Orange

Hex #cd3d2d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cd3d2d Color Code Preview on Black Background Color

This is how #cd3d2d Color will look on black background color. Color contrast ratio is 4.30

#cd3d2d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cd3d2d">Your Example Paragraph content text in with font color #cd3d2d </p>

Your Example Paragraph content text in with font color #cd3d2d

HTML with inline CSS

<div style="color:#cd3d2d">Your Paragraph text in with font color #cd3d2d </div>

Your Example Paragraph content text in with font color #cd3d2d

#cd3d2d color code is use for CSS Background Color

Background color for the above div is #cd3d2d

HTML with inline CSS

<div style="background-color:#cd3d2d;"></div>

#cd3d2d color code is use for CSS Border Color

CSS Border color for the above div is #cd3d2d

HTML with inline CSS

<div style="border:5px solid #cd3d2d;"></div>

CSS Border Left color for the above div is #cd3d2d

HTML with inline CSS

<div style="border-left:5px solid #cd3d2d;"></div>

CSS Border Right color for the above div is #cd3d2d

HTML with inline CSS

<div style="border-right:5px solid #cd3d2d;"></div>

CSS Border Bottom color for the above div is #cd3d2d

HTML with inline CSS

<div style="border-bottom:5px solid #cd3d2d;"></div>

CSS Border Top color for the above div is #cd3d2d

HTML with inline CSS

<div style="border-top:5px solid #cd3d2d;"></div>

#cd3d2d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cd3d2d; } .examplecolorclass {color:#cd3d2d; } .examplebordercolor {border:3px solid #cd3d2d; }

#cd3d2d Color code Preview on White Background

This is how #cd3d2d Color code will look on white background color. Color contrast ratio is 4.88

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cd3d2d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cd3d2d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(205,61,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,189,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,61,45,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }