Skip to main content Skip to docs navigation

#d51119 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 Lava and its hex is #CF1020 Nearest Color Name

Color Hue/Base color: Red

Hex #d51119 Color code in RGB color code model is created after adding 83.53% red color, 6.67% green color and 9.8% blue color. Hex #d51119 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 88% yellow and 16.47% black.

Hex #d51119 color code is between #dd0011 web safe hex color code and #cc0022 web safe hex color code. #dd0011 is the nearest web safe color code. You can see here many more shades of #d51119 color code.

RGB Chart

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

Color Table

Hex Color Code d51119 #d51119
RGB Decimal 213, 17, 25 213, 17, 25
RGB Percent 84%, 7%, 10% rgb(84%, 7%, 10%)
CSS RGBa 213, 17, 25,1 rgba(213,17,25,1)
CMYK Model cmyk(0%,92%,88%,16.47%)
HSL Color Space 358,85% ,45% hsl(358,85% ,45%)
HSV Color Space 358°, 92%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 00010001 00011001
Octal 325 21 31
Decimal 213 17 25
Hex d5 11 19

Different shades of #d51119 color code.

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

Darkest of #d51119
#470608
Darker of #d51119
#77090e
Dark of #d51119
#a60d13
Base of #d51119
#d51119
Light of #d51119
#ee2b33
Lighter
#f25a60
Lightest
#f6898e

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

#d51119
#11d5cd

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

Split Complementary

#d51119
#11d56b
#117bd5

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

Analogous Color

#d5118b
#d5116b
#d51119
#d54a11
#d59c11

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

#d51119
#1119d5
#19d511

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

#d51119
#19d511
#11d5cd
#cd11d5

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

#d51119
#7bd511
#11d5cd
#6b11d5

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

#180203
#470608
#77090e
#a60d13
#d51119
#ee2b33
#f25a60
#f6898e
#f9b9bb

Tints of #d51119 Color

#d51119
#d92b32
#de454c
#e36065
#e77a7f
#ec9598
#f1afb2
#f5cacb
#fae4e5
#ffffff

Shades of #d51119 color code

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

#d51119
#bd0f16
#a50d13
#8e0b10
#76090d
#5e070b
#470508
#2f0305
#170102
#000000

Tones

#d51119
#be282e
#a73f43
#905658
#796d6d

Tones

Similar Color like #d51119 color

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

#d6121a
#d7131b
#d8141c
#d9151d
#da161e
#db171f
#dc1820
#dd1921
#de1a22
#df1b23
#e01c24
#e11d25
#e21e26
#e31f27
#d41018
#d30f17
#d20e16
#d10d15
#d00c14
#cf0b13
#ce0a12
#cd0911
#cc0810
#cb070f
#ca060e
#c9050d
#c8040c
#c7030b

Download this Dark Red

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

#d51119 Color Code Preview on Black Background Color

This is how #d51119 Color will look on black background color. Color contrast ratio is 3.92

#d51119 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d51119

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d51119

#d51119 color code is use for CSS Background Color

Background color for the above div is #d51119

HTML with inline CSS

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

#d51119 color code is use for CSS Border Color

CSS Border color for the above div is #d51119

HTML with inline CSS

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

CSS Border Left color for the above div is #d51119

HTML with inline CSS

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

CSS Border Right color for the above div is #d51119

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d51119

HTML with inline CSS

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

CSS Border Top color for the above div is #d51119

HTML with inline CSS

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

#d51119 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d51119 Color code Preview on White Background

This is how #d51119 Color code will look on white background color. Color contrast ratio is 5.35

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

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