Skip to main content Skip to docs navigation

#cd393a hex color | Download Dark Brown 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 Chef’s Kiss and its hex is #CC3B3B Nearest Color Name

Color Hue/Base color: Brown

Hex #cd393a Color code in RGB color code model is created after adding 80.39% red color, 22.35% green color and 22.75% blue color. Hex #cd393a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 72% yellow and 19.61% black.

Hex #cd393a color code is between #cc3333 web safe hex color code and #dd4444 web safe hex color code. #cc3333 is the nearest web safe color code. You can see here many more shades of #cd393a color code.

RGB Chart

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

Color Table

Hex Color Code cd393a #cd393a
RGB Decimal 205, 57, 58 205, 57, 58
RGB Percent 80%, 22%, 23% rgb(80%, 22%, 23%)
CSS RGBa 205, 57, 58,1 rgba(205,57,58,1)
CMYK Model cmyk(0%,72%,72%,19.61%)
HSL Color Space 360,60% ,51% hsl(360,60% ,51%)
HSV Color Space 0°, 72%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00111001 00111010
Octal 315 71 72
Decimal 205 57 58
Hex cd 39 3a

Different shades of #cd393a color code.

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

Darkest of #cd393a
#571616
Darker of #cd393a
#802021
Dark of #cd393a
#a82b2b
Base of #cd393a
#cd393a
Light of #cd393a
#d76263
Lighter
#e28a8b
Lightest
#ecb3b4

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

#cd393a
#39cdcc

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

Split Complementary

#cd393a
#39cd82
#3984cd

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

Analogous Color

#cd3990
#cd3978
#cd393a
#cd6939
#cda739

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

#cd393a
#393acd
#3acd39

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

#cd393a
#3acd39
#39cdcc
#cc39cd

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

#cd393a
#84cd39
#39cdcc
#8239cd

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 #cd393a

#2e0c0c
#571616
#802021
#a82b2b
#cd393a
#d76263
#e28a8b
#ecb3b4
#f6dcdc

Tints of #cd393a Color

#cd393a
#d24f4f
#d86565
#dd7b7b
#e39191
#e8a7a7
#eebdbd
#f3d3d3
#f9e9e9
#ffffff

Shades of #cd393a color code

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

#cd393a
#b63233
#9f2c2d
#882626
#711f20
#5b1919
#441313
#2d0c0c
#160606
#000000

Tones

#cd393a
#b45252
#9b6b6b
#838383
#838383

Tones

Similar Color like #cd393a color

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

#ce3a3b
#cf3b3c
#d03c3d
#d13d3e
#d23e3f
#d33f40
#d44041
#d54142
#d64243
#d74344
#d84445
#d94546
#da4647
#db4748
#cc3839
#cb3738
#ca3637
#c93536
#c83435
#c73334
#c63233
#c53132
#c43031
#c32f30
#c22e2f
#c12d2e
#c02c2d
#bf2b2c

Download this Dark Brown

Hex #cd393a 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.

#cd393a Color Code Preview on Black Background Color

This is how #cd393a Color will look on black background color. Color contrast ratio is 4.24

#cd393a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd393a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd393a

#cd393a color code is use for CSS Background Color

Background color for the above div is #cd393a

HTML with inline CSS

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

#cd393a color code is use for CSS Border Color

CSS Border color for the above div is #cd393a

HTML with inline CSS

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

CSS Border Left color for the above div is #cd393a

HTML with inline CSS

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

CSS Border Right color for the above div is #cd393a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd393a

HTML with inline CSS

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

CSS Border Top color for the above div is #cd393a

HTML with inline CSS

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

#cd393a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd393a Color code Preview on White Background

This is how #cd393a Color code will look on white background color. Color contrast ratio is 4.95

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 #cd393a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cd393a; }

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,57,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(57,205,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,57,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }