Skip to main content Skip to docs navigation

#cd133d 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 Toreador and its hex is #CD123F Nearest Color Name

Color Hue/Base color: Red

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

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

RGB Chart

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

Color Table

Hex Color Code cd133d #cd133d
RGB Decimal 205, 19, 61 205, 19, 61
RGB Percent 80%, 7%, 24% rgb(80%, 7%, 24%)
CSS RGBa 205, 19, 61,1 rgba(205,19,61,1)
CMYK Model cmyk(0%,91%,70%,19.61%)
HSL Color Space 346,83% ,44% hsl(346,83% ,44%)
HSV Color Space 346°, 91%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00010011 00111101
Octal 315 23 75
Decimal 205 19 61
Hex cd 13 3d

Different shades of #cd133d color code.

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

Darkest of #cd133d
#410613
Darker of #cd133d
#700a21
Dark of #cd133d
#9e0f2f
Base of #cd133d
#cd133d
Light of #cd133d
#eb2854
Lighter
#ef5779
Lightest
#f4859e

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

#cd133d
#13cda3

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

Split Complementary

#cd133d
#13cd46
#139acd

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

Analogous Color

#cd13aa
#cd138b
#cd133d
#cd2713
#cd7413

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

#cd133d
#133dcd
#3dcd13

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

#cd133d
#3dcd13
#13cda3
#a313cd

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

#cd133d
#9acd13
#13cda3
#4613cd

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

#120205
#410613
#700a21
#9e0f2f
#cd133d
#eb2854
#ef5779
#f4859e
#f8b4c3

Tints of #cd133d Color

#cd133d
#d22d52
#d84768
#dd617d
#e37b93
#e896a8
#eeb0be
#f3cad3
#f9e4e9
#ffffff

Shades of #cd133d color code

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

#cd133d
#b61036
#9f0e2f
#880c28
#710a21
#5b081b
#440614
#2d040d
#160206
#000000

Tones

#cd133d
#b72949
#a04056
#8a5662
#736d6e

Tones

Similar Color like #cd133d color

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

#ce143e
#cf153f
#d01640
#d11741
#d21842
#d31943
#d41a44
#d51b45
#d61c46
#d71d47
#d81e48
#d91f49
#da204a
#db214b
#cc123c
#cb113b
#ca103a
#c90f39
#c80e38
#c70d37
#c60c36
#c50b35
#c40a34
#c30933
#c20832
#c10731
#c00630
#bf052f

Download this Dark Red

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

#cd133d Color Code Preview on Black Background Color

This is how #cd133d Color will look on black background color. Color contrast ratio is 3.76

#cd133d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd133d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd133d

#cd133d color code is use for CSS Background Color

Background color for the above div is #cd133d

HTML with inline CSS

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

#cd133d color code is use for CSS Border Color

CSS Border color for the above div is #cd133d

HTML with inline CSS

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

CSS Border Left color for the above div is #cd133d

HTML with inline CSS

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

CSS Border Right color for the above div is #cd133d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd133d

HTML with inline CSS

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

CSS Border Top color for the above div is #cd133d

HTML with inline CSS

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

#cd133d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd133d Color code Preview on White Background

This is how #cd133d Color code will look on white background color. Color contrast ratio is 5.59

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

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