Skip to main content Skip to docs navigation

#cd474d hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is English Vermillion and its hex is #CC474B Nearest Color Name

Color Hue/Base color: Red

Hex #cd474d Color code in RGB color code model is created after adding 80.39% red color, 27.84% green color and 30.2% blue color. Hex #cd474d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 62% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code cd474d #cd474d
RGB Decimal 205, 71, 77 205, 71, 77
RGB Percent 80%, 28%, 30% rgb(80%, 28%, 30%)
CSS RGBa 205, 71, 77,1 rgba(205,71,77,1)
CMYK Model cmyk(0%,65%,62%,19.61%)
HSL Color Space 357,57% ,54% hsl(357,57% ,54%)
HSV Color Space 357°, 65%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01000111 01001101
Octal 315 107 115
Decimal 205 71 77
Hex cd 47 4d

Different shades of #cd474d color code.

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

Darkest of #cd474d
#611a1d
Darker of #cd474d
#89252a
Dark of #cd474d
#b13036
Base of #cd474d
#cd474d
Light of #cd474d
#d86f74
Lighter
#e3979b
Lightest
#eebfc1

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

#cd474d
#47cdc7

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

Split Complementary

#cd474d
#47cd84
#4790cd

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

Analogous Color

#cd479b
#cd4785
#cd474d
#cd6e47
#cda547

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

#cd474d
#474dcd
#4dcd47

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

#cd474d
#4dcd47
#47cdc7
#c747cd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cd474d
#90cd47
#47cdc7
#8447cd

Square 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).

Monochromatic Color with #cd474d

#390f11
#611a1d
#89252a
#b13036
#cd474d
#d86f74
#e3979b
#eebfc1
#f9e7e8

Tints of #cd474d Color

#cd474d
#d25b60
#d86f74
#dd8488
#e3989c
#e8adaf
#eec1c3
#f3d6d7
#f9eaeb
#ffffff

Shades of #cd474d color code

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

#cd474d
#b63f44
#9f373b
#882f33
#71272a
#5b1f22
#441719
#2d0f11
#160708
#000000

Tones

#cd474d
#b65e62
#9e7678
#8a8a8a
#8a8a8a

Tones

Similar Color like #cd474d color

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

#ce484e
#cf494f
#d04a50
#d14b51
#d24c52
#d34d53
#d44e54
#d54f55
#d65056
#d75157
#d85258
#d95359
#da545a
#db555b
#cc464c
#cb454b
#ca444a
#c94349
#c84248
#c74147
#c64046
#c53f45
#c43e44
#c33d43
#c23c42
#c13b41
#c03a40
#bf393f

Download this Dark Red

Hex #cd474d 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.

#cd474d Color Code Preview on Black Background Color

This is how #cd474d Color will look on black background color. Color contrast ratio is 4.60

#cd474d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd474d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd474d

#cd474d color code is use for CSS Background Color

Background color for the above div is #cd474d

HTML with inline CSS

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

#cd474d color code is use for CSS Border Color

CSS Border color for the above div is #cd474d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd474d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd474d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd474d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd474d

HTML with inline CSS

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

#cd474d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd474d Color code Preview on White Background

This is how #cd474d Color code will look on white background color. Color contrast ratio is 4.56

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(205,71,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,205,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,71,77,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }