crispedge.com

Color picker

Loading...

#db300c hex color - Orange - Warm color - Information

#db300c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #db300c Color code in RGB color code model is created after adding 85.88% red color, 18.82% green color and 4.71% blue color. Hex #db300c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 95% yellow and 14% black.

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

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codedb300c#db300c
RGB Decimal219, 48, 12rgb(219, 48, 12)
RGB Percent86%, 19%, 5%rgb(86%, 19%, 5%)
CSS RGBa219, 48, 12,1rgba(219,48,12,1)
CMYK Modelcmyk(0%,78%,95%,14%)
HSL Color Space10,90% ,45%hsl(10,90% ,45%)
HSV Color Space10°, 95%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110011000000001100
Octal3336014
Decimal2194812
Hexdb300c

Different shades of #db300c color code.

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

Light Shade of #db300c
#f34a27
Dark Shade of #db300c
#ab2509
Saturated Shade of #db300c
#e72800
Desaturated Shade of #db300c
#cf3818
Grey scale Shade of #db300c
#737373
Brighten Shade
#f44925
Most Readable Shade
#FFFFFF

Shades of #db300c color code

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

#db300c
#c22a0a
#aa2509
#922008
#791a06
#611505
#491004
#300a02
#180501
#000000

Similar Color like #db300c color

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

#dc310d
#dd320e
#de330f
#df3410
#e03511
#e13612
#e23713
#e33814
#e43915
#e53a16
#e63b17
#e73c18
#e83d19
#e93e1a
#da2f0b
#d92e0a
#d82d09
#d72c08
#d62b07
#d52a06
#d42905
#d32804
#d22703
#d12602
#d02501
#cf2400
#ce2300
#cd2200

Monochromatic Color with #db300c

#db300c
#060100
#310b03
#5b1405
#861d07
#b0270a

Tints of #db300c Color

#db300c
#df4727
#e35e42
#e7755d
#eb8c78
#efa393
#f3baae
#f7d1c9
#fbe8e4
#ffffff

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

#db300c
#0cb7db

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

Split Complementary

#db300c
#0cdb98
#0c4fdb

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

Analogous Color

#db0c3b
#db0c11
#db300c
#db590c
#db830c

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

#db300c
#0cdb30
#300cdb

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

#db300c
#4fdb0c
#0cb7db
#970cdb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#db300c
#0cb7db
#0c4fdb
#db970c

Double Complementary 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).

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

#db300c Color Code Preview on Black Background Color

This is how #db300c Color will look on black background color. Color contrast ratio is 4.44

#db300c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db300c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db300c

#db300c color code is use for CSS Background Color

Background color for the above div is #db300c

HTML with inline CSS

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

#db300c color code is use for CSS Border Color

CSS Border color for the above div is #db300c

HTML with inline CSS

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

CSS Border Left color for the above div is #db300c

HTML with inline CSS

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

CSS Border Right color for the above div is #db300c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db300c

HTML with inline CSS

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

CSS Border Top color for the above div is #db300c

HTML with inline CSS

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

#db300c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db300c Color code Preview on White Background

This is how #db300c Color code will look on white background color. Color contrast ratio is 4.73

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(219,48,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,183,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,48,12,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.