Skip to main content Skip to docs navigation

#db231d hex color | Download Dark Red 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 Pantone 485 C and its hex is #DA291C Nearest Color Name

Color Hue/Base color: Red

Hex #db231d Color code in RGB color code model is created after adding 85.88% red color, 13.73% green color and 11.37% blue color. Hex #db231d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 87% yellow and 14.12% black.

Hex #db231d color code is between #dd2222 web safe hex color code and #cc3311 web safe hex color code. #dd2222 is the nearest web safe color code. You can see here many more shades of #db231d color code.

RGB Chart

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

Color Table

Hex Color Code db231d #db231d
RGB Decimal 219, 35, 29 219, 35, 29
RGB Percent 86%, 14%, 11% rgb(86%, 14%, 11%)
CSS RGBa 219, 35, 29,1 rgba(219,35,29,1)
CMYK Model cmyk(0%,84%,87%,14.12%)
HSL Color Space 2,77% ,49% hsl(2,77% ,49%)
HSV Color Space 2°, 87%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00100011 00011101
Octal 333 43 35
Decimal 219 35 29
Hex db 23 1d

Different shades of #db231d color code.

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

Darkest of #db231d
#540d0b
Darker of #db231d
#811511
Dark of #db231d
#ae1c17
Base of #db231d
#db231d
Light of #db231d
#e64a45
Lighter
#ec7672
Lightest
#f2a19f

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

#db231d
#1dd5db

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

Split Complementary

#db231d
#1ddb82
#1d76db

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

Analogous Color

#db1d86
#db1d66
#db231d
#db621d
#dbb11d

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

#db231d
#231ddb
#1ddb23

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

#db231d
#1ddb23
#1dd5db
#db1dd5

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

#db231d
#76db1d
#1dd5db
#821ddb

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

#270605
#540d0b
#811511
#ae1c17
#db231d
#e64a45
#ec7672
#f2a19f
#f8cdcc

Tints of #db231d Color

#db231d
#df3b36
#e3534f
#e76c68
#eb8481
#ef9d9a
#f3b5b3
#f7cecc
#fbe6e5
#ffffff

Shades of #db231d color code

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

#db231d
#c21f19
#aa1b16
#921713
#791310
#610f0c
#490b09
#300706
#180303
#000000

Tones

#db231d
#c23a36
#a9514f
#916967
#7c7c7c

Tones

Similar Color like #db231d color

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

#dc241e
#dd251f
#de2620
#df2721
#e02822
#e12923
#e22a24
#e32b25
#e42c26
#e52d27
#e62e28
#e72f29
#e8302a
#e9312b
#da221c
#d9211b
#d8201a
#d71f19
#d61e18
#d51d17
#d41c16
#d31b15
#d21a14
#d11913
#d01812
#cf1711
#ce1610
#cd150f

Download this Dark Red

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

#db231d Color Code Preview on Black Background Color

This is how #db231d Color will look on black background color. Color contrast ratio is 4.27

#db231d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db231d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db231d

#db231d color code is use for CSS Background Color

Background color for the above div is #db231d

HTML with inline CSS

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

#db231d color code is use for CSS Border Color

CSS Border color for the above div is #db231d

HTML with inline CSS

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

CSS Border Left color for the above div is #db231d

HTML with inline CSS

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

CSS Border Right color for the above div is #db231d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db231d

HTML with inline CSS

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

CSS Border Top color for the above div is #db231d

HTML with inline CSS

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

#db231d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db231d Color code Preview on White Background

This is how #db231d Color code will look on white background color. Color contrast ratio is 4.92

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

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