Skip to main content Skip to docs navigation

#cd300a 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 Dazzling Red and its hex is #D82C0D Nearest Color Name

Color Hue/Base color: Orange

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

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

RGB Chart

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

Color Table

Hex Color Code cd300a #cd300a
RGB Decimal 205, 48, 10 205, 48, 10
RGB Percent 80%, 19%, 4% rgb(80%, 19%, 4%)
CSS RGBa 205, 48, 10,1 rgba(205,48,10,1)
CMYK Model cmyk(0%,77%,95%,19.61%)
HSL Color Space 12,91% ,42% hsl(12,91% ,42%)
HSV Color Space 12°, 95%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00110000 00001010
Octal 315 60 12
Decimal 205 48 10
Hex cd 30 0a

Different shades of #cd300a color code.

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

Darkest of #cd300a
#3b0e03
Darker of #cd300a
#6c1905
Dark of #cd300a
#9c2508
Base of #cd300a
#cd300a
Light of #cd300a
#f44116
Lighter
#f66947
Lightest
#f89178

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

#cd300a
#0aa7cd

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

Split Complementary

#cd300a
#0acd92
#0a46cd

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

Analogous Color

#cd0a56
#cd0a35
#cd300a
#cd710a
#cdc20a

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

#cd300a
#300acd
#0acd30

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

#cd300a
#0acd30
#0aa7cd
#cd0aa7

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

#cd300a
#46cd0a
#0aa7cd
#920acd

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

#0b0201
#3b0e03
#6c1905
#9c2508
#cd300a
#f44116
#f66947
#f89178
#fbb8a8

Tints of #cd300a Color

#cd300a
#d24725
#d85e40
#dd755b
#e38c76
#e8a392
#eebaad
#f3d1c8
#f9e8e3
#ffffff

Shades of #cd300a color code

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

#cd300a
#b62a08
#9f2507
#882006
#711a05
#5b1504
#441003
#2d0a02
#160501
#000000

Tones

#cd300a
#b83d1f
#a24a35
#8d574b
#776460

Tones

Similar Color like #cd300a color

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

#ce310b
#cf320c
#d0330d
#d1340e
#d2350f
#d33610
#d43711
#d53812
#d63913
#d73a14
#d83b15
#d93c16
#da3d17
#db3e18
#cc2f09
#cb2e08
#ca2d07
#c92c06
#c82b05
#c72a04
#c62903
#c52802
#c42701
#c32600
#c22500
#c12400
#c02300
#bf2200

Download this Dark Orange

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

#cd300a Color Code Preview on Black Background Color

This is how #cd300a Color will look on black background color. Color contrast ratio is 4.02

#cd300a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd300a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd300a

#cd300a color code is use for CSS Background Color

Background color for the above div is #cd300a

HTML with inline CSS

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

#cd300a color code is use for CSS Border Color

CSS Border color for the above div is #cd300a

HTML with inline CSS

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

CSS Border Left color for the above div is #cd300a

HTML with inline CSS

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

CSS Border Right color for the above div is #cd300a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd300a

HTML with inline CSS

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

CSS Border Top color for the above div is #cd300a

HTML with inline CSS

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

#cd300a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd300a Color code Preview on White Background

This is how #cd300a Color code will look on white background color. Color contrast ratio is 5.22

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

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