crispedge.com

Color picker

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

#c71d3f hex color - Red - Warm color - Information

#c71d3f hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c71d3f Color code in RGB color code model is created after adding 78.04% red color, 11.37% green color and 24.71% blue color. Hex #c71d3f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 68% yellow and 22% black.

Hex #c71d3f color code is between #cc2244 web safe hex color code and #bb1133 web safe hex color code. #cc2244 is the nearest web safe color code. You can see here many more shades of #c71d3f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec71d3f#c71d3f
RGB Decimal199, 29, 63rgb(199, 29, 63)
RGB Percent78%, 11%, 25%rgb(78%, 11%, 25%)
CSS RGBa199, 29, 63,1rgba(199,29,63,1)
CMYK Modelcmyk(0%,85%,68%,22%)
HSL Color Space348,75% ,45%hsl(348,75% ,45%)
HSV Color Space348°, 85%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110001110100111111
Octal3073577
Decimal1992963
Hexc71d3f

Different shades of #c71d3f color code.

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

Light Shade of #c71d3f
#e23558
Dark Shade of #c71d3f
#9a1731
Saturated Shade of #c71d3f
#d21238
Desaturated Shade of #c71d3f
#bc2846
Grey scale Shade of #c71d3f
#727272
Brighten Shade
#e03658
Most Readable Shade
#FFFFFF

Shades of #c71d3f color code

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

#c71d3f
#b01938
#9a1631
#84132a
#6e1023
#580c1c
#420915
#2c060e
#160307
#000000

Similar Color like #c71d3f color

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

#c81e40
#c91f41
#ca2042
#cb2143
#cc2244
#cd2345
#ce2446
#cf2547
#d02648
#d12749
#d2284a
#d3294b
#d42a4c
#d52b4d
#c61c3e
#c51b3d
#c41a3c
#c3193b
#c2183a
#c11739
#c01638
#bf1537
#be1436
#bd1335
#bc1234
#bb1133
#ba1032
#b90f31

Monochromatic Color with #c71d3f

#c71d3f
#f1234c
#1d0409
#470a17
#721124
#9c1732

Tints of #c71d3f Color

#c71d3f
#cd3654
#d34f69
#d9687f
#df8194
#e69aa9
#ecb3bf
#f2ccd4
#f8e5e9
#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

#c71d3f
#1dc7a5

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

Split Complementary

#c71d3f
#1dc750
#1d94c7

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

Analogous Color

#c71d83
#c71d61
#c71d3f
#c71d1d
#c73f1d

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

#c71d3f
#3fc71d
#1d3fc7

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

#c71d3f
#94c71d
#1dc7a5
#501dc7

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

#c71d3f
#1dc7a5
#1d94c7
#c7501d

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

#c71d3f Color Code Preview on Black Background Color

This is how #c71d3f Color will look on black background color. Color contrast ratio is 3.68

#c71d3f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c71d3f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c71d3f

#c71d3f color code is use for CSS Background Color

Background color for the above div is #c71d3f

HTML with inline CSS

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

#c71d3f color code is use for CSS Border Color

CSS Border color for the above div is #c71d3f

HTML with inline CSS

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

CSS Border Left color for the above div is #c71d3f

HTML with inline CSS

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

CSS Border Right color for the above div is #c71d3f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c71d3f

HTML with inline CSS

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

CSS Border Top color for the above div is #c71d3f

HTML with inline CSS

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

#c71d3f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c71d3f Color code Preview on White Background

This is how #c71d3f Color code will look on white background color. Color contrast ratio is 5.71

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

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.