Skip to main content Skip to docs navigation

#d6300a 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 #d6300a Color code in RGB color code model is created after adding 83.92% red color, 18.82% green color and 3.92% blue color. Hex #d6300a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 95% yellow and 16.08% black.

Hex #d6300a color code is between #dd3311 web safe hex color code and #cc2200 web safe hex color code. #dd3311 is the nearest web safe color code. You can see here many more shades of #d6300a color code.

RGB Chart

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

Color Table

Hex Color Code d6300a #d6300a
RGB Decimal 214, 48, 10 214, 48, 10
RGB Percent 84%, 19%, 4% rgb(84%, 19%, 4%)
CSS RGBa 214, 48, 10,1 rgba(214,48,10,1)
CMYK Model cmyk(0%,78%,95%,16.08%)
HSL Color Space 11,91% ,44% hsl(11,91% ,44%)
HSV Color Space 11°, 95%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010110 00110000 00001010
Octal 326 60 12
Decimal 214 48 10
Hex d6 30 0a

Different shades of #d6300a color code.

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

Darkest of #d6300a
#440f03
Darker of #d6300a
#751a05
Dark of #d6300a
#a52508
Base of #d6300a
#d6300a
Light of #d6300a
#f5461e
Lighter
#f76e4f
Lightest
#f99780

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

#d6300a
#0ab0d6

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

Split Complementary

#d6300a
#0ad696
#0a4ad6

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

Analogous Color

#d60a5b
#d60a39
#d6300a
#d6740a
#d6c90a

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

#d6300a
#300ad6
#0ad630

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

#d6300a
#0ad630
#0ab0d6
#d60ab0

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

#d6300a
#4ad60a
#0ab0d6
#960ad6

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

#130401
#440f03
#751a05
#a52508
#d6300a
#f5461e
#f76e4f
#f99780
#fbbfb1

Tints of #d6300a Color

#d6300a
#da4725
#df5e40
#e3755b
#e88c76
#eca392
#f1baad
#f5d1c8
#fae8e3
#ffffff

Shades of #d6300a color code

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

#d6300a
#be2a08
#a62507
#8e2006
#761a05
#5f1504
#471003
#2f0a02
#170501
#000000

Tones

#d6300a
#c03e20
#a94c37
#935a4d
#7c6864

Tones

Similar Color like #d6300a color

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

#d7310b
#d8320c
#d9330d
#da340e
#db350f
#dc3610
#dd3711
#de3812
#df3913
#e03a14
#e13b15
#e23c16
#e33d17
#e43e18
#d52f09
#d42e08
#d32d07
#d22c06
#d12b05
#d02a04
#cf2903
#ce2802
#cd2701
#cc2600
#cb2500
#ca2400
#c92300
#c82200

Download this Dark Orange

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

#d6300a Color Code Preview on Black Background Color

This is how #d6300a Color will look on black background color. Color contrast ratio is 4.29

#d6300a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6300a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6300a

#d6300a color code is use for CSS Background Color

Background color for the above div is #d6300a

HTML with inline CSS

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

#d6300a color code is use for CSS Border Color

CSS Border color for the above div is #d6300a

HTML with inline CSS

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

CSS Border Left color for the above div is #d6300a

HTML with inline CSS

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

CSS Border Right color for the above div is #d6300a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6300a

HTML with inline CSS

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

CSS Border Top color for the above div is #d6300a

HTML with inline CSS

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

#d6300a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6300a Color code Preview on White Background

This is how #d6300a Color code will look on white background color. Color contrast ratio is 4.90

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

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