crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#d85f4b hex color - Red - Warm color - Information

#d85f4b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d85f4b Color code in RGB color code model is created after adding 84.71% red color, 37.25% green color and 29.41% blue color. Hex #d85f4b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 65% yellow and 15% black.

Hex #d85f4b color code is between #dd6644 web safe hex color code and #cc5555 web safe hex color code. #dd6644 is the nearest web safe color code. You can see here many more shades of #d85f4b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded85f4b#d85f4b
RGB Decimal216, 95, 75rgb(216, 95, 75)
RGB Percent85%, 37%, 29%rgb(85%, 37%, 29%)
CSS RGBa216, 95, 75,1rgba(216,95,75,1)
CMYK Modelcmyk(0%,56%,65%,15%)
HSL Color Space9,64% ,57%hsl(9,64% ,57%)
HSV Color Space9°, 65%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000101111101001011
Octal330137113
Decimal2169575
Hexd85f4b

Different shades of #d85f4b color code.

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

Light Shade of #d85f4b
#e18475
Dark Shade of #d85f4b
#c5412b
Saturated Shade of #d85f4b
#e35740
Desaturated Shade of #d85f4b
#cd6756
Grey scale Shade of #d85f4b
#919191
Brighten Shade
#f17864
Most Readable Shade
#FFFFFF

Shades of #d85f4b color code

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

#d85f4b
#c05442
#a8493a
#903f32
#783429
#602a21
#481f19
#301510
#180a08
#000000

Similar Color like #d85f4b color

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

#d9604c
#da614d
#db624e
#dc634f
#dd6450
#de6551
#df6652
#e06753
#e16854
#e26955
#e36a56
#e46b57
#e56c58
#e66d59
#d75e4a
#d65d49
#d55c48
#d45b47
#d35a46
#d25945
#d15844
#d05743
#cf5642
#ce5541
#cd5440
#cc533f
#cb523e
#ca513d

Monochromatic Color with #d85f4b

#d85f4b
#030201
#2e1410
#58271f
#833a2d
#ad4c3c

Tints of #d85f4b Color

#d85f4b
#dc705f
#e08273
#e59487
#e9a69b
#edb7af
#f2c9c3
#f6dbd7
#faedeb
#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

#d85f4b
#4bc4d8

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

Split Complementary

#d85f4b
#4bd8a5
#4b7ed8

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

Analogous Color

#d84b6f
#d84b53
#d85f4b
#d87b4b
#d8974b

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

#d85f4b
#4bd85f
#5f4bd8

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

#d85f4b
#7dd84b
#4bc4d8
#a54bd8

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

#d85f4b
#4bc4d8
#4b7ed8
#d8a54b

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

#d85f4b Color Code Preview on Black Background Color

This is how #d85f4b Color will look on black background color. Color contrast ratio is 5.66

#d85f4b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d85f4b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d85f4b

#d85f4b color code is use for CSS Background Color

Background color for the above div is #d85f4b

HTML with inline CSS

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

#d85f4b color code is use for CSS Border Color

CSS Border color for the above div is #d85f4b

HTML with inline CSS

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

CSS Border Left color for the above div is #d85f4b

HTML with inline CSS

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

CSS Border Right color for the above div is #d85f4b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d85f4b

HTML with inline CSS

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

CSS Border Top color for the above div is #d85f4b

HTML with inline CSS

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

#d85f4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d85f4b Color code Preview on White Background

This is how #d85f4b Color code will look on white background color. Color contrast ratio is 3.71

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.