Skip to main content Skip to docs navigation

#dd421b hex color | Download Dark Orange 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 Kiss of the Scorpion and its hex is #DC331A Nearest Color Name

Color Hue/Base color: Orange

Hex #dd421b Color code in RGB color code model is created after adding 86.67% red color, 25.88% green color and 10.59% blue color. Hex #dd421b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 88% yellow and 13.33% black.

Hex #dd421b color code is between #cc4422 web safe hex color code and #ee3311 web safe hex color code. #cc4422 is the nearest web safe color code. You can see here many more shades of #dd421b color code.

RGB Chart

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

Color Table

Hex Color Code dd421b #dd421b
RGB Decimal 221, 66, 27 221, 66, 27
RGB Percent 87%, 26%, 11% rgb(87%, 26%, 11%)
CSS RGBa 221, 66, 27,1 rgba(221,66,27,1)
CMYK Model cmyk(0%,70%,88%,13.33%)
HSL Color Space 12,78% ,49% hsl(12,78% ,49%)
HSV Color Space 12°, 88%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 01000010 00011011
Octal 335 102 33
Decimal 221 66 27
Hex dd 42 1b

Different shades of #dd421b color code.

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

Darkest of #dd421b
#55190a
Darker of #dd421b
#822710
Dark of #dd421b
#b03415
Base of #dd421b
#dd421b
Light of #dd421b
#e86443
Lighter
#ee8a70
Lightest
#f3af9e

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

#dd421b
#1bb6dd

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

Split Complementary

#dd421b
#1bdda3
#1b55dd

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

Analogous Color

#dd1b65
#dd1b45
#dd421b
#dd831b
#ddd41b

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

#dd421b
#421bdd
#1bdd42

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

#dd421b
#1bdd42
#1bb6dd
#dd1bb6

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

#dd421b
#55dd1b
#1bb6dd
#a31bdd

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

#270c05
#55190a
#822710
#b03415
#dd421b
#e86443
#ee8a70
#f3af9e
#f9d4cb

Tints of #dd421b Color

#dd421b
#e05734
#e46c4d
#e88167
#ec9680
#efab99
#f3c0b3
#f7d5cc
#fbeae5
#ffffff

Shades of #dd421b color code

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

#dd421b
#c43a18
#ab3315
#932c12
#7a240f
#621d0c
#491609
#310e06
#180703
#000000

Tones

#dd421b
#c45134
#ab604d
#936e65
#7c7c7c

Tones

Similar Color like #dd421b color

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

#de431c
#df441d
#e0451e
#e1461f
#e24720
#e34821
#e44922
#e54a23
#e64b24
#e74c25
#e84d26
#e94e27
#ea4f28
#eb5029
#dc411a
#db4019
#da3f18
#d93e17
#d83d16
#d73c15
#d63b14
#d53a13
#d43912
#d33811
#d23710
#d1360f
#d0350e
#cf340d

Download this Dark Orange

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

#dd421b Color Code Preview on Black Background Color

This is how #dd421b Color will look on black background color. Color contrast ratio is 4.87

#dd421b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd421b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd421b

#dd421b color code is use for CSS Background Color

Background color for the above div is #dd421b

HTML with inline CSS

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

#dd421b color code is use for CSS Border Color

CSS Border color for the above div is #dd421b

HTML with inline CSS

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

CSS Border Left color for the above div is #dd421b

HTML with inline CSS

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

CSS Border Right color for the above div is #dd421b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd421b

HTML with inline CSS

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

CSS Border Top color for the above div is #dd421b

HTML with inline CSS

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

#dd421b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd421b Color code Preview on White Background

This is how #dd421b Color code will look on white background color. Color contrast ratio is 4.31

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

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