Skip to main content Skip to docs navigation

#dc481a 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 Nasturtium Flower and its hex is #E64D1D Nearest Color Name

Color Hue/Base color: Red

Hex #dc481a Color code in RGB color code model is created after adding 86.27% red color, 28.24% green color and 10.2% blue color. Hex #dc481a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 88% yellow and 13.73% black.

Hex #dc481a color code is between #dd4422 web safe hex color code and #cc5511 web safe hex color code. #dd4422 is the nearest web safe color code. You can see here many more shades of #dc481a color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11011100 01001000 00011010
Octal 334 110 32
Decimal 220 72 26
Hex dc 48 1a

Different shades of #dc481a color code.

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

Darkest of #dc481a
#531b0a
Darker of #dc481a
#812a0f
Dark of #dc481a
#ae3915
Base of #dc481a
#dc481a
Light of #dc481a
#e86841
Lighter
#ee8c6e
Lightest
#f3b19c

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

#dc481a
#1aaedc

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

Split Complementary

#dc481a
#1adca9
#1a4ddc

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

Analogous Color

#dc1a5d
#dc1a3d
#dc481a
#dc891a
#dcda1a

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

#dc481a
#481adc
#1adc48

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

#dc481a
#1adc48
#1aaedc
#dc1aae

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

#dc481a
#4ddc1a
#1aaedc
#a91adc

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

#260c04
#531b0a
#812a0f
#ae3915
#dc481a
#e86841
#ee8c6e
#f3b19c
#f9d5c9

Tints of #dc481a Color

#dc481a
#df5c33
#e3704c
#e78566
#eb997f
#efad99
#f3c2b2
#f7d6cc
#fbeae5
#ffffff

Shades of #dc481a color code

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

#dc481a
#c34017
#ab3814
#923011
#7a280e
#61200b
#491808
#301005
#180802
#000000

Tones

#dc481a
#c35533
#ab624b
#926f64
#7b7b7b

Tones

Similar Color like #dc481a color

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

#dd491b
#de4a1c
#df4b1d
#e04c1e
#e14d1f
#e24e20
#e34f21
#e45022
#e55123
#e65224
#e75325
#e85426
#e95527
#ea5628
#db4719
#da4618
#d94517
#d84416
#d74315
#d64214
#d54113
#d44012
#d33f11
#d23e10
#d13d0f
#d03c0e
#cf3b0d
#ce3a0c

Download this Dark Red

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

#dc481a Color Code Preview on Black Background Color

This is how #dc481a Color will look on black background color. Color contrast ratio is 4.98

#dc481a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc481a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc481a

#dc481a color code is use for CSS Background Color

Background color for the above div is #dc481a

HTML with inline CSS

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

#dc481a color code is use for CSS Border Color

CSS Border color for the above div is #dc481a

HTML with inline CSS

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

CSS Border Left color for the above div is #dc481a

HTML with inline CSS

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

CSS Border Right color for the above div is #dc481a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc481a

HTML with inline CSS

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

CSS Border Top color for the above div is #dc481a

HTML with inline CSS

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

#dc481a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc481a Color code Preview on White Background

This is how #dc481a Color code will look on white background color. Color contrast ratio is 4.21

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

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