Skip to main content Skip to docs navigation

#DB5947 hex color | Red Wire | 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

Color Hue/Base color: Orange

Hex #DB5947 Color Code is also known as | Red Wire color.

Hex #DB5947 Color code in RGB color code model is created after adding 85.88% red color, 34.9% green color and 27.84% blue color. Hex #DB5947 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 68% yellow and 14.12% black.

Hex #DB5947 color code is between #dd5544 web safe hex color code and #cc6655 web safe hex color code. #dd5544 is the nearest web safe color code. You can see here many more shades of #DB5947 color code.

RGB Chart

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

Color Table

Hex Color Code DB5947 #DB5947
RGB Decimal 219, 89, 71 219, 89, 71
RGB Percent 86%, 35%, 28% rgb(86%, 35%, 28%)
CSS RGBa 219, 89, 71,1 rgba(219,89,71,1)
CMYK Model cmyk(0%,59%,68%,14.12%)
HSL Color Space 7,67% ,57% hsl(7,67% ,57%)
HSV Color Space 7°, 68%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 01011001 01000111
Octal 333 131 107
Decimal 219 89 71
Hex DB 59 47

Different shades of #DB5947 color code.

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

Darkest of #DB5947
#732216
Darker of #DB5947
#9d2e1f
Dark of #DB5947
#c83b27
Base of #DB5947
#db5947
Light of #DB5947
#e37f72
Lighter
#eca69c
Lightest
#f4ccc7

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

#db5947
#47c9db

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

Split Complementary

#DB5947
#47dba3
#477fdb

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

Analogous Color

#db478b
#db4773
#db5947
#db8a47
#dbc847

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

#DB5947
#5947db
#47db59

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

#DB5947
#47db59
#47c9db
#db47c9

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

#DB5947
#7fdb47
#47c9db
#a347db

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

#48150e
#732216
#9d2e1f
#c83b27
#db5947
#e37f72
#eca69c
#f4ccc7
#fcf3f2

Tints of #DB5947 Color

#db5947
#df6b5b
#e37d6f
#e79084
#eba298
#efb5ad
#f3c7c1
#f7dad6
#fbecea
#ffffff

Shades of #DB5947 color code

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

#db5947
#c24f3f
#aa4537
#923b2f
#793127
#61271f
#491d17
#30130f
#180907
#000000

Tones

#db5947
#c56a5d
#af7a73
#998b89
#919191

Tones

Similar Color like #DB5947 color

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

#dc5a48
#dd5b49
#de5c4a
#df5d4b
#e05e4c
#e15f4d
#e2604e
#e3614f
#e46250
#e56351
#e66452
#e76553
#e86654
#e96755
#da5846
#d95745
#d85644
#d75543
#d65442
#d55341
#d45240
#d3513f
#d2503e
#d14f3d
#d04e3c
#cf4d3b
#ce4c3a
#cd4b39

Download this Dark Orange

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

#DB5947 Color Code Preview on Black Background Color

This is how #DB5947 Color will look on black background color. Color contrast ratio is 5.53

#DB5947 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #DB5947

HTML with inline CSS

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

Your Example Paragraph content text in with font color #DB5947

#DB5947 color code is use for CSS Background Color

Background color for the above div is #DB5947

HTML with inline CSS

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

#DB5947 color code is use for CSS Border Color

CSS Border color for the above div is #DB5947

HTML with inline CSS

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

CSS Border Left color for the above div is #DB5947

HTML with inline CSS

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

CSS Border Right color for the above div is #DB5947

HTML with inline CSS

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

CSS Border Bottom color for the above div is #DB5947

HTML with inline CSS

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

CSS Border Top color for the above div is #DB5947

HTML with inline CSS

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

#DB5947 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#DB5947 Color code Preview on White Background

This is how #DB5947 Color code will look on white background color. Color contrast ratio is 3.80

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

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(219,89,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,201,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,89,71,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }