Skip to main content Skip to docs navigation

#CF524E hex color | Ginger Flower | Download Dark Red BG image | Information

Color Picker

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

Color Info

Color Hue/Base color: Red

Hex #CF524E Color Code is also known as | Ginger Flower color.

Hex #CF524E Color code in RGB color code model is created after adding 81.18% red color, 32.16% green color and 30.59% blue color. Hex #CF524E Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 62% yellow and 18.82% black.

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

RGB Chart

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

Color Table

Hex Color Code CF524E #CF524E
RGB Decimal 207, 82, 78 207, 82, 78
RGB Percent 81%, 32%, 31% rgb(81%, 32%, 31%)
CSS RGBa 207, 82, 78,1 rgba(207,82,78,1)
CMYK Model cmyk(0%,60%,62%,18.82%)
HSL Color Space 2,57% ,56% hsl(2,57% ,56%)
HSV Color Space 2°, 62%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001111 01010010 01001110
Octal 317 122 116
Decimal 207 82 78
Hex CF 52 4E

Different shades of #CF524E color code.

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

Darkest of #CF524E
#681f1c
Darker of #CF524E
#902a27
Dark of #CF524E
#b83632
Base of #CF524E
#cf524e
Light of #CF524E
#da7976
Lighter
#e5a09e
Lightest
#f0c8c6

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

#cf524e
#4ecbcf

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

Split Complementary

#CF524E
#4ecf92
#4e8acf

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

Analogous Color

#cf4e95
#cf4e80
#cf524e
#cf7d4e
#cfb34e

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

#CF524E
#524ecf
#4ecf52

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

#CF524E
#4ecf52
#4ecbcf
#cf4ecb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#CF524E
#8acf4e
#4ecbcf
#924ecf

Square 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).

Monochromatic Color with #CF524E

#401311
#681f1c
#902a27
#b83632
#cf524e
#da7976
#e5a09e
#f0c8c6
#fbefee

Tints of #CF524E Color

#cf524e
#d46561
#d97875
#df8b89
#e49e9c
#e9b2b0
#efc5c4
#f4d8d7
#f9ebeb
#ffffff

Shades of #CF524E color code

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

#cf524e
#b84845
#a13f3c
#8a3634
#732d2b
#5c2422
#451b1a
#2e1211
#170908
#000000

Tones

#cf524e
#b86764
#a27c7b
#8e8e8e
#8e8e8e

Tones

Similar Color like #CF524E color

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

#d0534f
#d15450
#d25551
#d35652
#d45753
#d55854
#d65955
#d75a56
#d85b57
#d95c58
#da5d59
#db5e5a
#dc5f5b
#dd605c
#ce514d
#cd504c
#cc4f4b
#cb4e4a
#ca4d49
#c94c48
#c84b47
#c74a46
#c64945
#c54844
#c44743
#c34642
#c24541
#c14440

Download this Dark Red

Hex #CF524E 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.

#CF524E Color Code Preview on Black Background Color

This is how #CF524E Color will look on black background color. Color contrast ratio is 4.97

#CF524E in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #CF524E

HTML with inline CSS

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

Your Example Paragraph content text in with font color #CF524E

#CF524E color code is use for CSS Background Color

Background color for the above div is #CF524E

HTML with inline CSS

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

#CF524E color code is use for CSS Border Color

CSS Border color for the above div is #CF524E

HTML with inline CSS

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

CSS Border Left color for the above div is #CF524E

HTML with inline CSS

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

CSS Border Right color for the above div is #CF524E

HTML with inline CSS

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

CSS Border Bottom color for the above div is #CF524E

HTML with inline CSS

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

CSS Border Top color for the above div is #CF524E

HTML with inline CSS

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

#CF524E hex Color code used as CSS color Codes

Example CSS Class for usage

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

#CF524E Color code Preview on White Background

This is how #CF524E Color code will look on white background color. Color contrast ratio is 4.23

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(207,82,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(78,203,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,82,78,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }