Skip to main content Skip to docs navigation

#de511d 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 War Paint Red and its hex is #DC571D Nearest Color Name

Color Hue/Base color: Brown

Hex #de511d Color code in RGB color code model is created after adding 87.06% red color, 31.76% green color and 11.37% blue color. Hex #de511d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 87% yellow and 12.94% black.

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

RGB Chart

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

Color Table

Hex Color Code de511d #de511d
RGB Decimal 222, 81, 29 222, 81, 29
RGB Percent 87%, 32%, 11% rgb(87%, 32%, 11%)
CSS RGBa 222, 81, 29,1 rgba(222,81,29,1)
CMYK Model cmyk(0%,64%,87%,12.94%)
HSL Color Space 16,77% ,49% hsl(16,77% ,49%)
HSV Color Space 16°, 87%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 01010001 00011101
Octal 336 121 35
Decimal 222 81 29
Hex de 51 1d

Different shades of #de511d color code.

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

Darkest of #de511d
#57200b
Darker of #de511d
#843011
Dark of #de511d
#b14117
Base of #de511d
#de511d
Light of #de511d
#e77247
Lighter
#ed9574
Lightest
#f3b7a1

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

#de511d
#1daade

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

Split Complementary

#de511d
#1ddeb2
#1d49de

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

Analogous Color

#de1d5a
#de1d39
#de511d
#de911d
#dade1d

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

#de511d
#511dde
#1dde51

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

#de511d
#1dde51
#1daade
#de1daa

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

#de511d
#49de1d
#1daade
#b21dde

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

#2a0f05
#57200b
#843011
#b14117
#de511d
#e77247
#ed9574
#f3b7a1
#f9dace

Tints of #de511d Color

#de511d
#e16436
#e5774f
#e98b68
#ec9e81
#f0b19a
#f4c5b3
#f7d8cc
#fbebe5
#ffffff

Shades of #de511d color code

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

#de511d
#c54819
#ac3f16
#943613
#7b2d10
#62240c
#4a1b09
#311206
#180903
#000000

Tones

#de511d
#c55d36
#ac684f
#937468
#7e7e7e

Tones

Similar Color like #de511d color

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

#df521e
#e0531f
#e15420
#e25521
#e35622
#e45723
#e55824
#e65925
#e75a26
#e85b27
#e95c28
#ea5d29
#eb5e2a
#ec5f2b
#dd501c
#dc4f1b
#db4e1a
#da4d19
#d94c18
#d84b17
#d74a16
#d64915
#d54814
#d44713
#d34612
#d24511
#d14410
#d0430f

Download this Dark Brown

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

#de511d Color Code Preview on Black Background Color

This is how #de511d Color will look on black background color. Color contrast ratio is 5.30

#de511d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de511d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de511d

#de511d color code is use for CSS Background Color

Background color for the above div is #de511d

HTML with inline CSS

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

#de511d color code is use for CSS Border Color

CSS Border color for the above div is #de511d

HTML with inline CSS

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

CSS Border Left color for the above div is #de511d

HTML with inline CSS

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

CSS Border Right color for the above div is #de511d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de511d

HTML with inline CSS

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

CSS Border Top color for the above div is #de511d

HTML with inline CSS

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

#de511d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de511d Color code Preview on White Background

This is how #de511d Color code will look on white background color. Color contrast ratio is 3.96

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

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(222,81,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,170,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,81,29,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }