crispedge.com

Color picker

Loading...

#c72d41 hex color - Red - Warm color - Information

#c72d41 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c72d41 Color code in RGB color code model is created after adding 78.04% red color, 17.65% green color and 25.49% blue color. Hex #c72d41 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 67% yellow and 22% black.

Hex #c72d41 color code is between #cc3344 web safe hex color code and #bb2233 web safe hex color code. #cc3344 is the nearest web safe color code. You can see here many more shades of #c72d41 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec72d41#c72d41
RGB Decimal199, 45, 65rgb(199, 45, 65)
RGB Percent78%, 18%, 25%rgb(78%, 18%, 25%)
CSS RGBa199, 45, 65,1rgba(199,45,65,1)
CMYK Modelcmyk(0%,77%,67%,22%)
HSL Color Space352,63% ,48%hsl(352,63% ,48%)
HSV Color Space352°, 77%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110010110101000001
Octal30755101
Decimal1994565
Hexc72d41

Different shades of #c72d41 color code.

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

Light Shade of #c72d41
#d75061
Dark Shade of #c72d41
#9d2433
Saturated Shade of #c72d41
#d32138
Desaturated Shade of #c72d41
#bb394a
Grey scale Shade of #c72d41
#7a7a7a
Brighten Shade
#e0465a
Most Readable Shade
#FFFFFF

Shades of #c72d41 color code

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

#c72d41
#b02839
#9a2332
#841e2b
#6e1924
#58141c
#420f15
#2c0a0e
#160507
#000000

Similar Color like #c72d41 color

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

#c82e42
#c92f43
#ca3044
#cb3145
#cc3246
#cd3347
#ce3448
#cf3549
#d0364a
#d1374b
#d2384c
#d3394d
#d43a4e
#d53b4f
#c62c40
#c52b3f
#c42a3e
#c3293d
#c2283c
#c1273b
#c0263a
#bf2539
#be2438
#bd2337
#bc2236
#bb2135
#ba2034
#b91f33

Monochromatic Color with #c72d41

#c72d41
#f1374f
#1d0709
#471017
#721a25
#9c2333

Tints of #c72d41 Color

#c72d41
#cd4456
#d35b6b
#d97380
#df8a95
#e6a1aa
#ecb9bf
#f2d0d4
#f8e7e9
#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

#c72d41
#2dc7b3

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

Split Complementary

#c72d41
#2dc766
#2d8ec7

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

Analogous Color

#c72d7f
#c72d60
#c72d41
#c7382d
#c7572d

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

#c72d41
#41c72d
#2d41c7

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

#c72d41
#8ec72d
#2dc7b3
#662dc7

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

#c72d41
#2dc7b3
#2d8ec7
#c7662d

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

#c72d41 Color Code Preview on Black Background Color

This is how #c72d41 Color will look on black background color. Color contrast ratio is 3.88

#c72d41 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c72d41

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c72d41

#c72d41 color code is use for CSS Background Color

Background color for the above div is #c72d41

HTML with inline CSS

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

#c72d41 color code is use for CSS Border Color

CSS Border color for the above div is #c72d41

HTML with inline CSS

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

CSS Border Left color for the above div is #c72d41

HTML with inline CSS

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

CSS Border Right color for the above div is #c72d41

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c72d41

HTML with inline CSS

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

CSS Border Top color for the above div is #c72d41

HTML with inline CSS

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

#c72d41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c72d41 Color code Preview on White Background

This is how #c72d41 Color code will look on white background color. Color contrast ratio is 5.41

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

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,45,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,199,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,45,65,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.