crispedge.com

Color picker

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

#cc4e50 hex color - Red - Warm color - Information

#cc4e50 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc4e50 Color code in RGB color code model is created after adding 80% red color, 30.59% green color and 31.37% blue color. Hex #cc4e50 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 61% yellow and 20% black.

Hex #cc4e50 color code is between #bb5555 web safe hex color code and #dd4444 web safe hex color code. #bb5555 is the nearest web safe color code. You can see here many more shades of #cc4e50 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc4e50#cc4e50
RGB Decimal204, 78, 80rgb(204, 78, 80)
RGB Percent80%, 31%, 31%rgb(80%, 31%, 31%)
CSS RGBa204, 78, 80,1rgba(204,78,80,1)
CMYK Modelcmyk(0%,62%,61%,20%)
HSL Color Space359,55% ,55%hsl(359,55% ,55%)
HSV Color Space359°, 62%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000100111001010000
Octal314116120
Decimal2047880
Hexcc4e50

Different shades of #cc4e50 color code.

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

Light Shade of #cc4e50
#d77677
Dark Shade of #cc4e50
#b33436
Saturated Shade of #cc4e50
#d74345
Desaturated Shade of #cc4e50
#c1595b
Grey scale Shade of #cc4e50
#8d8d8d
Brighten Shade
#e56769
Most Readable Shade
#FFFFFF

Shades of #cc4e50 color code

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

#cc4e50
#b54547
#9e3c3e
#883435
#712b2c
#5a2223
#441a1a
#2d1111
#160808
#000000

Similar Color like #cc4e50 color

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

#cd4f51
#ce5052
#cf5153
#d05254
#d15355
#d25456
#d35557
#d45658
#d55759
#d6585a
#d7595b
#d85a5c
#d95b5d
#da5c5e
#cb4d4f
#ca4c4e
#c94b4d
#c84a4c
#c7494b
#c6484a
#c54749
#c44648
#c34547
#c24446
#c14345
#c04244
#bf4143
#be4042

Monochromatic Color with #cc4e50

#cc4e50
#f65e61
#220d0d
#4c1d1e
#772d2f
#a13e3f

Tints of #cc4e50 Color

#cc4e50
#d16163
#d77576
#dd898a
#e29c9d
#e8b0b1
#eec4c4
#f3d7d8
#f9ebeb
#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

#cc4e50
#4eccca

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

Split Complementary

#cc4e50
#4ecc8b
#4e8fcc

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

Analogous Color

#cc4e82
#cc4e69
#cc4e50
#cc654e
#cc7e4e

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

#cc4e50
#50cc4e
#4e50cc

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

#cc4e50
#8fcc4e
#4eccca
#8b4ecc

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

#cc4e50
#4eccca
#4e8fcc
#cc8b4e

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

#cc4e50 Color Code Preview on Black Background Color

This is how #cc4e50 Color will look on black background color. Color contrast ratio is 4.77

#cc4e50 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc4e50

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc4e50

#cc4e50 color code is use for CSS Background Color

Background color for the above div is #cc4e50

HTML with inline CSS

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

#cc4e50 color code is use for CSS Border Color

CSS Border color for the above div is #cc4e50

HTML with inline CSS

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

CSS Border Left color for the above div is #cc4e50

HTML with inline CSS

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

CSS Border Right color for the above div is #cc4e50

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc4e50

HTML with inline CSS

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

CSS Border Top color for the above div is #cc4e50

HTML with inline CSS

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

#cc4e50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc4e50 Color code Preview on White Background

This is how #cc4e50 Color code will look on white background color. Color contrast ratio is 4.40

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

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.