Skip to main content Skip to docs navigation

#db153a 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 Wild Rider Red and its hex is #DC143C Nearest Color Name

Color Hue/Base color: Red

Hex #db153a Color code in RGB color code model is created after adding 85.88% red color, 8.24% green color and 22.75% blue color. Hex #db153a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 74% yellow and 14.12% black.

Hex #db153a color code is between #dd1133 web safe hex color code and #cc2244 web safe hex color code. #dd1133 is the nearest web safe color code. You can see here many more shades of #db153a color code.

RGB Chart

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

Color Table

Hex Color Code db153a #db153a
RGB Decimal 219, 21, 58 219, 21, 58
RGB Percent 86%, 8%, 23% rgb(86%, 8%, 23%)
CSS RGBa 219, 21, 58,1 rgba(219,21,58,1)
CMYK Model cmyk(0%,90%,74%,14.12%)
HSL Color Space 349,83% ,47% hsl(349,83% ,47%)
HSV Color Space 349°, 90%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00010101 00111010
Octal 333 25 72
Decimal 219 21 58
Hex db 15 3a

Different shades of #db153a color code.

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

Darkest of #db153a
#4f0815
Darker of #db153a
#7e0c21
Dark of #db153a
#ac112e
Base of #db153a
#db153a
Light of #db153a
#ec3759
Lighter
#f06680
Lightest
#f594a6

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

#db153a
#15dbb6

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

Split Complementary

#db153a
#15db53
#159ddb

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

Analogous Color

#db15ad
#db158c
#db153a
#db3215
#db8515

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

#db153a
#153adb
#3adb15

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

#db153a
#3adb15
#15dbb6
#b615db

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

#db153a
#9ddb15
#15dbb6
#5315db

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

#210309
#4f0815
#7e0c21
#ac112e
#db153a
#ec3759
#f06680
#f594a6
#f9c3cd

Tints of #db153a Color

#db153a
#df2f4f
#e34965
#e7637b
#eb7d91
#ef97a7
#f3b1bd
#f7cbd3
#fbe5e9
#ffffff

Shades of #db153a color code

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

#db153a
#c21233
#aa102d
#920e26
#790b20
#610919
#490713
#30040c
#180206
#000000

Tones

#db153a
#c32d49
#ab4558
#935d67
#7b7576

Tones

Similar Color like #db153a color

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

#dc163b
#dd173c
#de183d
#df193e
#e01a3f
#e11b40
#e21c41
#e31d42
#e41e43
#e51f44
#e62045
#e72146
#e82247
#e92348
#da1439
#d91338
#d81237
#d71136
#d61035
#d50f34
#d40e33
#d30d32
#d20c31
#d10b30
#d00a2f
#cf092e
#ce082d
#cd072c

Download this Dark Red

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

#db153a Color Code Preview on Black Background Color

This is how #db153a Color will look on black background color. Color contrast ratio is 4.18

#db153a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db153a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db153a

#db153a color code is use for CSS Background Color

Background color for the above div is #db153a

HTML with inline CSS

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

#db153a color code is use for CSS Border Color

CSS Border color for the above div is #db153a

HTML with inline CSS

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

CSS Border Left color for the above div is #db153a

HTML with inline CSS

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

CSS Border Right color for the above div is #db153a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db153a

HTML with inline CSS

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

CSS Border Top color for the above div is #db153a

HTML with inline CSS

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

#db153a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db153a Color code Preview on White Background

This is how #db153a Color code will look on white background color. Color contrast ratio is 5.02

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

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