Skip to main content Skip to docs navigation

#cd403b 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 #cd403b Color code in RGB color code model is created after adding 80.39% red color, 25.1% green color and 23.14% blue color. Hex #cd403b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 71% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code cd403b #cd403b
RGB Decimal 205, 64, 59 205, 64, 59
RGB Percent 80%, 25%, 23% rgb(80%, 25%, 23%)
CSS RGBa 205, 64, 59,1 rgba(205,64,59,1)
CMYK Model cmyk(0%,69%,71%,19.61%)
HSL Color Space 2,59% ,52% hsl(2,59% ,52%)
HSV Color Space 2°, 71%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01000000 00111011
Octal 315 100 73
Decimal 205 64 59
Hex cd 40 3b

Different shades of #cd403b color code.

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

Darkest of #cd403b
#581917
Darker of #cd403b
#812421
Dark of #cd403b
#aa302b
Base of #cd403b
#cd403b
Light of #cd403b
#d76864
Lighter
#e28f8c
Lightest
#ecb7b5

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

#cd403b
#3bc8cd

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

Split Complementary

#cd403b
#3bcd89
#3b7fcd

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

Analogous Color

#cd3b8b
#cd3b73
#cd403b
#cd713b
#cdad3b

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

#cd403b
#403bcd
#3bcd40

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

#cd403b
#3bcd40
#3bc8cd
#cd3bc8

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

#cd403b
#7fcd3b
#3bc8cd
#893bcd

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

#300d0c
#581917
#812421
#aa302b
#cd403b
#d76864
#e28f8c
#ecb7b5
#f6dede

Tints of #cd403b Color

#cd403b
#d25550
#d86a66
#dd7f7c
#e39492
#e8aaa7
#eebfbd
#f3d4d3
#f9e9e9
#ffffff

Shades of #cd403b color code

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

#cd403b
#b63834
#9f312d
#882a27
#712320
#5b1c1a
#441513
#2d0e0d
#160706
#000000

Tones

#cd403b
#b45754
#9c6e6c
#848484
#848484

Tones

Similar Color like #cd403b color

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

#ce413c
#cf423d
#d0433e
#d1443f
#d24540
#d34641
#d44742
#d54843
#d64944
#d74a45
#d84b46
#d94c47
#da4d48
#db4e49
#cc3f3a
#cb3e39
#ca3d38
#c93c37
#c83b36
#c73a35
#c63934
#c53833
#c43732
#c33631
#c23530
#c1342f
#c0332e
#bf322d

Download this Dark Brown

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

#cd403b Color Code Preview on Black Background Color

This is how #cd403b Color will look on black background color. Color contrast ratio is 4.39

#cd403b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd403b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd403b

#cd403b color code is use for CSS Background Color

Background color for the above div is #cd403b

HTML with inline CSS

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

#cd403b color code is use for CSS Border Color

CSS Border color for the above div is #cd403b

HTML with inline CSS

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

CSS Border Left color for the above div is #cd403b

HTML with inline CSS

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

CSS Border Right color for the above div is #cd403b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd403b

HTML with inline CSS

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

CSS Border Top color for the above div is #cd403b

HTML with inline CSS

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

#cd403b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd403b Color code Preview on White Background

This is how #cd403b Color code will look on white background color. Color contrast ratio is 4.78

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

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