Skip to main content Skip to docs navigation

#cd223d 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 Sovereign Red and its hex is #CE243F Nearest Color Name

Color Hue/Base color: Red

Hex #cd223d Color code in RGB color code model is created after adding 80.39% red color, 13.33% green color and 23.92% blue color. Hex #cd223d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 70% yellow and 19.61% black.

Hex #cd223d color code is between #cc1144 web safe hex color code and #dd3333 web safe hex color code. #cc1144 is the nearest web safe color code. You can see here many more shades of #cd223d color code.

RGB Chart

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

Color Table

Hex Color Code cd223d #cd223d
RGB Decimal 205, 34, 61 205, 34, 61
RGB Percent 80%, 13%, 24% rgb(80%, 13%, 24%)
CSS RGBa 205, 34, 61,1 rgba(205,34,61,1)
CMYK Model cmyk(0%,83%,70%,19.61%)
HSL Color Space 351,72% ,47% hsl(351,72% ,47%)
HSV Color Space 351°, 83%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00100010 00111101
Octal 315 42 75
Decimal 205 34 61
Hex cd 22 3d

Different shades of #cd223d color code.

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

Darkest of #cd223d
#4a0c16
Darker of #cd223d
#751323
Dark of #cd223d
#a11b30
Base of #cd223d
#cd223d
Light of #cd223d
#e0425b
Lighter
#e76e81
Lightest
#ee9aa7

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

#cd223d
#22cdb2

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

Split Complementary

#cd223d
#22cd5d
#2292cd

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

Analogous Color

#cd22a1
#cd2284
#cd223d
#cd4022
#cd8722

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

#cd223d
#223dcd
#3dcd22

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

#cd223d
#3dcd22
#22cdb2
#b222cd

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

#cd223d
#92cd22
#22cdb2
#5d22cd

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

#1e0509
#4a0c16
#751323
#a11b30
#cd223d
#e0425b
#e76e81
#ee9aa7
#f5c6cd

Tints of #cd223d Color

#cd223d
#d23a52
#d85368
#dd6b7d
#e38493
#e89ca8
#eeb5be
#f3cdd3
#f9e6e9
#ffffff

Shades of #cd223d color code

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

#cd223d
#b61e36
#9f1a2f
#881628
#711221
#5b0f1b
#440b14
#2d070d
#160306
#000000

Tones

#cd223d
#b53a4d
#9d525e
#856a6e
#777777

Tones

Similar Color like #cd223d color

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

#ce233e
#cf243f
#d02540
#d12641
#d22742
#d32843
#d42944
#d52a45
#d62b46
#d72c47
#d82d48
#d92e49
#da2f4a
#db304b
#cc213c
#cb203b
#ca1f3a
#c91e39
#c81d38
#c71c37
#c61b36
#c51a35
#c41934
#c31833
#c21732
#c11631
#c01530
#bf142f

Download this Dark Red

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

#cd223d Color Code Preview on Black Background Color

This is how #cd223d Color will look on black background color. Color contrast ratio is 3.89

#cd223d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd223d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd223d

#cd223d color code is use for CSS Background Color

Background color for the above div is #cd223d

HTML with inline CSS

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

#cd223d color code is use for CSS Border Color

CSS Border color for the above div is #cd223d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd223d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd223d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd223d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd223d

HTML with inline CSS

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

#cd223d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd223d Color code Preview on White Background

This is how #cd223d Color code will look on white background color. Color contrast ratio is 5.40

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

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