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

#c71b23 hex color - Red - Warm color - Information

#c71b23 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c71b23 Color code in RGB color code model is created after adding 78.04% red color, 10.59% green color and 13.73% blue color. Hex #c71b23 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 82% yellow and 21.96% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec71b23#c71b23
RGB Decimal199, 27, 35rgb(199, 27, 35)
RGB Percent78%, 11%, 14%rgb(78%, 11%, 14%)
CSS RGBa199, 27, 35,1rgba(199,27,35,1)
CMYK Modelcmyk(0%,86%,82%,21.96%)
HSL Color Space357,76% ,44%hsl(357,76% ,44%)
HSV Color Space357°, 86%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110001101100100011
Octal3073343
Decimal1992735
Hexc71b23

Different shades of #c71b23 color code.

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

Light Shade of #c71b23
#e3323a
Dark Shade of #c71b23
#9a151b
Saturated Shade of #c71b23
#d21019
Desaturated Shade of #c71b23
#bc262d
Grey scale Shade of #c71b23
#717171
Brighten Shade
#e0343c
Most Readable Shade
#FFFFFF

Shades of #c71b23 color code

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

#c71b23
#b0181f
#9a151b
#841217
#6e0f13
#580c0f
#42090b
#2c0607
#160303
#000000

Similar Color like #c71b23 color

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

#c81c24
#c91d25
#ca1e26
#cb1f27
#cc2028
#cd2129
#ce222a
#cf232b
#d0242c
#d1252d
#d2262e
#d3272f
#d42830
#d52931
#c61a22
#c51921
#c41820
#c3171f
#c2161e
#c1151d
#c0141c
#bf131b
#be121a
#bd1119
#bc1018
#bb0f17
#ba0e16
#b90d15

Monochromatic Color with #c71b23

#c71b23
#f1212a
#1d0405
#470a0d
#720f14
#9c151c

Tints of #c71b23 Color

#c71b23
#cd343b
#d34d53
#d9676c
#df8084
#e6999d
#ecb3b5
#f2ccce
#f8e5e6
#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

#c71b23
#1bc7bf

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

Split Complementary

#c71b23
#1bc769
#1b79c7

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

Analogous Color

#c71b68
#c71b45
#c71b23
#c7351b
#c7581b

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

#c71b23
#23c71b
#1b23c7

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

#c71b23
#79c71b
#1bc7bf
#691bc7

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

#c71b23
#1bc7bf
#1b79c7
#c7691b

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

#c71b23 Color Code Preview on Black Background Color

This is how #c71b23 Color will look on black background color. Color contrast ratio is 3.61

#c71b23 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c71b23

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c71b23

#c71b23 color code is use for CSS Background Color

Background color for the above div is #c71b23

HTML with inline CSS

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

#c71b23 color code is use for CSS Border Color

CSS Border color for the above div is #c71b23

HTML with inline CSS

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

CSS Border Left color for the above div is #c71b23

HTML with inline CSS

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

CSS Border Right color for the above div is #c71b23

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c71b23

HTML with inline CSS

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

CSS Border Top color for the above div is #c71b23

HTML with inline CSS

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

#c71b23 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c71b23 Color code Preview on White Background

This is how #c71b23 Color code will look on white background color. Color contrast ratio is 5.82

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

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(199,27,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(27,199,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,27,35,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.