crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c64f3e hex color - Orange - Warm color - Information

#c64f3e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #c64f3e Color code in RGB color code model is created after adding 77.65% red color, 30.98% green color and 24.31% blue color. Hex #c64f3e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 69% yellow and 22% black.

Hex #c64f3e color code is between #cc5544 web safe hex color code and #bb4433 web safe hex color code. #cc5544 is the nearest web safe color code. You can see here many more shades of #c64f3e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec64f3e#c64f3e
RGB Decimal198, 79, 62rgb(198, 79, 62)
RGB Percent78%, 31%, 24%rgb(78%, 31%, 24%)
CSS RGBa198, 79, 62,1rgba(198,79,62,1)
CMYK Modelcmyk(0%,60%,69%,22%)
HSL Color Space8,54% ,51%hsl(8,54% ,51%)
HSV Color Space8°, 69%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100100111100111110
Octal30611776
Decimal1987962
Hexc64f3e

Different shades of #c64f3e color code.

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

Light Shade of #c64f3e
#d27365
Dark Shade of #c64f3e
#a13e30
Saturated Shade of #c64f3e
#d24632
Desaturated Shade of #c64f3e
#b9584b
Grey scale Shade of #c64f3e
#828282
Brighten Shade
#df6857
Most Readable Shade
#FFFFFF

Shades of #c64f3e color code

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

#c64f3e
#b04637
#9a3d30
#843429
#6e2b22
#58231b
#421a14
#2c110d
#160806
#000000

Similar Color like #c64f3e color

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

#c7503f
#c85140
#c95241
#ca5342
#cb5443
#cc5544
#cd5645
#ce5746
#cf5847
#d05948
#d15a49
#d25b4a
#d35c4b
#d45d4c
#c54e3d
#c44d3c
#c34c3b
#c24b3a
#c14a39
#c04938
#bf4837
#be4736
#bd4635
#bc4534
#bb4433
#ba4332
#b94231
#b84130

Monochromatic Color with #c64f3e

#c64f3e
#f0604b
#1c0b09
#461c16
#712d23
#9b3e31

Tints of #c64f3e Color

#c64f3e
#cc6253
#d27668
#d9897e
#df9d93
#e5b0a9
#ecc4be
#f2d7d4
#f8ebe9
#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

#c64f3e
#3eb5c6

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

Split Complementary

#c64f3e
#3ec693
#3e71c6

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

Analogous Color

#c63e63
#c63e48
#c64f3e
#c66a3e
#c6853e

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

#c64f3e
#3ec64f
#4f3ec6

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

#c64f3e
#71c63e
#3eb5c6
#933ec6

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

#c64f3e
#3eb5c6
#3e71c6
#c6933e

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

#c64f3e Color Code Preview on Black Background Color

This is how #c64f3e Color will look on black background color. Color contrast ratio is 4.59

#c64f3e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c64f3e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c64f3e

#c64f3e color code is use for CSS Background Color

Background color for the above div is #c64f3e

HTML with inline CSS

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

#c64f3e color code is use for CSS Border Color

CSS Border color for the above div is #c64f3e

HTML with inline CSS

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

CSS Border Left color for the above div is #c64f3e

HTML with inline CSS

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

CSS Border Right color for the above div is #c64f3e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c64f3e

HTML with inline CSS

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

CSS Border Top color for the above div is #c64f3e

HTML with inline CSS

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

#c64f3e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c64f3e Color code Preview on White Background

This is how #c64f3e Color code will look on white background color. Color contrast ratio is 4.58

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.