Skip to main content Skip to docs navigation

#dd293a 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 Red-Handed and its hex is #DD2233 Nearest Color Name

Color Hue/Base color: Red

Hex #dd293a Color code in RGB color code model is created after adding 86.67% red color, 16.08% green color and 22.75% blue color. Hex #dd293a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 74% yellow and 13.33% black.

Hex #dd293a color code is between #cc2233 web safe hex color code and #ee3344 web safe hex color code. #cc2233 is the nearest web safe color code. You can see here many more shades of #dd293a color code.

RGB Chart

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

Color Table

Hex Color Code dd293a #dd293a
RGB Decimal 221, 41, 58 221, 41, 58
RGB Percent 87%, 16%, 23% rgb(87%, 16%, 23%)
CSS RGBa 221, 41, 58,1 rgba(221,41,58,1)
CMYK Model cmyk(0%,81%,74%,13.33%)
HSL Color Space 354,73% ,51% hsl(354,73% ,51%)
HSV Color Space 354°, 81%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 00101001 00111010
Octal 335 51 72
Decimal 221 41 58
Hex dd 29 3a

Different shades of #dd293a color code.

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

Darkest of #dd293a
#5e0f16
Darker of #dd293a
#8a1621
Dark of #dd293a
#b61d2b
Base of #dd293a
#dd293a
Light of #dd293a
#e45563
Lighter
#eb818b
Lightest
#f2adb4

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

#dd293a
#29ddcc

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

Split Complementary

#dd293a
#29dd72
#2994dd

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

Analogous Color

#dd29a3
#dd2985
#dd293a
#dd5429
#dd9f29

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

#dd293a
#293add
#3add29

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

#dd293a
#3add29
#29ddcc
#cc29dd

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

#dd293a
#94dd29
#29ddcc
#7229dd

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

#32080c
#5e0f16
#8a1621
#b61d2b
#dd293a
#e45563
#eb818b
#f2adb4
#f9d9dc

Tints of #dd293a Color

#dd293a
#e0404f
#e45865
#e8707b
#ec8891
#ef9fa7
#f3b7bd
#f7cfd3
#fbe7e9
#ffffff

Shades of #dd293a color code

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

#dd293a
#c42433
#ab1f2d
#931b26
#7a1620
#621219
#490d13
#31090c
#180406
#000000

Tones

#dd293a
#c4424e
#ab5b62
#937376
#838383

Tones

Similar Color like #dd293a color

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

#de2a3b
#df2b3c
#e02c3d
#e12d3e
#e22e3f
#e32f40
#e43041
#e53142
#e63243
#e73344
#e83445
#e93546
#ea3647
#eb3748
#dc2839
#db2738
#da2637
#d92536
#d82435
#d72334
#d62233
#d52132
#d42031
#d31f30
#d21e2f
#d11d2e
#d01c2d
#cf1b2c

Download this Dark Red

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

#dd293a Color Code Preview on Black Background Color

This is how #dd293a Color will look on black background color. Color contrast ratio is 4.45

#dd293a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd293a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd293a

#dd293a color code is use for CSS Background Color

Background color for the above div is #dd293a

HTML with inline CSS

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

#dd293a color code is use for CSS Border Color

CSS Border color for the above div is #dd293a

HTML with inline CSS

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

CSS Border Left color for the above div is #dd293a

HTML with inline CSS

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

CSS Border Right color for the above div is #dd293a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd293a

HTML with inline CSS

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

CSS Border Top color for the above div is #dd293a

HTML with inline CSS

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

#dd293a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd293a Color code Preview on White Background

This is how #dd293a Color code will look on white background color. Color contrast ratio is 4.72

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

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