crispedge.com

Color picker

Loading...

#cc555d hex color - Red - Warm color - Information

#cc555d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc555d Color code in RGB color code model is created after adding 80% red color, 33.33% green color and 36.47% blue color. Hex #cc555d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 54% yellow and 20% black.

Hex #cc555d color code is between #bb4455 web safe hex color code and #dd6666 web safe hex color code. #bb4455 is the nearest web safe color code. You can see here many more shades of #cc555d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc555d#cc555d
RGB Decimal204, 85, 93rgb(204, 85, 93)
RGB Percent80%, 33%, 36%rgb(80%, 33%, 36%)
CSS RGBa204, 85, 93,1rgba(204,85,93,1)
CMYK Modelcmyk(0%,58%,54%,20%)
HSL Color Space356,54% ,57%hsl(356,54% ,57%)
HSV Color Space356°, 58%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000101010101011101
Octal314125135
Decimal2048593
Hexcc555d

Different shades of #cc555d color code.

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

Light Shade of #cc555d
#d87c82
Dark Shade of #cc555d
#b73740
Saturated Shade of #cc555d
#d74a53
Desaturated Shade of #cc555d
#c16067
Grey scale Shade of #cc555d
#909090
Brighten Shade
#e56e76
Most Readable Shade
#FFFFFF

Shades of #cc555d color code

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

#cc555d
#b54b52
#9e4248
#88383e
#712f33
#5a2529
#441c1f
#2d1214
#16090a
#000000

Similar Color like #cc555d color

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

#cd565e
#ce575f
#cf5860
#d05961
#d15a62
#d25b63
#d35c64
#d45d65
#d55e66
#d65f67
#d76068
#d86169
#d9626a
#da636b
#cb545c
#ca535b
#c9525a
#c85159
#c75058
#c64f57
#c54e56
#c44d55
#c34c54
#c24b53
#c14a52
#c04951
#bf4850
#be474f

Monochromatic Color with #cc555d

#cc555d
#f66770
#220e0f
#4c2023
#773236
#a1434a

Tints of #cc555d Color

#cc555d
#d1676f
#d77a81
#dd8d93
#e2a0a5
#e8b3b7
#eec6c9
#f3d9db
#f9eced
#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

#cc555d
#55ccc4

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

Split Complementary

#cc555d
#55cc89
#5598cc

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

Analogous Color

#cc558d
#cc5575
#cc555d
#cc6555
#cc7d55

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

#cc555d
#5dcc55
#555dcc

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

#cc555d
#98cc55
#55ccc4
#8855cc

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

#cc555d
#55ccc4
#5598cc
#cc8955

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

#cc555d Color Code Preview on Black Background Color

This is how #cc555d Color will look on black background color. Color contrast ratio is 5.02

#cc555d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc555d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc555d

#cc555d color code is use for CSS Background Color

Background color for the above div is #cc555d

HTML with inline CSS

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

#cc555d color code is use for CSS Border Color

CSS Border color for the above div is #cc555d

HTML with inline CSS

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

CSS Border Left color for the above div is #cc555d

HTML with inline CSS

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

CSS Border Right color for the above div is #cc555d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc555d

HTML with inline CSS

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

CSS Border Top color for the above div is #cc555d

HTML with inline CSS

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

#cc555d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc555d Color code Preview on White Background

This is how #cc555d Color code will look on white background color. Color contrast ratio is 4.18

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

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,85,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,204,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,85,93,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.