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

#c8474b hex color - Red - Warm color - Information

#c8474b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c8474b Color code in RGB color code model is created after adding 78.43% red color, 27.84% green color and 29.41% blue color. Hex #c8474b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 63% yellow and 21.57% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec8474b#c8474b
RGB Decimal200, 71, 75rgb(200, 71, 75)
RGB Percent78%, 28%, 29%rgb(78%, 28%, 29%)
CSS RGBa200, 71, 75,1rgba(200,71,75,1)
CMYK Modelcmyk(0%,65%,63%,21.57%)
HSL Color Space358,54% ,53%hsl(358,54% ,53%)
HSV Color Space358°, 65%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010000100011101001011
Octal310107113
Decimal2007175
Hexc8474b

Different shades of #c8474b color code.

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

Light Shade of #c8474b
#d46e71
Dark Shade of #c8474b
#a93336
Saturated Shade of #c8474b
#d43b40
Desaturated Shade of #c8474b
#bc5356
Grey scale Shade of #c8474b
#878787
Brighten Shade
#e16064
Most Readable Shade
#FFFFFF

Shades of #c8474b color code

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

#c8474b
#b13f42
#9b373a
#852f32
#6f2729
#581f21
#421719
#2c0f10
#160708
#000000

Similar Color like #c8474b color

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

#c9484c
#ca494d
#cb4a4e
#cc4b4f
#cd4c50
#ce4d51
#cf4e52
#d04f53
#d15054
#d25155
#d35256
#d45357
#d55458
#d65559
#c7464a
#c64549
#c54448
#c44347
#c34246
#c24145
#c14044
#c03f43
#bf3e42
#be3d41
#bd3c40
#bc3b3f
#bb3a3e
#ba393d

Monochromatic Color with #c8474b

#c8474b
#f2565b
#1e0b0b
#481a1b
#73292b
#9d383b

Tints of #c8474b Color

#c8474b
#ce5b5f
#d46f73
#da8487
#e0989b
#e6adaf
#ecc1c3
#f2d6d7
#f8eaeb
#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

#c8474b
#47c8c4

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

Split Complementary

#c8474b
#47c884
#478cc8

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

Analogous Color

#c8477f
#c84765
#c8474b
#c85d47
#c87747

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

#c8474b
#4bc847
#474bc8

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

#c8474b
#8bc847
#47c8c4
#8347c8

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

#c8474b
#47c8c4
#478cc8
#c88347

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

#c8474b Color Code Preview on Black Background Color

This is how #c8474b Color will look on black background color. Color contrast ratio is 4.46

#c8474b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8474b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8474b

#c8474b color code is use for CSS Background Color

Background color for the above div is #c8474b

HTML with inline CSS

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

#c8474b color code is use for CSS Border Color

CSS Border color for the above div is #c8474b

HTML with inline CSS

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

CSS Border Left color for the above div is #c8474b

HTML with inline CSS

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

CSS Border Right color for the above div is #c8474b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8474b

HTML with inline CSS

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

CSS Border Top color for the above div is #c8474b

HTML with inline CSS

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

#c8474b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8474b Color code Preview on White Background

This is how #c8474b Color code will look on white background color. Color contrast ratio is 4.71

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

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(200,71,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,200,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,71,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.