Skip to main content Skip to docs navigation

#cd154d 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 Demon Princess and its hex is #D2144B Nearest Color Name

Color Hue/Base color: Red

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

Hex #cd154d color code is between #cc1155 web safe hex color code and #dd2244 web safe hex color code. #cc1155 is the nearest web safe color code. You can see here many more shades of #cd154d color code.

RGB Chart

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

Color Table

Hex Color Code cd154d #cd154d
RGB Decimal 205, 21, 77 205, 21, 77
RGB Percent 80%, 8%, 30% rgb(80%, 8%, 30%)
CSS RGBa 205, 21, 77,1 rgba(205,21,77,1)
CMYK Model cmyk(0%,90%,62%,19.61%)
HSL Color Space 342,81% ,44% hsl(342,81% ,44%)
HSV Color Space 342°, 90%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00010101 01001101
Octal 315 25 115
Decimal 205 21 77
Hex cd 15 4d

Different shades of #cd154d color code.

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

Darkest of #cd154d
#420719
Darker of #cd154d
#700c2a
Dark of #cd154d
#9f103c
Base of #cd154d
#cd154d
Light of #cd154d
#e92c65
Lighter
#ee5a87
Lightest
#f388a9

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

#cd154d
#15cd95

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

Split Complementary

#cd154d
#15cd39
#15a9cd

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

Analogous Color

#cd15b8
#cd159a
#cd154d
#cd1a15
#cd6715

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

#cd154d
#154dcd
#4dcd15

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

#cd154d
#4dcd15
#15cd95
#9515cd

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

#cd154d
#a9cd15
#15cd95
#3915cd

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 #cd154d

#140207
#420719
#700c2a
#9f103c
#cd154d
#e92c65
#ee5a87
#f388a9
#f8b6ca

Tints of #cd154d Color

#cd154d
#d22f60
#d84974
#dd6388
#e37d9c
#e897af
#eeb1c3
#f3cbd7
#f9e5eb
#ffffff

Shades of #cd154d color code

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

#cd154d
#b61244
#9f103b
#880e33
#710b2a
#5b0922
#440719
#2d0411
#160208
#000000

Tones

#cd154d
#b62c56
#a0425f
#895968
#736f70

Tones

Similar Color like #cd154d color

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

#ce164e
#cf174f
#d01850
#d11951
#d21a52
#d31b53
#d41c54
#d51d55
#d61e56
#d71f57
#d82058
#d92159
#da225a
#db235b
#cc144c
#cb134b
#ca124a
#c91149
#c81048
#c70f47
#c60e46
#c50d45
#c40c44
#c30b43
#c20a42
#c10941
#c00840
#bf073f

Download this Dark Red

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

#cd154d Color Code Preview on Black Background Color

This is how #cd154d Color will look on black background color. Color contrast ratio is 3.81

#cd154d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd154d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd154d

#cd154d color code is use for CSS Background Color

Background color for the above div is #cd154d

HTML with inline CSS

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

#cd154d color code is use for CSS Border Color

CSS Border color for the above div is #cd154d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd154d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd154d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd154d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd154d

HTML with inline CSS

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

#cd154d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd154d Color code Preview on White Background

This is how #cd154d Color code will look on white background color. Color contrast ratio is 5.51

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

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,21,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,205,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,21,77,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }