crispedge.com

Color picker

Loading...

#da604d hex color - Red - Warm color - Information

#da604d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #da604d Color code in RGB color code model is created after adding 85.49% red color, 37.65% green color and 30.2% blue color. Hex #da604d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 65% yellow and 15% black.

Hex #da604d 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 #da604d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeda604d#da604d
RGB Decimal218, 96, 77rgb(218, 96, 77)
RGB Percent85%, 38%, 30%rgb(85%, 38%, 30%)
CSS RGBa218, 96, 77,1rgba(218,96,77,1)
CMYK Modelcmyk(0%,56%,65%,15%)
HSL Color Space8,66% ,58%hsl(8,66% ,58%)
HSV Color Space8°, 65%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100110000001001101
Octal332140115
Decimal2189677
Hexda604d

Different shades of #da604d color code.

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

Light Shade of #da604d
#e38677
Dark Shade of #da604d
#ca402a
Saturated Shade of #da604d
#e55842
Desaturated Shade of #da604d
#cf6858
Grey scale Shade of #da604d
#939393
Brighten Shade
#f37966
Most Readable Shade
#FFFFFF

Shades of #da604d color code

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

#da604d
#c15544
#a94a3b
#914033
#79352a
#602a22
#482019
#301511
#180a08
#000000

Similar Color like #da604d color

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

#db614e
#dc624f
#dd6350
#de6451
#df6552
#e06653
#e16754
#e26855
#e36956
#e46a57
#e56b58
#e66c59
#e76d5a
#e86e5b
#d95f4c
#d85e4b
#d75d4a
#d65c49
#d55b48
#d45a47
#d35946
#d25845
#d15744
#d05643
#cf5542
#ce5441
#cd5340
#cc523f

Monochromatic Color with #da604d

#da604d
#050202
#301511
#5a2820
#853b2f
#af4d3e

Tints of #da604d Color

#da604d
#de7160
#e28374
#e69588
#eaa69c
#eeb8af
#f2cac3
#f6dbd7
#faedeb
#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

#da604d
#4dc7da

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

Split Complementary

#da604d
#4ddaa6
#4d81da

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

Analogous Color

#da4d72
#da4d56
#da604d
#da7c4d
#da984d

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

#da604d
#4dda60
#604dda

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

#da604d
#80da4d
#4dc7da
#a64dda

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

#da604d
#4dc7da
#4d81da
#daa64d

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

#da604d Color Code Preview on Black Background Color

This is how #da604d Color will look on black background color. Color contrast ratio is 5.76

#da604d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da604d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da604d

#da604d color code is use for CSS Background Color

Background color for the above div is #da604d

HTML with inline CSS

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

#da604d color code is use for CSS Border Color

CSS Border color for the above div is #da604d

HTML with inline CSS

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

CSS Border Left color for the above div is #da604d

HTML with inline CSS

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

CSS Border Right color for the above div is #da604d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da604d

HTML with inline CSS

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

CSS Border Top color for the above div is #da604d

HTML with inline CSS

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

#da604d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da604d Color code Preview on White Background

This is how #da604d Color code will look on white background color. Color contrast ratio is 3.64

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

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(218,96,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,199,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,96,77,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.