Skip to main content Skip to docs navigation

#d51118 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 #d51118 Color code in RGB color code model is created after adding 83.53% red color, 6.67% green color and 9.41% blue color. Hex #d51118 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 89% yellow and 16.47% black.

Hex #d51118 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 #d51118 color code.

RGB Chart

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

Color Table

Hex Color Code d51118 #d51118
RGB Decimal 213, 17, 24 213, 17, 24
RGB Percent 84%, 7%, 9% rgb(84%, 7%, 9%)
CSS RGBa 213, 17, 24,1 rgba(213,17,24,1)
CMYK Model cmyk(0%,92%,89%,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 00011000
Octal 325 21 30
Decimal 213 17 24
Hex d5 11 18

Different shades of #d51118 color code.

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

Darkest of #d51118
#470608
Darker of #d51118
#77090d
Dark of #d51118
#a60d13
Base of #d51118
#d51118
Light of #d51118
#ee2b32
Lighter
#f25a60
Lightest
#f6898d

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

#d51118
#11d5ce

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

Split Complementary

#d51118
#11d56c
#117ad5

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

Analogous Color

#d5118a
#d5116a
#d51118
#d54b11
#d59d11

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

#d51118
#1118d5
#18d511

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

#d51118
#18d511
#11d5ce
#ce11d5

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

#d51118
#7ad511
#11d5ce
#6c11d5

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

#180203
#470608
#77090d
#a60d13
#d51118
#ee2b32
#f25a60
#f6898d
#f9b9bb

Tints of #d51118 Color

#d51118
#d92b31
#de454b
#e36065
#e77a7e
#ec9598
#f1afb2
#f5cacb
#fae4e5
#ffffff

Shades of #d51118 color code

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

#d51118
#bd0f15
#a50d12
#8e0b10
#76090d
#5e070a
#470508
#2f0305
#170102
#000000

Tones

#d51118
#be282d
#a73f43
#905658
#796d6d

Tones

Similar Color like #d51118 color

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

#d61219
#d7131a
#d8141b
#d9151c
#da161d
#db171e
#dc181f
#dd1920
#de1a21
#df1b22
#e01c23
#e11d24
#e21e25
#e31f26
#d41017
#d30f16
#d20e15
#d10d14
#d00c13
#cf0b12
#ce0a11
#cd0910
#cc080f
#cb070e
#ca060d
#c9050c
#c8040b
#c7030a

Download this Dark Red

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

#d51118 Color Code Preview on Black Background Color

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

#d51118 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d51118

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d51118

#d51118 color code is use for CSS Background Color

Background color for the above div is #d51118

HTML with inline CSS

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

#d51118 color code is use for CSS Border Color

CSS Border color for the above div is #d51118

HTML with inline CSS

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

CSS Border Left color for the above div is #d51118

HTML with inline CSS

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

CSS Border Right color for the above div is #d51118

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d51118

HTML with inline CSS

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

CSS Border Top color for the above div is #d51118

HTML with inline CSS

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

#d51118 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d51118 Color code Preview on White Background

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

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