Skip to main content Skip to docs navigation

#cd360e hex color | Download Dark Orange 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 Amarantha Red and its hex is #CC3311 Nearest Color Name

Color Hue/Base color: Orange

Hex #cd360e Color code in RGB color code model is created after adding 80.39% red color, 21.18% green color and 5.49% blue color. Hex #cd360e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 93% yellow and 19.61% black.

Hex #cd360e 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 #cd360e color code.

RGB Chart

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

Color Table

Hex Color Code cd360e #cd360e
RGB Decimal 205, 54, 14 205, 54, 14
RGB Percent 80%, 21%, 5% rgb(80%, 21%, 5%)
CSS RGBa 205, 54, 14,1 rgba(205,54,14,1)
CMYK Model cmyk(0%,74%,93%,19.61%)
HSL Color Space 13,87% ,43% hsl(13,87% ,43%)
HSV Color Space 13°, 93%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00110110 00001110
Octal 315 66 16
Decimal 205 54 14
Hex cd 36 0e

Different shades of #cd360e color code.

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

Darkest of #cd360e
#3e1004
Darker of #cd360e
#6e1d07
Dark of #cd360e
#9d290b
Base of #cd360e
#cd360e
Light of #cd360e
#f04a1e
Lighter
#f3714e
Lightest
#f6977e

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

#cd360e
#0ea5cd

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

Split Complementary

#cd360e
#0ecd96
#0e45cd

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

Analogous Color

#cd0e55
#cd0e36
#cd360e
#cd760e
#cdc50e

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

#cd360e
#360ecd
#0ecd36

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

#cd360e
#0ecd36
#0ea5cd
#cd0ea5

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

#cd360e
#45cd0e
#0ea5cd
#960ecd

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

#0e0401
#3e1004
#6e1d07
#9d290b
#cd360e
#f04a1e
#f3714e
#f6977e
#f9bdae

Tints of #cd360e Color

#cd360e
#d24c28
#d86243
#dd795e
#e38f79
#e8a593
#eebcae
#f3d2c9
#f9e8e4
#ffffff

Shades of #cd360e color code

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

#cd360e
#b6300c
#9f2a0a
#882409
#711e07
#5b1806
#441204
#2d0c03
#160601
#000000

Tones

#cd360e
#b74324
#a14f3a
#8b5c50
#756966

Tones

Similar Color like #cd360e color

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

#ce370f
#cf3810
#d03911
#d13a12
#d23b13
#d33c14
#d43d15
#d53e16
#d63f17
#d74018
#d84119
#d9421a
#da431b
#db441c
#cc350d
#cb340c
#ca330b
#c9320a
#c83109
#c73008
#c62f07
#c52e06
#c42d05
#c32c04
#c22b03
#c12a02
#c02901
#bf2800

Download this Dark Orange

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

#cd360e Color Code Preview on Black Background Color

This is how #cd360e Color will look on black background color. Color contrast ratio is 4.13

#cd360e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd360e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd360e

#cd360e color code is use for CSS Background Color

Background color for the above div is #cd360e

HTML with inline CSS

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

#cd360e color code is use for CSS Border Color

CSS Border color for the above div is #cd360e

HTML with inline CSS

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

CSS Border Left color for the above div is #cd360e

HTML with inline CSS

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

CSS Border Right color for the above div is #cd360e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd360e

HTML with inline CSS

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

CSS Border Top color for the above div is #cd360e

HTML with inline CSS

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

#cd360e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd360e Color code Preview on White Background

This is how #cd360e Color code will look on white background color. Color contrast ratio is 5.08

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

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