Skip to main content Skip to docs navigation

#db181b 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 Snake Fruit and its hex is #DB2217 Nearest Color Name

Color Hue/Base color: Red

Hex #db181b Color code in RGB color code model is created after adding 85.88% red color, 9.41% green color and 10.59% blue color. Hex #db181b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 88% yellow and 14.12% black.

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

RGB Chart

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

Color Table

Hex Color Code db181b #db181b
RGB Decimal 219, 24, 27 219, 24, 27
RGB Percent 86%, 9%, 11% rgb(86%, 9%, 11%)
CSS RGBa 219, 24, 27,1 rgba(219,24,27,1)
CMYK Model cmyk(0%,89%,88%,14.12%)
HSL Color Space 359,80% ,48% hsl(359,80% ,48%)
HSV Color Space 359°, 89%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00011000 00011011
Octal 333 30 33
Decimal 219 24 27
Hex db 18 1b

Different shades of #db181b color code.

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

Darkest of #db181b
#51090a
Darker of #db181b
#7f0e10
Dark of #db181b
#ad1315
Base of #db181b
#db181b
Light of #db181b
#ea3c3f
Lighter
#ef6a6c
Lightest
#f4989a

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

#db181b
#18dbd8

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

Split Complementary

#db181b
#18db77
#187cdb

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

Analogous Color

#db188d
#db186c
#db181b
#db5618
#dba718

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

#db181b
#181bdb
#1bdb18

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

#db181b
#1bdb18
#18dbd8
#d818db

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

#db181b
#7cdb18
#18dbd8
#7718db

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

#230404
#51090a
#7f0e10
#ad1315
#db181b
#ea3c3f
#ef6a6c
#f4989a
#f9c6c7

Tints of #db181b Color

#db181b
#df3134
#e34b4d
#e76567
#eb7e80
#ef9899
#f3b2b3
#f7cbcc
#fbe5e5
#ffffff

Shades of #db181b color code

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

#db181b
#c21518
#aa1215
#921012
#790d0f
#610a0c
#490809
#300506
#180203
#000000

Tones

#db181b
#c33033
#aa494a
#926162
#7a7979

Tones

Similar Color like #db181b color

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

#dc191c
#dd1a1d
#de1b1e
#df1c1f
#e01d20
#e11e21
#e21f22
#e32023
#e42124
#e52225
#e62326
#e72427
#e82528
#e92629
#da171a
#d91619
#d81518
#d71417
#d61316
#d51215
#d41114
#d31013
#d20f12
#d10e11
#d00d10
#cf0c0f
#ce0b0e
#cd0a0d

Download this Dark Red

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

#db181b Color Code Preview on Black Background Color

This is how #db181b Color will look on black background color. Color contrast ratio is 4.16

#db181b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db181b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db181b

#db181b color code is use for CSS Background Color

Background color for the above div is #db181b

HTML with inline CSS

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

#db181b color code is use for CSS Border Color

CSS Border color for the above div is #db181b

HTML with inline CSS

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

CSS Border Left color for the above div is #db181b

HTML with inline CSS

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

CSS Border Right color for the above div is #db181b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db181b

HTML with inline CSS

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

CSS Border Top color for the above div is #db181b

HTML with inline CSS

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

#db181b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db181b Color code Preview on White Background

This is how #db181b Color code will look on white background color. Color contrast ratio is 5.05

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

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