crispedge.com

Color picker

Loading...

#dd5941 hex color - Orange - Warm color - Information

#dd5941 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #dd5941 Color code in RGB color code model is created after adding 86.67% red color, 34.9% green color and 25.49% blue color. Hex #dd5941 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 71% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd5941#dd5941
RGB Decimal221, 89, 65rgb(221, 89, 65)
RGB Percent87%, 35%, 25%rgb(87%, 35%, 25%)
CSS RGBa221, 89, 65,1rgba(221,89,65,1)
CMYK Modelcmyk(0%,60%,71%,13%)
HSL Color Space9,70% ,56%hsl(9,70% ,56%)
HSV Color Space9°, 71%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010101100101000001
Octal335131101
Decimal2218965
Hexdd5941

Different shades of #dd5941 color code.

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

Light Shade of #dd5941
#e57f6c
Dark Shade of #dd5941
#c73d24
Saturated Shade of #dd5941
#e85136
Desaturated Shade of #dd5941
#d2614c
Grey scale Shade of #dd5941
#8f8f8f
Brighten Shade
#f6725a
Most Readable Shade
#FFFFFF

Shades of #dd5941 color code

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

#dd5941
#c44f39
#ab4532
#933b2b
#7a3124
#62271c
#491d15
#31130e
#180907
#000000

Similar Color like #dd5941 color

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

#de5a42
#df5b43
#e05c44
#e15d45
#e25e46
#e35f47
#e46048
#e56149
#e6624a
#e7634b
#e8644c
#e9654d
#ea664e
#eb674f
#dc5840
#db573f
#da563e
#d9553d
#d8543c
#d7533b
#d6523a
#d55139
#d45038
#d34f37
#d24e36
#d14d35
#d04c34
#cf4b33

Monochromatic Color with #dd5941

#dd5941
#080302
#33150f
#5d261c
#883728
#b34835

Tints of #dd5941 Color

#dd5941
#e06b56
#e47d6b
#e89080
#eca295
#efb5aa
#f3c7bf
#f7dad4
#fbece9
#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

#dd5941
#41c5dd

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

Split Complementary

#dd5941
#41dda7
#4177dd

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

Analogous Color

#dd4167
#dd4148
#dd5941
#dd7841
#dd9741

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

#dd5941
#41dd59
#5941dd

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

#dd5941
#77dd41
#41c5dd
#a741dd

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

#dd5941
#41c5dd
#4177dd
#dda741

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 #dd5941 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.

#dd5941 Color Code Preview on Black Background Color

This is how #dd5941 Color will look on black background color. Color contrast ratio is 5.58

#dd5941 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5941

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd5941

#dd5941 color code is use for CSS Background Color

Background color for the above div is #dd5941

HTML with inline CSS

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

#dd5941 color code is use for CSS Border Color

CSS Border color for the above div is #dd5941

HTML with inline CSS

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

CSS Border Left color for the above div is #dd5941

HTML with inline CSS

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

CSS Border Right color for the above div is #dd5941

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd5941

HTML with inline CSS

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

CSS Border Top color for the above div is #dd5941

HTML with inline CSS

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

#dd5941 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd5941 Color code Preview on White Background

This is how #dd5941 Color code will look on white background color. Color contrast ratio is 3.76

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

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,89,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,197,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,89,65,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.