Skip to main content Skip to docs navigation

#cd0366 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 Rowan and its hex is #CB0162 Nearest Color Name

Color Hue/Base color: Red

Hex #cd0366 Color code in RGB color code model is created after adding 80.39% red color, 1.18% green color and 40% blue color. Hex #cd0366 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 50% yellow and 19.61% black.

Hex #cd0366 color code is between #cc0055 web safe hex color code and #dd0077 web safe hex color code. #cc0055 is the nearest web safe color code. You can see here many more shades of #cd0366 color code.

RGB Chart

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

Color Table

Hex Color Code cd0366 #cd0366
RGB Decimal 205, 3, 102 205, 3, 102
RGB Percent 80%, 1%, 40% rgb(80%, 1%, 40%)
CSS RGBa 205, 3, 102,1 rgba(205,3,102,1)
CMYK Model cmyk(0%,99%,50%,19.61%)
HSL Color Space 331,97% ,41% hsl(331,97% ,41%)
HSV Color Space 331°, 99%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00000011 01100110
Octal 315 3 146
Decimal 205 3 102
Hex cd 03 66

Different shades of #cd0366 color code.

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

Darkest of #cd0366
#36011b
Darker of #cd0366
#680234
Dark of #cd0366
#9b024d
Base of #cd0366
#cd0366
Light of #cd0366
#fb087f
Lighter
#fc3a99
Lightest
#fd6cb3

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

#cd0366
#03cd6a

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

Split Complementary

#cd0366
#03cd05
#03cbcd

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

Analogous Color

#be03cd
#cd03ba
#cd0366
#cd0323
#cd3703

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

#cd0366
#0366cd
#66cd03

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

#cd0366
#66cd03
#03cd6a
#6a03cd

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

#cd0366
#cbcd03
#03cd6a
#0503cd

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

#040002
#36011b
#680234
#9b024d
#cd0366
#fb087f
#fc3a99
#fd6cb3
#fe9ecd

Tints of #cd0366 Color

#cd0366
#d21f77
#d83b88
#dd5799
#e373aa
#e88fbb
#eeabcc
#f3c7dd
#f9e3ee
#ffffff

Shades of #cd0366 color code

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

#cd0366
#b6025a
#9f024f
#880244
#710138
#5b012d
#440122
#2d0016
#16000b
#000000

Tones

#cd0366
#b81866
#a32d67
#8f4167
#7a5668

Tones

Similar Color like #cd0366 color

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

#ce0467
#cf0568
#d00669
#d1076a
#d2086b
#d3096c
#d40a6d
#d50b6e
#d60c6f
#d70d70
#d80e71
#d90f72
#da1073
#db1174
#cc0265
#cb0164
#ca0063
#c90062
#c80061
#c70060
#c6005f
#c5005e
#c4005d
#c3005c
#c2005b
#c1005a
#c00059
#bf0058

Download this Dark Red

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

#cd0366 Color Code Preview on Black Background Color

This is how #cd0366 Color will look on black background color. Color contrast ratio is 3.80

#cd0366 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd0366

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd0366

#cd0366 color code is use for CSS Background Color

Background color for the above div is #cd0366

HTML with inline CSS

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

#cd0366 color code is use for CSS Border Color

CSS Border color for the above div is #cd0366

HTML with inline CSS

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

CSS Border Left color for the above div is #cd0366

HTML with inline CSS

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

CSS Border Right color for the above div is #cd0366

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd0366

HTML with inline CSS

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

CSS Border Top color for the above div is #cd0366

HTML with inline CSS

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

#cd0366 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd0366 Color code Preview on White Background

This is how #cd0366 Color code will look on white background color. Color contrast ratio is 5.53

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

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