crispedge.com

Color picker

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

#c14a09 hex color - Brick Orange - Red - Warm color - Information

#c14a09 hex color - Brick Orange - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #c14a09 Color Code is also known as Brick Orange color.

Hex #c14a09 Color code in RGB color code model is created after adding 75.69% red color, 29.02% green color and 3.53% blue color. Hex #c14a09 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 95% yellow and 24% black.

Hex #c14a09 color code is between #bb4411 web safe hex color code and #cc5500 web safe hex color code. #bb4411 is the nearest web safe color code. You can see here many more shades of #c14a09 color code.

0 Likes 0 Comments | 128 Views

Color Table

Hex Color Codec14a09#c14a09
RGB Decimal193, 74, 9rgb(193, 74, 9)
RGB Percent76%, 29%, 4%rgb(76%, 29%, 4%)
CSS RGBa193, 74, 9,1rgba(193,74,9,1)
CMYK Modelcmyk(0%,62%,95%,24%)
HSL Color Space21,91% ,40%hsl(21,91% ,40%)
HSV Color Space21°, 95%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010100101000001001
Octal30111211
Decimal193749
Hexc14a09

Different shades of #c14a09 color code.

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

Light Shade of #c14a09
#f25d0b
Dark Shade of #c14a09
#903707
Saturated Shade of #c14a09
#ca4700
Desaturated Shade of #c14a09
#b74d13
Grey scale Shade of #c14a09
#656565
Brighten Shade
#da6322
Most Readable Shade
#FFFFFF

Shades of #c14a09 color code

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

#c14a09
#ab4108
#963907
#803106
#6b2905
#552004
#401803
#2a1002
#150801
#000000

Similar Color like #c14a09 color

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

#c24b0a
#c34c0b
#c44d0c
#c54e0d
#c64f0e
#c7500f
#c85110
#c95211
#ca5312
#cb5413
#cc5514
#cd5615
#ce5716
#cf5817
#c04908
#bf4807
#be4706
#bd4605
#bc4504
#bb4403
#ba4302
#b94201
#b84100
#b74000
#b63f00
#b53e00
#b43d00
#b33c00

Monochromatic Color with #c14a09

#c14a09
#eb5a0b
#170901
#411903
#6c2905
#963a07

Tints of #c14a09 Color

#c14a09
#c75e24
#ce723f
#d5865b
#dc9a76
#e3ae91
#eac2ad
#f1d6c8
#f8eae3
#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

#c14a09
#0980c1

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

Split Complementary

#c14a09
#09c1a6
#0924c1

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

Analogous Color

#c10912
#c12509
#c14a09
#c16f09
#c19409

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

#c14a09
#09c14a
#4a09c1

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

#c14a09
#24c109
#0980c1
#a609c1

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

#c14a09
#0980c1
#0924c1
#c1a609

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

#c14a09 Color Code Preview on Black Background Color

This is how #c14a09 Color will look on black background color. Color contrast ratio is 4.25

#c14a09 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c14a09

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c14a09

#c14a09 color code is use for CSS Background Color

Background color for the above div is #c14a09

HTML with inline CSS

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

#c14a09 color code is use for CSS Border Color

CSS Border color for the above div is #c14a09

HTML with inline CSS

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

CSS Border Left color for the above div is #c14a09

HTML with inline CSS

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

CSS Border Right color for the above div is #c14a09

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c14a09

HTML with inline CSS

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

CSS Border Top color for the above div is #c14a09

HTML with inline CSS

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

#c14a09 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c14a09 Color code Preview on White Background

This is how #c14a09 Color code will look on white background color. Color contrast ratio is 4.94

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

Related Gradients

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

0 Likes 0 Comments | 128 Views

Post your comment:-

By submitting comment you agree to our privacy policy.