Skip to main content Skip to docs navigation

#c51549 hex color | 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

Woow we have a nearby visually matching color name available. It's name is California Sunset and its hex is #CA1850 Nearest Color Name

Color Hue/Base color: Red

Hex #c51549 Color code in RGB color code model is created after adding 77.25% red color, 8.24% green color and 28.63% blue color. Hex #c51549 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 63% yellow and 22.75% black.

Hex #c51549 color code is between #cc1144 web safe hex color code and #bb2255 web safe hex color code. #cc1144 is the nearest web safe color code. You can see here many more shades of #c51549 color code.

RGB Chart

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

Color Table

Hex Color Code c51549 #c51549
RGB Decimal 197, 21, 73 197, 21, 73
RGB Percent 77%, 8%, 29% rgb(77%, 8%, 29%)
CSS RGBa 197, 21, 73,1 rgba(197,21,73,1)
CMYK Model cmyk(0%,89%,63%,22.75%)
HSL Color Space 342,81% ,43% hsl(342,81% ,43%)
HSV Color Space 342°, 89%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00010101 01001001
Octal 305 25 111
Decimal 197 21 73
Hex c5 15 49

Different shades of #c51549 color code.

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

Darkest of #c51549
#3b0616
Darker of #c51549
#690b27
Dark of #c51549
#971038
Base of #c51549
#c51549
Light of #c51549
#e8255f
Lighter
#ed5381
Lightest
#f281a3

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

#c51549
#15c591

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

Split Complementary

#c51549
#15c539
#15a1c5

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

Analogous Color

#c515b0
#c51592
#c51549
#c51c15
#c56515

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

#c51549
#1549c5
#49c515

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

#c51549
#49c515
#15c591
#9115c5

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

#c51549
#a1c515
#15c591
#3915c5

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 #c51549

#0d0105
#3b0616
#690b27
#971038
#c51549
#e8255f
#ed5381
#f281a3
#f7b0c4

Tints of #c51549 Color

#c51549
#cb2f5d
#d14971
#d86385
#de7d99
#e597ae
#ebb1c2
#f2cbd6
#f8e5ea
#ffffff

Shades of #c51549 color code

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

#c51549
#af1240
#991038
#830e30
#6d0b28
#570920
#410718
#2b0410
#150208
#000000

Tones

#c51549
#af2b52
#99415b
#845664
#6e6c6d

Tones

Similar Color like #c51549 color

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

#c6164a
#c7174b
#c8184c
#c9194d
#ca1a4e
#cb1b4f
#cc1c50
#cd1d51
#ce1e52
#cf1f53
#d02054
#d12155
#d22256
#d32357
#c41448
#c31347
#c21246
#c11145
#c01044
#bf0f43
#be0e42
#bd0d41
#bc0c40
#bb0b3f
#ba0a3e
#b9093d
#b8083c
#b7073b

Download this Dark Red

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

#c51549 Color Code Preview on Black Background Color

This is how #c51549 Color will look on black background color. Color contrast ratio is 3.58

#c51549 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c51549

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c51549

#c51549 color code is use for CSS Background Color

Background color for the above div is #c51549

HTML with inline CSS

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

#c51549 color code is use for CSS Border Color

CSS Border color for the above div is #c51549

HTML with inline CSS

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

CSS Border Left color for the above div is #c51549

HTML with inline CSS

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

CSS Border Right color for the above div is #c51549

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c51549

HTML with inline CSS

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

CSS Border Top color for the above div is #c51549

HTML with inline CSS

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

#c51549 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c51549 Color code Preview on White Background

This is how #c51549 Color code will look on white background color. Color contrast ratio is 5.87

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

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(197,21,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,197,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,21,73,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }