Skip to main content Skip to docs navigation

#db252a 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 Whero Red and its hex is #DD262B Nearest Color Name

Color Hue/Base color: Red

Hex #db252a Color code in RGB color code model is created after adding 85.88% red color, 14.51% green color and 16.47% blue color. Hex #db252a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 81% yellow and 14.12% black.

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

RGB Chart

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

Color Table

Hex Color Code db252a #db252a
RGB Decimal 219, 37, 42 219, 37, 42
RGB Percent 86%, 15%, 16% rgb(86%, 15%, 16%)
CSS RGBa 219, 37, 42,1 rgba(219,37,42,1)
CMYK Model cmyk(0%,83%,81%,14.12%)
HSL Color Space 358,72% ,50% hsl(358,72% ,50%)
HSV Color Space 358°, 83%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 00100101 00101010
Octal 333 45 52
Decimal 219 37 42
Hex db 25 2a

Different shades of #db252a color code.

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

Darkest of #db252a
#580f11
Darker of #db252a
#841619
Dark of #db252a
#b01d21
Base of #db252a
#db252a
Light of #db252a
#e25155
Lighter
#e97d80
Lightest
#f1a8aa

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

#db252a
#25dbd6

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

Split Complementary

#db252a
#25db7b
#2585db

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

Analogous Color

#db2594
#db2576
#db252a
#db5d25
#dba825

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

#db252a
#252adb
#2adb25

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

#db252a
#2adb25
#25dbd6
#d625db

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

#db252a
#85db25
#25dbd6
#7b25db

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

#2d0708
#580f11
#841619
#b01d21
#db252a
#e25155
#e97d80
#f1a8aa
#f8d4d5

Tints of #db252a Color

#db252a
#df3d41
#e35559
#e76d71
#eb8588
#ef9ea0
#f3b6b8
#f7cecf
#fbe6e7
#ffffff

Shades of #db252a color code

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

#db252a
#c22025
#aa1c20
#92181c
#791417
#611012
#490c0e
#300809
#180404
#000000

Tones

#db252a
#c23e42
#a8585a
#8f7172
#808080

Tones

Similar Color like #db252a color

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

#dc262b
#dd272c
#de282d
#df292e
#e02a2f
#e12b30
#e22c31
#e32d32
#e42e33
#e52f34
#e63035
#e73136
#e83237
#e93338
#da2429
#d92328
#d82227
#d72126
#d62025
#d51f24
#d41e23
#d31d22
#d21c21
#d11b20
#d01a1f
#cf191e
#ce181d
#cd171c

Download this Dark Red

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

#db252a Color Code Preview on Black Background Color

This is how #db252a Color will look on black background color. Color contrast ratio is 4.31

#db252a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db252a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db252a

#db252a color code is use for CSS Background Color

Background color for the above div is #db252a

HTML with inline CSS

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

#db252a color code is use for CSS Border Color

CSS Border color for the above div is #db252a

HTML with inline CSS

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

CSS Border Left color for the above div is #db252a

HTML with inline CSS

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

CSS Border Right color for the above div is #db252a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db252a

HTML with inline CSS

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

CSS Border Top color for the above div is #db252a

HTML with inline CSS

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

#db252a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db252a Color code Preview on White Background

This is how #db252a Color code will look on white background color. Color contrast ratio is 4.87

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

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