crispedge.com

Color picker

Loading...

#cc1e47 hex color - Red - Warm color - Information

#cc1e47 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc1e47 Color code in RGB color code model is created after adding 80% red color, 11.76% green color and 27.84% blue color. Hex #cc1e47 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 65% yellow and 20% black.

Hex #cc1e47 color code is between #bb2244 web safe hex color code and #dd1155 web safe hex color code. #bb2244 is the nearest web safe color code. You can see here many more shades of #cc1e47 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc1e47#cc1e47
RGB Decimal204, 30, 71rgb(204, 30, 71)
RGB Percent80%, 12%, 28%rgb(80%, 12%, 28%)
CSS RGBa204, 30, 71,1rgba(204,30,71,1)
CMYK Modelcmyk(0%,85%,65%,20%)
HSL Color Space346,74% ,46%hsl(346,74% ,46%)
HSV Color Space346°, 85%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000001111001000111
Octal31436107
Decimal2043071
Hexcc1e47

Different shades of #cc1e47 color code.

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

Light Shade of #cc1e47
#e23b62
Dark Shade of #cc1e47
#a01738
Saturated Shade of #cc1e47
#d81241
Desaturated Shade of #cc1e47
#c02a4d
Grey scale Shade of #cc1e47
#757575
Brighten Shade
#e53760
Most Readable Shade
#FFFFFF

Shades of #cc1e47 color code

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

#cc1e47
#b51a3f
#9e1737
#88142f
#711027
#5a0d1f
#440a17
#2d060f
#160307
#000000

Similar Color like #cc1e47 color

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

#cd1f48
#ce2049
#cf214a
#d0224b
#d1234c
#d2244d
#d3254e
#d4264f
#d52750
#d62851
#d72952
#d82a53
#d92b54
#da2c55
#cb1d46
#ca1c45
#c91b44
#c81a43
#c71942
#c61841
#c51740
#c4163f
#c3153e
#c2143d
#c1133c
#c0123b
#bf113a
#be1039

Monochromatic Color with #cc1e47

#cc1e47
#f62456
#22050c
#4c0b1b
#771229
#a11838

Tints of #cc1e47 Color

#cc1e47
#d1375b
#d7506f
#dd6984
#e28298
#e89bad
#eeb4c1
#f3cdd6
#f9e6ea
#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

#cc1e47
#1ecca3

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

Split Complementary

#cc1e47
#1ecc4c
#1e9ecc

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

Analogous Color

#cc1e8d
#cc1e6a
#cc1e47
#cc1e24
#cc3b1e

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

#cc1e47
#47cc1e
#1e47cc

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

#cc1e47
#9ecc1e
#1ecca3
#4c1ecc

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

#cc1e47
#1ecca3
#1e9ecc
#cc4c1e

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

#cc1e47 Color Code Preview on Black Background Color

This is how #cc1e47 Color will look on black background color. Color contrast ratio is 3.84

#cc1e47 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc1e47

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc1e47

#cc1e47 color code is use for CSS Background Color

Background color for the above div is #cc1e47

HTML with inline CSS

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

#cc1e47 color code is use for CSS Border Color

CSS Border color for the above div is #cc1e47

HTML with inline CSS

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

CSS Border Left color for the above div is #cc1e47

HTML with inline CSS

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

CSS Border Right color for the above div is #cc1e47

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc1e47

HTML with inline CSS

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

CSS Border Top color for the above div is #cc1e47

HTML with inline CSS

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

#cc1e47 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc1e47 Color code Preview on White Background

This is how #cc1e47 Color code will look on white background color. Color contrast ratio is 5.46

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

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(204,30,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,204,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,30,71,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.