Skip to main content Skip to docs navigation

#cd340b 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 Sinopia and its hex is #CB410B Nearest Color Name

Color Hue/Base color: Red

Hex #cd340b Color code in RGB color code model is created after adding 80.39% red color, 20.39% green color and 4.31% blue color. Hex #cd340b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 95% yellow and 19.61% black.

Hex #cd340b color code is between #cc3311 web safe hex color code and #dd4400 web safe hex color code. #cc3311 is the nearest web safe color code. You can see here many more shades of #cd340b color code.

RGB Chart

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

Color Table

Hex Color Code cd340b #cd340b
RGB Decimal 205, 52, 11 205, 52, 11
RGB Percent 80%, 20%, 4% rgb(80%, 20%, 4%)
CSS RGBa 205, 52, 11,1 rgba(205,52,11,1)
CMYK Model cmyk(0%,75%,95%,19.61%)
HSL Color Space 13,90% ,42% hsl(13,90% ,42%)
HSV Color Space 13°, 95%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00110100 00001011
Octal 315 64 13
Decimal 205 52 11
Hex cd 34 0b

Different shades of #cd340b color code.

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

Darkest of #cd340b
#3c0f03
Darker of #cd340b
#6c1b06
Dark of #cd340b
#9d2808
Base of #cd340b
#cd340b
Light of #cd340b
#f34618
Lighter
#f56d49
Lightest
#f89479

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

#cd340b
#0ba4cd

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

Split Complementary

#cd340b
#0bcd95
#0b43cd

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

Analogous Color

#cd0b53
#cd0b33
#cd340b
#cd750b
#cdc50b

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

#cd340b
#340bcd
#0bcd34

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

#cd340b
#0bcd34
#0ba4cd
#cd0ba4

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

#cd340b
#43cd0b
#0ba4cd
#950bcd

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

#0b0301
#3c0f03
#6c1b06
#9d2808
#cd340b
#f34618
#f56d49
#f89479
#fabbaa

Tints of #cd340b Color

#cd340b
#d24a26
#d86141
#dd775c
#e38e77
#e8a492
#eebbad
#f3d1c8
#f9e8e3
#ffffff

Shades of #cd340b color code

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

#cd340b
#b62e09
#9f2808
#882207
#711c06
#5b1704
#441103
#2d0b02
#160501
#000000

Tones

#cd340b
#b74021
#a24d36
#8c594c
#776661

Tones

Similar Color like #cd340b color

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

#ce350c
#cf360d
#d0370e
#d1380f
#d23910
#d33a11
#d43b12
#d53c13
#d63d14
#d73e15
#d83f16
#d94017
#da4118
#db4219
#cc330a
#cb3209
#ca3108
#c93007
#c82f06
#c72e05
#c62d04
#c52c03
#c42b02
#c32a01
#c22900
#c12800
#c02700
#bf2600

Download this Dark Red

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

#cd340b Color Code Preview on Black Background Color

This is how #cd340b Color will look on black background color. Color contrast ratio is 4.09

#cd340b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd340b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd340b

#cd340b color code is use for CSS Background Color

Background color for the above div is #cd340b

HTML with inline CSS

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

#cd340b color code is use for CSS Border Color

CSS Border color for the above div is #cd340b

HTML with inline CSS

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

CSS Border Left color for the above div is #cd340b

HTML with inline CSS

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

CSS Border Right color for the above div is #cd340b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd340b

HTML with inline CSS

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

CSS Border Top color for the above div is #cd340b

HTML with inline CSS

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

#cd340b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd340b Color code Preview on White Background

This is how #cd340b Color code will look on white background color. Color contrast ratio is 5.13

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

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