crispedge.com

Color picker

Loading...

#dd5d5e hex color - Red - Warm color - Information

#dd5d5e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd5d5e Color code in RGB color code model is created after adding 86.67% red color, 36.47% green color and 36.86% blue color. Hex #dd5d5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 57% yellow and 13% black.

Hex #dd5d5e color code is between #cc5566 web safe hex color code and #ee6655 web safe hex color code. #cc5566 is the nearest web safe color code. You can see here many more shades of #dd5d5e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd5d5e#dd5d5e
RGB Decimal221, 93, 94rgb(221, 93, 94)
RGB Percent87%, 36%, 37%rgb(87%, 36%, 37%)
CSS RGBa221, 93, 94,1rgba(221,93,94,1)
CMYK Modelcmyk(0%,58%,57%,13%)
HSL Color Space360,65% ,62%hsl(360,65% ,62%)
HSV Color Space0°, 58%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010101110101011110
Octal335135136
Decimal2219394
Hexdd5d5e

Different shades of #dd5d5e color code.

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

Light Shade of #dd5d5e
#e68788
Dark Shade of #dd5d5e
#d43334
Saturated Shade of #dd5d5e
#e75354
Desaturated Shade of #dd5d5e
#d36768
Grey scale Shade of #dd5d5e
#9d9d9d
Brighten Shade
#f67677
Most Readable Shade
#FFFFFF

Shades of #dd5d5e color code

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

#dd5d5e
#c45253
#ab4849
#933e3e
#7a3334
#622929
#491f1f
#311414
#180a0a
#000000

Similar Color like #dd5d5e color

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

#de5e5f
#df5f60
#e06061
#e16162
#e26263
#e36364
#e46465
#e56566
#e66667
#e76768
#e86869
#e9696a
#ea6a6b
#eb6b6c
#dc5c5d
#db5b5c
#da5a5b
#d9595a
#d85859
#d75758
#d65657
#d55556
#d45455
#d35354
#d25253
#d15152
#d05051
#cf4f50

Monochromatic Color with #dd5d5e

#dd5d5e
#080404
#331516
#5d2728
#88393a
#b34b4c

Tints of #dd5d5e Color

#dd5d5e
#e06f6f
#e48181
#e89393
#eca5a5
#efb7b7
#f3c9c9
#f7dbdb
#fbeded
#ffffff

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

#dd5d5e
#5ddddc

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

Split Complementary

#dd5d5e
#5ddd9c
#5d9edd

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

Analogous Color

#dd5d91
#dd5d78
#dd5d5e
#dd765d
#dd8f5d

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

#dd5d5e
#5edd5d
#5d5edd

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

#dd5d5e
#9edd5d
#5ddddc
#9c5ddd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#dd5d5e
#5ddddc
#5d9edd
#dd9c5d

Double Complementary 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).

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

#dd5d5e Color Code Preview on Black Background Color

This is how #dd5d5e Color will look on black background color. Color contrast ratio is 5.80

#dd5d5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5d5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5d5e

#dd5d5e color code is use for CSS Background Color

Background color for the above div is #dd5d5e

HTML with inline CSS

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

#dd5d5e color code is use for CSS Border Color

CSS Border color for the above div is #dd5d5e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd5d5e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd5d5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd5d5e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd5d5e

HTML with inline CSS

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

#dd5d5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd5d5e Color code Preview on White Background

This is how #dd5d5e Color code will look on white background color. Color contrast ratio is 3.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 #dd5d5e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #dd5d5e; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,93,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,221,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,93,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.