crispedge.com

Color picker

Loading...

#d64b3d hex color - Orange - Warm color - Information

#d64b3d hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #d64b3d Color code in RGB color code model is created after adding 83.92% red color, 29.41% green color and 23.92% blue color. Hex #d64b3d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 71% yellow and 16% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Coded64b3d#d64b3d
RGB Decimal214, 75, 61rgb(214, 75, 61)
RGB Percent84%, 29%, 24%rgb(84%, 29%, 24%)
CSS RGBa214, 75, 61,1rgba(214,75,61,1)
CMYK Modelcmyk(0%,65%,71%,16%)
HSL Color Space5,65% ,54%hsl(5,65% ,54%)
HSV Color Space5°, 71%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100100101100111101
Octal32611375
Decimal2147561
Hexd64b3d

Different shades of #d64b3d color code.

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

Light Shade of #d64b3d
#df7267
Dark Shade of #d64b3d
#b93427
Saturated Shade of #d64b3d
#e24131
Desaturated Shade of #d64b3d
#ca5549
Grey scale Shade of #d64b3d
#898989
Brighten Shade
#ef6456
Most Readable Shade
#FFFFFF

Shades of #d64b3d color code

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

#d64b3d
#be4236
#a63a2f
#8e3228
#762921
#5f211b
#471914
#2f100d
#170806
#000000

Similar Color like #d64b3d color

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

#d74c3e
#d84d3f
#d94e40
#da4f41
#db5042
#dc5143
#dd5244
#de5345
#df5446
#e05547
#e15648
#e25749
#e3584a
#e4594b
#d54a3c
#d4493b
#d3483a
#d24739
#d14638
#d04537
#cf4436
#ce4335
#cd4234
#cc4133
#cb4032
#ca3f31
#c93e30
#c83d2f

Monochromatic Color with #d64b3d

#d64b3d
#010100
#2c0f0d
#561e19
#812d25
#ab3c31

Tints of #d64b3d Color

#d64b3d
#da5f52
#df7368
#e3877d
#e89b93
#ecafa8
#f1c3be
#f5d7d3
#faebe9
#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

#d64b3d
#3dc8d6

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

Split Complementary

#d64b3d
#3dd698
#3d7cd6

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

Analogous Color

#d63d6c
#d63d4e
#d64b3d
#d66a3d
#d6883d

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

#d64b3d
#3dd64b
#4b3dd6

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

#d64b3d
#7bd63d
#3dc8d6
#973dd6

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

#d64b3d
#3dc8d6
#3d7cd6
#d6983d

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

#d64b3d Color Code Preview on Black Background Color

This is how #d64b3d Color will look on black background color. Color contrast ratio is 4.93

#d64b3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d64b3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d64b3d

#d64b3d color code is use for CSS Background Color

Background color for the above div is #d64b3d

HTML with inline CSS

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

#d64b3d color code is use for CSS Border Color

CSS Border color for the above div is #d64b3d

HTML with inline CSS

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

CSS Border Left color for the above div is #d64b3d

HTML with inline CSS

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

CSS Border Right color for the above div is #d64b3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d64b3d

HTML with inline CSS

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

CSS Border Top color for the above div is #d64b3d

HTML with inline CSS

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

#d64b3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d64b3d Color code Preview on White Background

This is how #d64b3d Color code will look on white background color. Color contrast ratio is 4.26

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

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(214,75,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,200,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,75,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.