Skip to main content Skip to docs navigation

#ca406f 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 Dark Pink and its hex is #CB416B Nearest Color Name

Color Hue/Base color: Red

Hex #ca406f Color code in RGB color code model is created after adding 79.22% red color, 25.1% green color and 43.53% blue color. Hex #ca406f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 45% yellow and 20.78% black.

Hex #ca406f color code is between #cc4477 web safe hex color code and #bb3366 web safe hex color code. #cc4477 is the nearest web safe color code. You can see here many more shades of #ca406f color code.

RGB Chart

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

Color Table

Hex Color Code ca406f #ca406f
RGB Decimal 202, 64, 111 202, 64, 111
RGB Percent 79%, 25%, 44% rgb(79%, 25%, 44%)
CSS RGBa 202, 64, 111,1 rgba(202,64,111,1)
CMYK Model cmyk(0%,68%,45%,20.78%)
HSL Color Space 340,57% ,52% hsl(340,57% ,52%)
HSV Color Space 340°, 68%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001010 01000000 01101111
Octal 312 100 157
Decimal 202 64 111
Hex ca 40 6f

Different shades of #ca406f color code.

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

Darkest of #ca406f
#58192e
Darker of #ca406f
#802443
Dark of #ca406f
#a82f58
Base of #ca406f
#ca406f
Light of #ca406f
#d5688d
Lighter
#e090ab
Lightest
#ebb8c9

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

#ca406f
#40ca9b

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

Split Complementary

#ca406f
#40ca56
#40b4ca

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

Analogous Color

#ca40bf
#ca40a8
#ca406f
#ca4041
#ca7940

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

#ca406f
#406fca
#6fca40

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

#ca406f
#6fca40
#40ca9b
#9b40ca

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

#ca406f
#b4ca40
#40ca9b
#5640ca

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

#310d19
#58192e
#802443
#a82f58
#ca406f
#d5688d
#e090ab
#ebb8c9
#f6e0e7

Tints of #ca406f Color

#ca406f
#cf557f
#d56a8f
#db7f9f
#e194af
#e7aabf
#edbfcf
#f3d4df
#f9e9ef
#ffffff

Shades of #ca406f color code

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

#ca406f
#b33862
#9d3156
#862a4a
#70233d
#591c31
#431525
#2c0e18
#16070c
#000000

Tones

#ca406f
#b25877
#99717f
#858585
#858585

Tones

Similar Color like #ca406f color

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

#cb4170
#cc4271
#cd4372
#ce4473
#cf4574
#d04675
#d14776
#d24877
#d34978
#d44a79
#d54b7a
#d64c7b
#d74d7c
#d84e7d
#c93f6e
#c83e6d
#c73d6c
#c63c6b
#c53b6a
#c43a69
#c33968
#c23867
#c13766
#c03665
#bf3564
#be3463
#bd3362
#bc3261

Download this Dark Red

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

#ca406f Color Code Preview on Black Background Color

This is how #ca406f Color will look on black background color. Color contrast ratio is 4.47

#ca406f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca406f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca406f

#ca406f color code is use for CSS Background Color

Background color for the above div is #ca406f

HTML with inline CSS

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

#ca406f color code is use for CSS Border Color

CSS Border color for the above div is #ca406f

HTML with inline CSS

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

CSS Border Left color for the above div is #ca406f

HTML with inline CSS

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

CSS Border Right color for the above div is #ca406f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca406f

HTML with inline CSS

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

CSS Border Top color for the above div is #ca406f

HTML with inline CSS

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

#ca406f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca406f Color code Preview on White Background

This is how #ca406f Color code will look on white background color. Color contrast ratio is 4.69

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

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(202,64,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,202,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,64,111,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }