crispedge.com

Color picker

Loading...

#d93d41 hex color - Red - Warm color - Information

#d93d41 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d93d41 Color code in RGB color code model is created after adding 85.1% red color, 23.92% green color and 25.49% blue color. Hex #d93d41 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 70% yellow and 15% black.

Hex #d93d41 color code is between #dd4444 web safe hex color code and #cc3333 web safe hex color code. #dd4444 is the nearest web safe color code. You can see here many more shades of #d93d41 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded93d41#d93d41
RGB Decimal217, 61, 65rgb(217, 61, 65)
RGB Percent85%, 24%, 25%rgb(85%, 24%, 25%)
CSS RGBa217, 61, 65,1rgba(217,61,65,1)
CMYK Modelcmyk(0%,72%,70%,15%)
HSL Color Space358,67% ,55%hsl(358,67% ,55%)
HSV Color Space358°, 72%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010011110101000001
Octal33175101
Decimal2176165
Hexd93d41

Different shades of #d93d41 color code.

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

Light Shade of #d93d41
#e1686b
Dark Shade of #d93d41
#be2529
Saturated Shade of #d93d41
#e53136
Desaturated Shade of #d93d41
#cd494c
Grey scale Shade of #d93d41
#8b8b8b
Brighten Shade
#f2565a
Most Readable Shade
#FFFFFF

Shades of #d93d41 color code

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

#d93d41
#c03639
#a82f32
#90282b
#782124
#601b1c
#481415
#300d0e
#180607
#000000

Similar Color like #d93d41 color

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

#da3e42
#db3f43
#dc4044
#dd4145
#de4246
#df4347
#e04448
#e14549
#e2464a
#e3474b
#e4484c
#e5494d
#e64a4e
#e74b4f
#d83c40
#d73b3f
#d63a3e
#d5393d
#d4383c
#d3373b
#d2363a
#d13539
#d03438
#cf3337
#ce3236
#cd3135
#cc3034
#cb2f33

Monochromatic Color with #d93d41

#d93d41
#040101
#2f0d0e
#59191b
#842528
#ae3134

Tints of #d93d41 Color

#d93d41
#dd5256
#e1686b
#e57d80
#e99395
#eea8aa
#f2bebf
#f6d3d4
#fae9e9
#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

#d93d41
#3dd9d5

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

Split Complementary

#d93d41
#3dd987
#3d8fd9

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

Analogous Color

#d93d7f
#d93d60
#d93d41
#d9583d
#d9773d

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

#d93d41
#41d93d
#3d41d9

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

#d93d41
#8fd93d
#3dd9d5
#873dd9

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

#d93d41
#3dd9d5
#3d8fd9
#d9873d

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

#d93d41 Color Code Preview on Black Background Color

This is how #d93d41 Color will look on black background color. Color contrast ratio is 4.69

#d93d41 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d93d41

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d93d41

#d93d41 color code is use for CSS Background Color

Background color for the above div is #d93d41

HTML with inline CSS

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

#d93d41 color code is use for CSS Border Color

CSS Border color for the above div is #d93d41

HTML with inline CSS

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

CSS Border Left color for the above div is #d93d41

HTML with inline CSS

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

CSS Border Right color for the above div is #d93d41

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d93d41

HTML with inline CSS

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

CSS Border Top color for the above div is #d93d41

HTML with inline CSS

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

#d93d41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d93d41 Color code Preview on White Background

This is how #d93d41 Color code will look on white background color. Color contrast ratio is 4.47

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

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,61,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,217,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,61,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.