crispedge.com

Color picker

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

#c03d3d hex color - Orange - Warm color - Information

#c03d3d hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #c03d3d Color code in RGB color code model is created after adding 75.29% red color, 23.92% green color and 23.92% blue color. Hex #c03d3d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 68% yellow and 25% black.

Hex #c03d3d color code is between #bb4444 web safe hex color code and #cc3333 web safe hex color code. #bb4444 is the nearest web safe color code. You can see here many more shades of #c03d3d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec03d3d#c03d3d
RGB Decimal192, 61, 61rgb(192, 61, 61)
RGB Percent75%, 24%, 24%rgb(75%, 24%, 24%)
CSS RGBa192, 61, 61,1rgba(192,61,61,1)
CMYK Modelcmyk(0%,68%,68%,25%)
HSL Color Space0,52% ,50%hsl(0,52% ,50%)
HSV Color Space0°, 68%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000011110100111101
Octal3007575
Decimal1926161
Hexc03d3d

Different shades of #c03d3d color code.

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

Light Shade of #c03d3d
#cd6363
Dark Shade of #c03d3d
#993131
Saturated Shade of #c03d3d
#cd3030
Desaturated Shade of #c03d3d
#b34a4a
Grey scale Shade of #c03d3d
#7e7e7e
Brighten Shade
#d95656
Most Readable Shade
#FFFFFF

Shades of #c03d3d color code

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

#c03d3d
#aa3636
#952f2f
#802828
#6a2121
#551b1b
#401414
#2a0d0d
#150606
#000000

Similar Color like #c03d3d color

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

#c13e3e
#c23f3f
#c34040
#c44141
#c54242
#c64343
#c74444
#c84545
#c94646
#ca4747
#cb4848
#cc4949
#cd4a4a
#ce4b4b
#bf3c3c
#be3b3b
#bd3a3a
#bc3939
#bb3838
#ba3737
#b93636
#b83535
#b73434
#b63333
#b53232
#b43131
#b33030
#b22f2f

Monochromatic Color with #c03d3d

#c03d3d
#ea4b4b
#160707
#401414
#6b2222
#953030

Tints of #c03d3d Color

#c03d3d
#c75252
#ce6868
#d57d7d
#dc9393
#e3a8a8
#eabebe
#f1d3d3
#f8e9e9
#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

#c03d3d
#3dc0c0

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

Split Complementary

#c03d3d
#3dc07f
#3d7fc0

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

Analogous Color

#c03d71
#c03d57
#c03d3d
#c0573d
#c0713d

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

#c03d3d
#3dc03d
#3d3dc0

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

#c03d3d
#7ec03d
#3dc0c0
#7e3dc0

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

#c03d3d
#3dc0c0
#3d7fc0
#c07f3d

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

#c03d3d Color Code Preview on Black Background Color

This is how #c03d3d Color will look on black background color. Color contrast ratio is 3.98

#c03d3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c03d3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c03d3d

#c03d3d color code is use for CSS Background Color

Background color for the above div is #c03d3d

HTML with inline CSS

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

#c03d3d color code is use for CSS Border Color

CSS Border color for the above div is #c03d3d

HTML with inline CSS

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

CSS Border Left color for the above div is #c03d3d

HTML with inline CSS

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

CSS Border Right color for the above div is #c03d3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c03d3d

HTML with inline CSS

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

CSS Border Top color for the above div is #c03d3d

HTML with inline CSS

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

#c03d3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c03d3d Color code Preview on White Background

This is how #c03d3d Color code will look on white background color. Color contrast ratio is 5.28

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

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.