crispedge.com

Color picker

Loading...

#cd4c10 hex color - Orange - Warm color - Information

#cd4c10 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #cd4c10 Color code in RGB color code model is created after adding 80.39% red color, 29.8% green color and 6.27% blue color. Hex #cd4c10 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 92% yellow and 20% black.

Hex #cd4c10 color code is between #cc4411 web safe hex color code and #dd5500 web safe hex color code. #cc4411 is the nearest web safe color code. You can see here many more shades of #cd4c10 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecd4c10#cd4c10
RGB Decimal205, 76, 16rgb(205, 76, 16)
RGB Percent80%, 30%, 6%rgb(80%, 30%, 6%)
CSS RGBa205, 76, 16,1rgba(205,76,16,1)
CMYK Modelcmyk(0%,63%,92%,20%)
HSL Color Space19,86% ,43%hsl(19,86% ,43%)
HSV Color Space19°, 92%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011010100110000010000
Octal31511420
Decimal2057616
Hexcd4c10

Different shades of #cd4c10 color code.

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

Light Shade of #cd4c10
#ee6322
Dark Shade of #cd4c10
#9e3a0c
Saturated Shade of #cd4c10
#d84805
Desaturated Shade of #cd4c10
#c2501b
Grey scale Shade of #cd4c10
#6e6e6e
Brighten Shade
#e66529
Most Readable Shade
#FFFFFF

Shades of #cd4c10 color code

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

#cd4c10
#b6430e
#9f3b0c
#88320a
#712a08
#5b2107
#441905
#2d1003
#160801
#000000

Similar Color like #cd4c10 color

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

#ce4d11
#cf4e12
#d04f13
#d15014
#d25115
#d35216
#d45317
#d55418
#d65519
#d7561a
#d8571b
#d9581c
#da591d
#db5a1e
#cc4b0f
#cb4a0e
#ca490d
#c9480c
#c8470b
#c7460a
#c64509
#c54408
#c44307
#c34206
#c24105
#c14004
#c03f03
#bf3e02

Monochromatic Color with #cd4c10

#cd4c10
#f75c13
#230d03
#4d1d06
#782c09
#a23c0d

Tints of #cd4c10 Color

#cd4c10
#d25f2a
#d87345
#dd875f
#e39b7a
#e8af94
#eec3af
#f3d7c9
#f9ebe4
#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

#cd4c10
#1091cd

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

Split Complementary

#cd4c10
#10cdab
#1033cd

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

Analogous Color

#cd1020
#cd2610
#cd4c10
#cd7210
#cd9810

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

#cd4c10
#10cd4c
#4c10cd

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

#cd4c10
#32cd10
#1091cd
#aa10cd

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

#cd4c10
#1091cd
#1033cd
#cdab10

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 #cd4c10 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.

#cd4c10 Color Code Preview on Black Background Color

This is how #cd4c10 Color will look on black background color. Color contrast ratio is 4.64

#cd4c10 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd4c10

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd4c10

#cd4c10 color code is use for CSS Background Color

Background color for the above div is #cd4c10

HTML with inline CSS

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

#cd4c10 color code is use for CSS Border Color

CSS Border color for the above div is #cd4c10

HTML with inline CSS

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

CSS Border Left color for the above div is #cd4c10

HTML with inline CSS

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

CSS Border Right color for the above div is #cd4c10

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd4c10

HTML with inline CSS

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

CSS Border Top color for the above div is #cd4c10

HTML with inline CSS

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

#cd4c10 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd4c10 Color code Preview on White Background

This is how #cd4c10 Color code will look on white background color. Color contrast ratio is 4.53

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.