Skip to main content Skip to docs navigation

#d94d58 hex color - Red - Warm color - Information

On this page
@
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 Hue/Base color: Red

Hex #d94d58 Color code in RGB color code model is created after adding 85.1% red color, 30.2% green color and 34.51% blue color. Hex #d94d58 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 59% yellow and 14.9% black.

Hex #d94d58 color code is between #dd5555 web safe hex color code and #cc4466 web safe hex color code. #dd5555 is the nearest web safe color code. You can see here many more shades of #d94d58 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code d94d58 #d94d58
RGB Decimal 217, 77, 88 rgb(217, 77, 88)
RGB Percent 85%, 30%, 35% rgb(85%, 30%, 35%)
CSS RGBa 217, 77, 88,1 rgba(217,77,88,1)
CMYK Model cmyk(0%,65%,59%,14.9%)
HSL Color Space 355,65% ,58% hsl(355,65% ,58%)
HSV Color Space 355°, 65%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011001 01001101 01011000
Octal 331 115 130
Decimal 217 77 88
Hex d9 4d 58

Different shades of #d94d58 color code.

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

Light Shade of #d94d58
#e2777f
Dark Shade of #d94d58
#c82b37
Saturated Shade of #d94d58
#e4424f
Desaturated Shade of #d94d58
#ce5861
Grey scale Shade of #d94d58
#939393
Brighten Shade
#f26671
Most Readable Shade
#FFFFFF

Shades of #d94d58 color code

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

#d94d58
#c0444e
#a83b44
#90333a
#782a30
#602227
#48191d
#301113
#180809
#000000

Similar Color like #d94d58 color

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

#da4e59
#db4f5a
#dc505b
#dd515c
#de525d
#df535e
#e0545f
#e15560
#e25661
#e35762
#e45863
#e55964
#e65a65
#e75b66
#d84c57
#d74b56
#d64a55
#d54954
#d44853
#d34752
#d24651
#d14550
#d0444f
#cf434e
#ce424d
#cd414c
#cc404b
#cb3f4a

Monochromatic Color with #d94d58

#d94d58
#040202
#2f1113
#592024
#842f36
#ae3e47

Tints of #d94d58 Color

#d94d58
#dd606a
#e1747d
#e5888f
#e99ca2
#eeafb4
#f2c3c7
#f6d7d9
#faebec
#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

#d94d58
#4dd9ce

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

Split Complementary

#d94d58
#4dd988
#4d9ed9

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

Analogous Color

#d94d90
#d94d74
#d94d58
#d95e4d
#d97a4d

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

#d94d58
#58d94d
#4d58d9

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

#d94d58
#9ed94d
#4dd9ce
#884dd9

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

#d94d58
#4dd9ce
#4d9ed9
#d9884d

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

#d94d58 Color Code Preview on Black Background Color

This is how #d94d58 Color will look on black background color. Color contrast ratio is 5.15

#d94d58 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d94d58

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d94d58

#d94d58 color code is use for CSS Background Color

Background color for the above div is #d94d58

HTML with inline CSS

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

#d94d58 color code is use for CSS Border Color

CSS Border color for the above div is #d94d58

HTML with inline CSS

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

CSS Border Left color for the above div is #d94d58

HTML with inline CSS

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

CSS Border Right color for the above div is #d94d58

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d94d58

HTML with inline CSS

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

CSS Border Top color for the above div is #d94d58

HTML with inline CSS

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

#d94d58 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d94d58 Color code Preview on White Background

This is how #d94d58 Color code will look on white background color. Color contrast ratio is 4.08

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

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(217,77,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,217,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,77,88,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.