@
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.

#c1582f hex color - Orange - Warm color - Information

#c1582f hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #c1582f Color code in RGB color code model is created after adding 75.69% red color, 34.51% green color and 18.43% blue color. Hex #c1582f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 76% yellow and 24.31% black.

Hex #c1582f color code is between #bb5533 web safe hex color code and #cc6622 web safe hex color code. #bb5533 is the nearest web safe color code. You can see here many more shades of #c1582f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c1582f #c1582f
RGB Decimal 193, 88, 47 rgb(193, 88, 47)
RGB Percent 76%, 35%, 18% rgb(76%, 35%, 18%)
CSS RGBa 193, 88, 47,1 rgba(193,88,47,1)
CMYK Model cmyk(0%,54%,76%,24.31%)
HSL Color Space 17,61% ,47% hsl(17,61% ,47%)
HSV Color Space 17°, 76%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000001 01011000 00101111
Octal 301 130 57
Decimal 193 88 47
Hex c1 58 2f

Different shades of #c1582f color code.

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

Light Shade of #c1582f
#d4744f
Dark Shade of #c1582f
#984525
Saturated Shade of #c1582f
#cd5323
Desaturated Shade of #c1582f
#b55d3b
Grey scale Shade of #c1582f
#787878
Brighten Shade
#da7148
Most Readable Shade
#FFFFFF

Shades of #c1582f color code

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

#c1582f
#ab4e29
#964424
#803a1f
#6b301a
#552714
#401d0f
#2a130a
#150905
#000000

Similar Color like #c1582f color

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

#c25930
#c35a31
#c45b32
#c55c33
#c65d34
#c75e35
#c85f36
#c96037
#ca6138
#cb6239
#cc633a
#cd643b
#ce653c
#cf663d
#c0572e
#bf562d
#be552c
#bd542b
#bc532a
#bb5229
#ba5128
#b95027
#b84f26
#b74e25
#b64d24
#b54c23
#b44b22
#b34a21

Monochromatic Color with #c1582f

#c1582f
#eb6b39
#170a06
#411e10
#6c311a
#964525

Tints of #c1582f Color

#c1582f
#c76a46
#ce7d5d
#d58f74
#dca28b
#e3b4a2
#eac7b9
#f1d9d0
#f8ece7
#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

#c1582f
#2f98c1

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

Split Complementary

#c1582f
#2fc1a1
#2f4fc1

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

Analogous Color

#c12f40
#c13b2f
#c1582f
#c1752f
#c1922f

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

#c1582f
#2fc158
#582fc1

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

#c1582f
#4fc12f
#2f98c1
#a12fc1

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

#c1582f
#2f98c1
#2f4fc1
#c1a12f

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

#c1582f Color Code Preview on Black Background Color

This is how #c1582f Color will look on black background color. Color contrast ratio is 4.70

#c1582f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1582f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1582f

#c1582f color code is use for CSS Background Color

Background color for the above div is #c1582f

HTML with inline CSS

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

#c1582f color code is use for CSS Border Color

CSS Border color for the above div is #c1582f

HTML with inline CSS

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

CSS Border Left color for the above div is #c1582f

HTML with inline CSS

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

CSS Border Right color for the above div is #c1582f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1582f

HTML with inline CSS

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

CSS Border Top color for the above div is #c1582f

HTML with inline CSS

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

#c1582f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1582f Color code Preview on White Background

This is how #c1582f Color code will look on white background color. Color contrast ratio is 4.46

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

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(193,88,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(47,152,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,88,47,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.