crispedge.com

Color picker

Loading...

#d64d2f hex color - Orange - Warm color - Information

#d64d2f hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #d64d2f Color code in RGB color code model is created after adding 83.92% red color, 30.2% green color and 18.43% blue color. Hex #d64d2f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 78% yellow and 16% black.

Hex #d64d2f color code is between #dd5533 web safe hex color code and #cc4422 web safe hex color code. #dd5533 is the nearest web safe color code. You can see here many more shades of #d64d2f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded64d2f#d64d2f
RGB Decimal214, 77, 47rgb(214, 77, 47)
RGB Percent84%, 30%, 18%rgb(84%, 30%, 18%)
CSS RGBa214, 77, 47,1rgba(214,77,47,1)
CMYK Modelcmyk(0%,64%,78%,16%)
HSL Color Space11,67% ,51%hsl(11,67% ,51%)
HSV Color Space11°, 78%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100100110100101111
Octal32611557
Decimal2147747
Hexd64d2f

Different shades of #d64d2f color code.

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

Light Shade of #d64d2f
#de715a
Dark Shade of #d64d2f
#af3c23
Saturated Shade of #d64d2f
#e24523
Desaturated Shade of #d64d2f
#ca553b
Grey scale Shade of #d64d2f
#828282
Brighten Shade
#ef6648
Most Readable Shade
#FFFFFF

Shades of #d64d2f color code

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

#d64d2f
#be4429
#a63b24
#8e331f
#762a1a
#5f2214
#47190f
#2f110a
#170805
#000000

Similar Color like #d64d2f color

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

#d74e30
#d84f31
#d95032
#da5133
#db5234
#dc5335
#dd5436
#de5537
#df5638
#e05739
#e1583a
#e2593b
#e35a3c
#e45b3d
#d54c2e
#d44b2d
#d34a2c
#d2492b
#d1482a
#d04729
#cf4628
#ce4527
#cd4426
#cc4325
#cb4224
#ca4123
#c94022
#c83f21

Monochromatic Color with #d64d2f

#d64d2f
#010100
#2c100a
#561f13
#812e1c
#ab3e26

Tints of #d64d2f Color

#d64d2f
#da6046
#df745d
#e38874
#e89c8b
#ecafa2
#f1c3b9
#f5d7d0
#faebe7
#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

#d64d2f
#2fb8d6

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

Split Complementary

#d64d2f
#2fd6a1
#2f65d6

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

Analogous Color

#d62f54
#d62f32
#d64d2f
#d66e2f
#d6902f

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

#d64d2f
#2fd64d
#4d2fd6

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

#d64d2f
#64d62f
#2fb8d6
#a02fd6

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

#d64d2f
#2fb8d6
#2f65d6
#d6a12f

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

#d64d2f Color Code Preview on Black Background Color

This is how #d64d2f Color will look on black background color. Color contrast ratio is 4.96

#d64d2f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d64d2f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d64d2f

#d64d2f color code is use for CSS Background Color

Background color for the above div is #d64d2f

HTML with inline CSS

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

#d64d2f color code is use for CSS Border Color

CSS Border color for the above div is #d64d2f

HTML with inline CSS

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

CSS Border Left color for the above div is #d64d2f

HTML with inline CSS

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

CSS Border Right color for the above div is #d64d2f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d64d2f

HTML with inline CSS

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

CSS Border Top color for the above div is #d64d2f

HTML with inline CSS

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

#d64d2f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d64d2f Color code Preview on White Background

This is how #d64d2f Color code will look on white background color. Color contrast ratio is 4.23

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

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,77,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(47,184,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,77,47,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.