Skip to main content Skip to docs navigation

#cd442e 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 Peanut Butter Jelly and its hex is #CE4A2D Nearest Color Name

Color Hue/Base color: Orange

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

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

RGB Chart

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

Color Table

Hex Color Code cd442e #cd442e
RGB Decimal 205, 68, 46 205, 68, 46
RGB Percent 80%, 27%, 18% rgb(80%, 27%, 18%)
CSS RGBa 205, 68, 46,1 rgba(205,68,46,1)
CMYK Model cmyk(0%,67%,78%,19.61%)
HSL Color Space 8,63% ,49% hsl(8,63% ,49%)
HSV Color Space 8°, 78%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01000100 00101110
Octal 315 104 56
Decimal 205 68 46
Hex cd 44 2e

Different shades of #cd442e color code.

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

Darkest of #cd442e
#501b12
Darker of #cd442e
#7a281b
Dark of #cd442e
#a33625
Base of #cd442e
#cd442e
Light of #cd442e
#d96755
Lighter
#e28d7f
Lightest
#ecb2a8

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

#cd442e
#2eb7cd

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

Split Complementary

#cd442e
#2ecd94
#2e68cd

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

Analogous Color

#cd2e75
#cd2e5a
#cd442e
#cd792e
#cdbb2e

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

#cd442e
#442ecd
#2ecd44

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

#cd442e
#2ecd44
#2eb7cd
#cd2eb7

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

#cd442e
#68cd2e
#2eb7cd
#942ecd

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

#260d09
#501b12
#7a281b
#a33625
#cd442e
#d96755
#e28d7f
#ecb2a8
#f5d7d2

Tints of #cd442e Color

#cd442e
#d25845
#d86d5c
#dd8273
#e3978a
#e8aba2
#eec0b9
#f3d5d0
#f9eae7
#ffffff

Shades of #cd442e color code

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

#cd442e
#b63c28
#9f3423
#882d1e
#712519
#5b1e14
#44160f
#2d0f0a
#160705
#000000

Tones

#cd442e
#b45647
#9b6860
#827a79
#7e7e7e

Tones

Similar Color like #cd442e color

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

#ce452f
#cf4630
#d04731
#d14832
#d24933
#d34a34
#d44b35
#d54c36
#d64d37
#d74e38
#d84f39
#d9503a
#da513b
#db523c
#cc432d
#cb422c
#ca412b
#c9402a
#c83f29
#c73e28
#c63d27
#c53c26
#c43b25
#c33a24
#c23923
#c13822
#c03721
#bf3620

Download this Dark Orange

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

#cd442e Color Code Preview on Black Background Color

This is how #cd442e Color will look on black background color. Color contrast ratio is 4.46

#cd442e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd442e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd442e

#cd442e color code is use for CSS Background Color

Background color for the above div is #cd442e

HTML with inline CSS

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

#cd442e color code is use for CSS Border Color

CSS Border color for the above div is #cd442e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd442e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd442e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd442e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd442e

HTML with inline CSS

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

#cd442e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd442e Color code Preview on White Background

This is how #cd442e Color code will look on white background color. Color contrast ratio is 4.71

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

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