Skip to main content Skip to docs navigation

#dc341a 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 #dc341a Color code in RGB color code model is created after adding 86.27% red color, 20.39% green color and 10.2% blue color. Hex #dc341a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 88% yellow and 13.73% black.

Hex #dc341a color code is between #dd3322 web safe hex color code and #cc4411 web safe hex color code. #dd3322 is the nearest web safe color code. You can see here many more shades of #dc341a color code.

RGB Chart

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

Color Table

Hex Color Code dc341a #dc341a
RGB Decimal 220, 52, 26 220, 52, 26
RGB Percent 86%, 20%, 10% rgb(86%, 20%, 10%)
CSS RGBa 220, 52, 26,1 rgba(220,52,26,1)
CMYK Model cmyk(0%,76%,88%,13.73%)
HSL Color Space 8,79% ,48% hsl(8,79% ,48%)
HSV Color Space 8°, 88%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 00110100 00011010
Octal 334 64 32
Decimal 220 52 26
Hex dc 34 1a

Different shades of #dc341a color code.

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

Darkest of #dc341a
#53140a
Darker of #dc341a
#811e0f
Dark of #dc341a
#ae2915
Base of #dc341a
#dc341a
Light of #dc341a
#e85741
Lighter
#ee7f6e
Lightest
#f3a79c

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

#dc341a
#1ac2dc

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

Split Complementary

#dc341a
#1adc95
#1a61dc

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

Analogous Color

#dc1a71
#dc1a51
#dc341a
#dc751a
#dcc61a

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

#dc341a
#341adc
#1adc34

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

#dc341a
#1adc34
#1ac2dc
#dc1ac2

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

#dc341a
#61dc1a
#1ac2dc
#951adc

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

#260904
#53140a
#811e0f
#ae2915
#dc341a
#e85741
#ee7f6e
#f3a79c
#f9d0c9

Tints of #dc341a Color

#dc341a
#df4a33
#e3614c
#e77766
#eb8e7f
#efa499
#f3bbb2
#f7d1cc
#fbe8e5
#ffffff

Shades of #dc341a color code

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

#dc341a
#c32e17
#ab2814
#922211
#7a1c0e
#61170b
#491108
#300b05
#180502
#000000

Tones

#dc341a
#c34633
#ab584b
#926a64
#7b7b7b

Tones

Similar Color like #dc341a color

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

#dd351b
#de361c
#df371d
#e0381e
#e1391f
#e23a20
#e33b21
#e43c22
#e53d23
#e63e24
#e73f25
#e84026
#e94127
#ea4228
#db3319
#da3218
#d93117
#d83016
#d72f15
#d62e14
#d52d13
#d42c12
#d32b11
#d22a10
#d1290f
#d0280e
#cf270d
#ce260c

Download this Dark Orange

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

#dc341a Color Code Preview on Black Background Color

This is how #dc341a Color will look on black background color. Color contrast ratio is 4.55

#dc341a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc341a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc341a

#dc341a color code is use for CSS Background Color

Background color for the above div is #dc341a

HTML with inline CSS

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

#dc341a color code is use for CSS Border Color

CSS Border color for the above div is #dc341a

HTML with inline CSS

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

CSS Border Left color for the above div is #dc341a

HTML with inline CSS

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

CSS Border Right color for the above div is #dc341a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc341a

HTML with inline CSS

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

CSS Border Top color for the above div is #dc341a

HTML with inline CSS

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

#dc341a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc341a Color code Preview on White Background

This is how #dc341a Color code will look on white background color. Color contrast ratio is 4.62

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

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(220,52,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,194,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,52,26,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }