Skip to main content Skip to docs navigation

#c51144 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 Jalapeño Red and its hex is #C01141 Nearest Color Name

Color Hue/Base color: Red

Hex #c51144 Color code in RGB color code model is created after adding 77.25% red color, 6.67% green color and 26.67% blue color. Hex #c51144 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 65% yellow and 22.75% black.

Hex #c51144 color code is between #cc0033 web safe hex color code and #bb0055 web safe hex color code. #cc0033 is the nearest web safe color code. You can see here many more shades of #c51144 color code.

RGB Chart

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

Color Table

Hex Color Code c51144 #c51144
RGB Decimal 197, 17, 68 197, 17, 68
RGB Percent 77%, 7%, 27% rgb(77%, 7%, 27%)
CSS RGBa 197, 17, 68,1 rgba(197,17,68,1)
CMYK Model cmyk(0%,91%,65%,22.75%)
HSL Color Space 343,84% ,42% hsl(343,84% ,42%)
HSV Color Space 343°, 91%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00010001 01000100
Octal 305 21 104
Decimal 197 17 68
Hex c5 11 44

Different shades of #c51144 color code.

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

Darkest of #c51144
#380513
Darker of #c51144
#670924
Dark of #c51144
#960d34
Base of #c51144
#c51144
Light of #c51144
#ec1d58
Lighter
#f04c7b
Lightest
#f47b9d

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

#c51144
#11c592

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

Split Complementary

#c51144
#11c538
#119ec5

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

Analogous Color

#c511ad
#c5118f
#c51144
#c51a11
#c56511

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

#c51144
#1144c5
#44c511

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

#c51144
#44c511
#11c592
#9211c5

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

#c51144
#9ec511
#11c592
#3811c5

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

#090103
#380513
#670924
#960d34
#c51144
#ec1d58
#f04c7b
#f47b9d
#f8aac0

Tints of #c51144 Color

#c51144
#cb2b58
#d1456d
#d86082
#de7a97
#e595ab
#ebafc0
#f2cad5
#f8e4ea
#ffffff

Shades of #c51144 color code

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

#c51144
#af0f3c
#990d34
#830b2d
#6d0925
#57071e
#410516
#2b030f
#150107
#000000

Tones

#c51144
#b0264d
#9a3c57
#855160
#6f6769

Tones

Similar Color like #c51144 color

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

#c61245
#c71346
#c81447
#c91548
#ca1649
#cb174a
#cc184b
#cd194c
#ce1a4d
#cf1b4e
#d01c4f
#d11d50
#d21e51
#d31f52
#c41043
#c30f42
#c20e41
#c10d40
#c00c3f
#bf0b3e
#be0a3d
#bd093c
#bc083b
#bb073a
#ba0639
#b90538
#b80437
#b70336

Download this Dark Red

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

#c51144 Color Code Preview on Black Background Color

This is how #c51144 Color will look on black background color. Color contrast ratio is 3.54

#c51144 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c51144

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c51144

#c51144 color code is use for CSS Background Color

Background color for the above div is #c51144

HTML with inline CSS

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

#c51144 color code is use for CSS Border Color

CSS Border color for the above div is #c51144

HTML with inline CSS

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

CSS Border Left color for the above div is #c51144

HTML with inline CSS

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

CSS Border Right color for the above div is #c51144

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c51144

HTML with inline CSS

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

CSS Border Top color for the above div is #c51144

HTML with inline CSS

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

#c51144 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c51144 Color code Preview on White Background

This is how #c51144 Color code will look on white background color. Color contrast ratio is 5.94

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

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