Skip to main content Skip to docs navigation

#db311f 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 Rackham Red and its hex is #D6341E Nearest Color Name

Color Hue/Base color: Orange

Hex #db311f Color code in RGB color code model is created after adding 85.88% red color, 19.22% green color and 12.16% blue color. Hex #db311f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 86% yellow and 14.12% black.

Hex #db311f color code is between #dd3322 web safe hex color code and #cc2211 web safe hex color code. #dd3322 is the nearest web safe color code. You can see here many more shades of #db311f color code.

RGB Chart

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

Color Table

Hex Color Code db311f #db311f
RGB Decimal 219, 49, 31 219, 49, 31
RGB Percent 86%, 19%, 12% rgb(86%, 19%, 12%)
CSS RGBa 219, 49, 31,1 rgba(219,49,31,1)
CMYK Model cmyk(0%,78%,86%,14.12%)
HSL Color Space 6,75% ,49% hsl(6,75% ,49%)
HSV Color Space 6°, 86%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00110001 00011111
Octal 333 61 37
Decimal 219 49 31
Hex db 31 1f

Different shades of #db311f color code.

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

Darkest of #db311f
#55130c
Darker of #db311f
#821d12
Dark of #db311f
#ae2719
Base of #db311f
#db311f
Light of #db311f
#e55748
Lighter
#eb8075
Lightest
#f2a9a1

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

#db311f
#1fc9db

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

Split Complementary

#db311f
#1fdb8f
#1f6bdb

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

Analogous Color

#db1f7b
#db1f5b
#db311f
#db701f
#dbbe1f

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

#db311f
#311fdb
#1fdb31

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

#db311f
#1fdb31
#1fc9db
#db1fc9

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

#db311f
#6bdb1f
#1fc9db
#8f1fdb

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

#280906
#55130c
#821d12
#ae2719
#db311f
#e55748
#eb8075
#f2a9a1
#f8d2ce

Tints of #db311f Color

#db311f
#df4737
#e35e50
#e77569
#eb8c82
#efa39b
#f3bab4
#f7d1cd
#fbe8e6
#ffffff

Shades of #db311f color code

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

#db311f
#c22b1b
#aa2618
#922014
#791b11
#61150d
#49100a
#300a06
#180503
#000000

Tones

#db311f
#c24538
#a95951
#906e6a
#7d7d7d

Tones

Similar Color like #db311f color

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

#dc3220
#dd3321
#de3422
#df3523
#e03624
#e13725
#e23826
#e33927
#e43a28
#e53b29
#e63c2a
#e73d2b
#e83e2c
#e93f2d
#da301e
#d92f1d
#d82e1c
#d72d1b
#d62c1a
#d52b19
#d42a18
#d32917
#d22816
#d12715
#d02614
#cf2513
#ce2412
#cd2311

Download this Dark Orange

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

#db311f Color Code Preview on Black Background Color

This is how #db311f Color will look on black background color. Color contrast ratio is 4.47

#db311f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db311f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db311f

#db311f color code is use for CSS Background Color

Background color for the above div is #db311f

HTML with inline CSS

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

#db311f color code is use for CSS Border Color

CSS Border color for the above div is #db311f

HTML with inline CSS

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

CSS Border Left color for the above div is #db311f

HTML with inline CSS

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

CSS Border Right color for the above div is #db311f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db311f

HTML with inline CSS

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

CSS Border Top color for the above div is #db311f

HTML with inline CSS

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

#db311f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db311f Color code Preview on White Background

This is how #db311f Color code will look on white background color. Color contrast ratio is 4.70

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

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