Skip to main content Skip to docs navigation

#dd302e 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 Infrared Burn and its hex is #DD3333 Nearest Color Name

Color Hue/Base color: Red

Hex #dd302e Color code in RGB color code model is created after adding 86.67% red color, 18.82% green color and 18.04% blue color. Hex #dd302e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 79% yellow and 13.33% black.

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

RGB Chart

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

Color Table

Hex Color Code dd302e #dd302e
RGB Decimal 221, 48, 46 221, 48, 46
RGB Percent 87%, 19%, 18% rgb(87%, 19%, 18%)
CSS RGBa 221, 48, 46,1 rgba(221,48,46,1)
CMYK Model cmyk(0%,78%,79%,13.33%)
HSL Color Space 1,72% ,52% hsl(1,72% ,52%)
HSV Color Space 1°, 79%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 00110000 00101110
Octal 335 60 56
Decimal 221 48 46
Hex dd 30 2e

Different shades of #dd302e color code.

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

Darkest of #dd302e
#621110
Darker of #dd302e
#8e1817
Dark of #dd302e
#ba201e
Base of #dd302e
#dd302e
Light of #dd302e
#e45b5a
Lighter
#eb8786
Lightest
#f2b2b2

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

#dd302e
#2edbdd

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

Split Complementary

#dd302e
#2edd88
#2e83dd

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

Analogous Color

#dd2e92
#dd2e75
#dd302e
#dd6a2e
#ddb32e

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

#dd302e
#302edd
#2edd30

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

#dd302e
#2edd30
#2edbdd
#dd2edb

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

#dd302e
#83dd2e
#2edbdd
#882edd

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

#360909
#621110
#8e1817
#ba201e
#dd302e
#e45b5a
#eb8786
#f2b2b2
#fadedd

Tints of #dd302e Color

#dd302e
#e04745
#e45e5c
#e87573
#ec8c8a
#efa3a2
#f3bab9
#f7d1d0
#fbe8e7
#ffffff

Shades of #dd302e color code

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

#dd302e
#c42a28
#ab2523
#93201e
#7a1a19
#621514
#49100f
#310a0a
#180505
#000000

Tones

#dd302e
#c54846
#ac5f5f
#947777
#858585

Tones

Similar Color like #dd302e color

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

#de312f
#df3230
#e03331
#e13432
#e23533
#e33634
#e43735
#e53836
#e63937
#e73a38
#e83b39
#e93c3a
#ea3d3b
#eb3e3c
#dc2f2d
#db2e2c
#da2d2b
#d92c2a
#d82b29
#d72a28
#d62927
#d52826
#d42725
#d32624
#d22523
#d12422
#d02321
#cf2220

Download this Dark Red

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

#dd302e Color Code Preview on Black Background Color

This is how #dd302e Color will look on black background color. Color contrast ratio is 4.54

#dd302e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd302e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd302e

#dd302e color code is use for CSS Background Color

Background color for the above div is #dd302e

HTML with inline CSS

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

#dd302e color code is use for CSS Border Color

CSS Border color for the above div is #dd302e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd302e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd302e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd302e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd302e

HTML with inline CSS

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

#dd302e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd302e Color code Preview on White Background

This is how #dd302e Color code will look on white background color. Color contrast ratio is 4.63

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

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