crispedge.com

Color picker

Loading...

#d93c2c hex color - Red - Warm color - Information

#d93c2c hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #d93c2c color code is between #dd4433 web safe hex color code and #cc3322 web safe hex color code. #dd4433 is the nearest web safe color code. You can see here many more shades of #d93c2c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded93c2c#d93c2c
RGB Decimal217, 60, 44rgb(217, 60, 44)
RGB Percent85%, 24%, 17%rgb(85%, 24%, 17%)
CSS RGBa217, 60, 44,1rgba(217,60,44,1)
CMYK Modelcmyk(0%,72%,80%,15%)
HSL Color Space6,69% ,51%hsl(6,69% ,51%)
HSV Color Space6°, 80%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110010011110000101100
Octal3317454
Decimal2176044
Hexd93c2c

Different shades of #d93c2c color code.

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

Light Shade of #d93c2c
#e16457
Dark Shade of #d93c2c
#b22e20
Saturated Shade of #d93c2c
#e53220
Desaturated Shade of #d93c2c
#cd4638
Grey scale Shade of #d93c2c
#828282
Brighten Shade
#f25545
Most Readable Shade
#FFFFFF

Shades of #d93c2c color code

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

#d93c2c
#c03527
#a82e22
#90281d
#782118
#601a13
#48140e
#300d09
#180604
#000000

Similar Color like #d93c2c color

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

#da3d2d
#db3e2e
#dc3f2f
#dd4030
#de4131
#df4232
#e04333
#e14434
#e24535
#e34636
#e44737
#e54838
#e64939
#e74a3a
#d83b2b
#d73a2a
#d63929
#d53828
#d43727
#d33626
#d23525
#d13424
#d03323
#cf3222
#ce3121
#cd3020
#cc2f1f
#cb2e1e

Monochromatic Color with #d93c2c

#d93c2c
#040101
#2f0d0a
#591912
#84241b
#ae3023

Tints of #d93c2c Color

#d93c2c
#dd5143
#e1675a
#e57d72
#e99289
#eea8a1
#f2beb8
#f6d3d0
#fae9e7
#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

#d93c2c
#2cc9d9

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

Split Complementary

#d93c2c
#2cd993
#2c72d9

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

Analogous Color

#d92c61
#d92c3f
#d93c2c
#d95f2c
#d9812c

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

#d93c2c
#2cd93c
#3c2cd9

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

#d93c2c
#72d92c
#2cc9d9
#922cd9

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

#d93c2c
#2cc9d9
#2c72d9
#d9932c

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

#d93c2c Color Code Preview on Black Background Color

This is how #d93c2c Color will look on black background color. Color contrast ratio is 4.63

#d93c2c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d93c2c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d93c2c

#d93c2c color code is use for CSS Background Color

Background color for the above div is #d93c2c

HTML with inline CSS

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

#d93c2c color code is use for CSS Border Color

CSS Border color for the above div is #d93c2c

HTML with inline CSS

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

CSS Border Left color for the above div is #d93c2c

HTML with inline CSS

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

CSS Border Right color for the above div is #d93c2c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d93c2c

HTML with inline CSS

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

CSS Border Top color for the above div is #d93c2c

HTML with inline CSS

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

#d93c2c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d93c2c Color code Preview on White Background

This is how #d93c2c Color code will look on white background color. Color contrast ratio is 4.53

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

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,60,44,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,201,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,60,44,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.