Skip to main content Skip to docs navigation

#cb145d 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 Yearning Desire and its hex is #CA135E Nearest Color Name

Color Hue/Base color: Red

Hex #cb145d Color code in RGB color code model is created after adding 79.61% red color, 7.84% green color and 36.47% blue color. Hex #cb145d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 54% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code cb145d #cb145d
RGB Decimal 203, 20, 93 203, 20, 93
RGB Percent 80%, 8%, 36% rgb(80%, 8%, 36%)
CSS RGBa 203, 20, 93,1 rgba(203,20,93,1)
CMYK Model cmyk(0%,90%,54%,20.39%)
HSL Color Space 336,82% ,44% hsl(336,82% ,44%)
HSV Color Space 336°, 90%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00010100 01011101
Octal 313 24 135
Decimal 203 20 93
Hex cb 14 5d

Different shades of #cb145d color code.

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

Darkest of #cb145d
#40061d
Darker of #cb145d
#6e0b32
Dark of #cb145d
#9d0f48
Base of #cb145d
#cb145d
Light of #cb145d
#ea2875
Lighter
#ee5793
Lightest
#f385b1

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

#cb145d
#14cb82

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

Split Complementary

#cb145d
#14cb27
#14b9cb

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

Analogous Color

#cb14c8
#cb14a9
#cb145d
#cb1420
#cb5414

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

#cb145d
#145dcb
#5dcb14

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

#cb145d
#5dcb14
#14cb82
#8214cb

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

#cb145d
#b9cb14
#14cb82
#2714cb

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

#110208
#40061d
#6e0b32
#9d0f48
#cb145d
#ea2875
#ee5793
#f385b1
#f8b3cf

Tints of #cb145d Color

#cb145d
#d02e6f
#d64881
#dc6293
#e27ca5
#e796b7
#edb0c9
#f3cadb
#f9e4ed
#ffffff

Shades of #cb145d color code

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

#cb145d
#b41152
#9d0f48
#870d3e
#700b33
#5a0829
#43061f
#2d0414
#16020a
#000000

Tones

#cb145d
#b52a62
#9e4166
#88576b
#726d6f

Tones

Similar Color like #cb145d color

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

#cc155e
#cd165f
#ce1760
#cf1861
#d01962
#d11a63
#d21b64
#d31c65
#d41d66
#d51e67
#d61f68
#d72069
#d8216a
#d9226b
#ca135c
#c9125b
#c8115a
#c71059
#c60f58
#c50e57
#c40d56
#c30c55
#c20b54
#c10a53
#c00952
#bf0851
#be0750
#bd064f

Download this Dark Red

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

#cb145d Color Code Preview on Black Background Color

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

#cb145d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb145d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb145d

#cb145d color code is use for CSS Background Color

Background color for the above div is #cb145d

HTML with inline CSS

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

#cb145d color code is use for CSS Border Color

CSS Border color for the above div is #cb145d

HTML with inline CSS

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

CSS Border Left color for the above div is #cb145d

HTML with inline CSS

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

CSS Border Right color for the above div is #cb145d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb145d

HTML with inline CSS

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

CSS Border Top color for the above div is #cb145d

HTML with inline CSS

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

#cb145d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb145d Color code Preview on White Background

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

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(203,20,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,203,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,20,93,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }