Skip to main content Skip to docs navigation

#d55e4e 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 Track and Field and its hex is #D66352 Nearest Color Name

Color Hue/Base color: Red

Hex #d55e4e Color code in RGB color code model is created after adding 83.53% red color, 36.86% green color and 30.59% blue color. Hex #d55e4e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 63% yellow and 16.47% black.

Hex #d55e4e color code is between #dd6655 web safe hex color code and #cc5544 web safe hex color code. #dd6655 is the nearest web safe color code. You can see here many more shades of #d55e4e color code.

RGB Chart

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

Color Table

Hex Color Code d55e4e #d55e4e
RGB Decimal 213, 94, 78 213, 94, 78
RGB Percent 84%, 37%, 31% rgb(84%, 37%, 31%)
CSS RGBa 213, 94, 78,1 rgba(213,94,78,1)
CMYK Model cmyk(0%,56%,63%,16.47%)
HSL Color Space 7,62% ,57% hsl(7,62% ,57%)
HSV Color Space 7°, 63%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 01011110 01001110
Octal 325 136 116
Decimal 213 94 78
Hex d5 5e 4e

Different shades of #d55e4e color code.

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

Darkest of #d55e4e
#70251a
Darker of #d55e4e
#993224
Dark of #d55e4e
#c2402e
Base of #d55e4e
#d55e4e
Light of #d55e4e
#df8377
Lighter
#e9a9a0
Lightest
#f2ceca

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

#d55e4e
#4ec5d5

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

Split Complementary

#d55e4e
#4ed5a1
#4e82d5

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

Analogous Color

#d54e8d
#d54e76
#d55e4e
#d58b4e
#d5c34e

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

#d55e4e
#5e4ed5
#4ed55e

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

#d55e4e
#4ed55e
#4ec5d5
#d54ec5

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

#d55e4e
#82d54e
#4ec5d5
#a14ed5

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

#461711
#70251a
#993224
#c2402e
#d55e4e
#df8377
#e9a9a0
#f2ceca
#fcf4f3

Tints of #d55e4e Color

#d55e4e
#d96f61
#de8175
#e39389
#e7a59c
#ecb7b0
#f1c9c4
#f5dbd7
#faedeb
#ffffff

Shades of #d55e4e color code

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

#d55e4e
#bd5345
#a5493c
#8e3e34
#76342b
#5e2922
#471f1a
#2f1411
#170a08
#000000

Tones

#d55e4e
#bf6f64
#a97f7a
#939090
#929292

Tones

Similar Color like #d55e4e color

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

#d65f4f
#d76050
#d86151
#d96252
#da6353
#db6454
#dc6555
#dd6656
#de6757
#df6858
#e06959
#e16a5a
#e26b5b
#e36c5c
#d45d4d
#d35c4c
#d25b4b
#d15a4a
#d05949
#cf5848
#ce5747
#cd5646
#cc5545
#cb5444
#ca5343
#c95242
#c85141
#c75040

Download this Dark Red

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

#d55e4e Color Code Preview on Black Background Color

This is how #d55e4e Color will look on black background color. Color contrast ratio is 5.54

#d55e4e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d55e4e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d55e4e

#d55e4e color code is use for CSS Background Color

Background color for the above div is #d55e4e

HTML with inline CSS

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

#d55e4e color code is use for CSS Border Color

CSS Border color for the above div is #d55e4e

HTML with inline CSS

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

CSS Border Left color for the above div is #d55e4e

HTML with inline CSS

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

CSS Border Right color for the above div is #d55e4e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d55e4e

HTML with inline CSS

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

CSS Border Top color for the above div is #d55e4e

HTML with inline CSS

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

#d55e4e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d55e4e Color code Preview on White Background

This is how #d55e4e Color code will look on white background color. Color contrast ratio is 3.79

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

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(213,94,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(78,197,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,94,78,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }