crispedge.com

Color picker

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

#d65c61 hex color - Red - Warm color - Information

#d65c61 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d65c61 Color code in RGB color code model is created after adding 83.92% red color, 36.08% green color and 38.04% blue color. Hex #d65c61 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 55% yellow and 16% black.

Hex #d65c61 color code is between #dd5566 web safe hex color code and #cc6655 web safe hex color code. #dd5566 is the nearest web safe color code. You can see here many more shades of #d65c61 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded65c61#d65c61
RGB Decimal214, 92, 97rgb(214, 92, 97)
RGB Percent84%, 36%, 38%rgb(84%, 36%, 38%)
CSS RGBa214, 92, 97,1rgba(214,92,97,1)
CMYK Modelcmyk(0%,57%,55%,16%)
HSL Color Space358,60% ,60%hsl(358,60% ,60%)
HSV Color Space358°, 57%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100101110001100001
Octal326134141
Decimal2149297
Hexd65c61

Different shades of #d65c61 color code.

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

Light Shade of #d65c61
#e08589
Dark Shade of #d65c61
#cc333a
Saturated Shade of #d65c61
#e05258
Desaturated Shade of #d65c61
#cc666a
Grey scale Shade of #d65c61
#999999
Brighten Shade
#ef757a
Most Readable Shade
#FFFFFF

Shades of #d65c61 color code

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

#d65c61
#be5156
#a6474b
#8e3d40
#763335
#5f282b
#471e20
#2f1415
#170a0a
#000000

Similar Color like #d65c61 color

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

#d75d62
#d85e63
#d95f64
#da6065
#db6166
#dc6267
#dd6368
#de6469
#df656a
#e0666b
#e1676c
#e2686d
#e3696e
#e46a6f
#d55b60
#d45a5f
#d3595e
#d2585d
#d1575c
#d0565b
#cf555a
#ce5459
#cd5358
#cc5257
#cb5156
#ca5055
#c94f54
#c84e53

Monochromatic Color with #d65c61

#d65c61
#010101
#2c1314
#562527
#81373a
#ab4a4e

Tints of #d65c61 Color

#d65c61
#da6e72
#df8084
#e39295
#e8a4a7
#ecb6b8
#f1c8ca
#f5dadb
#faeced
#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

#d65c61
#5cd6d1

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

Split Complementary

#d65c61
#5cd694
#5c9ed6

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

Analogous Color

#d65c92
#d65c79
#d65c61
#d66f5c
#d6885c

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

#d65c61
#61d65c
#5c61d6

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

#d65c61
#9ed65c
#5cd6d1
#945cd6

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

#d65c61
#5cd6d1
#5c9ed6
#d6945c

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

#d65c61 Color Code Preview on Black Background Color

This is how #d65c61 Color will look on black background color. Color contrast ratio is 5.56

#d65c61 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d65c61

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d65c61

#d65c61 color code is use for CSS Background Color

Background color for the above div is #d65c61

HTML with inline CSS

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

#d65c61 color code is use for CSS Border Color

CSS Border color for the above div is #d65c61

HTML with inline CSS

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

CSS Border Left color for the above div is #d65c61

HTML with inline CSS

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

CSS Border Right color for the above div is #d65c61

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d65c61

HTML with inline CSS

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

CSS Border Top color for the above div is #d65c61

HTML with inline CSS

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

#d65c61 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d65c61 Color code Preview on White Background

This is how #d65c61 Color code will look on white background color. Color contrast ratio is 3.78

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

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.