crispedge.com

Color picker

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

#dc5c4c hex color - Orange - Warm color - Information

#dc5c4c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #dc5c4c Color code in RGB color code model is created after adding 86.27% red color, 36.08% green color and 29.8% blue color. Hex #dc5c4c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 65% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedc5c4c#dc5c4c
RGB Decimal220, 92, 76rgb(220, 92, 76)
RGB Percent86%, 36%, 30%rgb(86%, 36%, 30%)
CSS RGBa220, 92, 76,1rgba(220,92,76,1)
CMYK Modelcmyk(0%,58%,65%,14%)
HSL Color Space7,67% ,58%hsl(7,67% ,58%)
HSV Color Space7°, 65%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111000101110001001100
Octal334134114
Decimal2209276
Hexdc5c4c

Different shades of #dc5c4c color code.

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

Light Shade of #dc5c4c
#e48377
Dark Shade of #dc5c4c
#cd3a28
Saturated Shade of #dc5c4c
#e75441
Desaturated Shade of #dc5c4c
#d16457
Grey scale Shade of #dc5c4c
#949494
Brighten Shade
#f57565
Most Readable Shade
#FFFFFF

Shades of #dc5c4c color code

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

#dc5c4c
#c35143
#ab473b
#923d32
#7a332a
#612821
#491e19
#301410
#180a08
#000000

Similar Color like #dc5c4c color

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

#dd5d4d
#de5e4e
#df5f4f
#e06050
#e16151
#e26252
#e36353
#e46454
#e56555
#e66656
#e76757
#e86858
#e96959
#ea6a5a
#db5b4b
#da5a4a
#d95949
#d85848
#d75747
#d65646
#d55545
#d45444
#d35343
#d25242
#d15141
#d05040
#cf4f3f
#ce4e3e

Monochromatic Color with #dc5c4c

#dc5c4c
#070303
#321511
#5c2720
#87382f
#b14a3d

Tints of #dc5c4c Color

#dc5c4c
#df6e5f
#e38073
#e79287
#eba49b
#efb6af
#f3c8c3
#f7dad7
#fbeceb
#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

#dc5c4c
#4cccdc

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

Split Complementary

#dc5c4c
#4cdca4
#4c84dc

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

Analogous Color

#dc4c76
#dc4c59
#dc5c4c
#dc794c
#dc964c

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

#dc5c4c
#4cdc5c
#5c4cdc

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

#dc5c4c
#84dc4c
#4cccdc
#a44cdc

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

#dc5c4c
#4cccdc
#4c84dc
#dca44c

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

#dc5c4c Color Code Preview on Black Background Color

This is how #dc5c4c Color will look on black background color. Color contrast ratio is 5.68

#dc5c4c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc5c4c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc5c4c

#dc5c4c color code is use for CSS Background Color

Background color for the above div is #dc5c4c

HTML with inline CSS

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

#dc5c4c color code is use for CSS Border Color

CSS Border color for the above div is #dc5c4c

HTML with inline CSS

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

CSS Border Left color for the above div is #dc5c4c

HTML with inline CSS

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

CSS Border Right color for the above div is #dc5c4c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc5c4c

HTML with inline CSS

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

CSS Border Top color for the above div is #dc5c4c

HTML with inline CSS

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

#dc5c4c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc5c4c Color code Preview on White Background

This is how #dc5c4c Color code will look on white background color. Color contrast ratio is 3.70

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

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.