Skip to main content Skip to docs navigation

#bd2117 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 Heartwarming and its hex is #BF1818 Nearest Color Name

Color Hue/Base color: Red

Hex #bd2117 Color code in RGB color code model is created after adding 74.12% red color, 12.94% green color and 9.02% blue color. Hex #bd2117 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 88% yellow and 25.88% black.

Hex #bd2117 color code is between #bb2211 web safe hex color code and #cc1122 web safe hex color code. #bb2211 is the nearest web safe color code. You can see here many more shades of #bd2117 color code.

RGB Chart

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

Color Table

Hex Color Code bd2117 #bd2117
RGB Decimal 189, 33, 23 189, 33, 23
RGB Percent 74%, 13%, 9% rgb(74%, 13%, 9%)
CSS RGBa 189, 33, 23,1 rgba(189,33,23,1)
CMYK Model cmyk(0%,83%,88%,25.88%)
HSL Color Space 4,78% ,42% hsl(4,78% ,42%)
HSV Color Space 4°, 88%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 00100001 00010111
Octal 275 41 27
Decimal 189 33 23
Hex bd 21 17

Different shades of #bd2117 color code.

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

Darkest of #bd2117
#350906
Darker of #bd2117
#62110c
Dark of #bd2117
#901911
Base of #bd2117
#bd2117
Light of #bd2117
#e42e23
Lighter
#ea5a50
Lightest
#ef857e

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

#bd2117
#17b3bd

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

Split Complementary

#bd2117
#17bd74
#1760bd

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

Analogous Color

#bd176e
#bd1752
#bd2117
#bd5817
#bd9d17

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

#bd2117
#2117bd
#17bd21

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

#bd2117
#17bd21
#17b3bd
#bd17b3

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

#bd2117
#60bd17
#17b3bd
#7417bd

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

#070101
#350906
#62110c
#901911
#bd2117
#e42e23
#ea5a50
#ef857e
#f5b0ab

Tints of #bd2117 Color

#bd2117
#c43930
#cb524a
#d36b64
#da837e
#e19c97
#e9b5b1
#f0cdcb
#f7e6e5
#ffffff

Shades of #bd2117 color code

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

#bd2117
#a81d14
#931911
#7e160f
#69120c
#540e0a
#3f0b07
#2a0705
#150302
#000000

Tones

#bd2117
#a8342c
#934641
#7d5957
#6a6a6a

Tones

Similar Color like #bd2117 color

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

#be2218
#bf2319
#c0241a
#c1251b
#c2261c
#c3271d
#c4281e
#c5291f
#c62a20
#c72b21
#c82c22
#c92d23
#ca2e24
#cb2f25
#bc2016
#bb1f15
#ba1e14
#b91d13
#b81c12
#b71b11
#b61a10
#b5190f
#b4180e
#b3170d
#b2160c
#b1150b
#b0140a
#af1309

Download this Dark Red

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

#bd2117 Color Code Preview on Black Background Color

This is how #bd2117 Color will look on black background color. Color contrast ratio is 3.39

#bd2117 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd2117

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd2117

#bd2117 color code is use for CSS Background Color

Background color for the above div is #bd2117

HTML with inline CSS

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

#bd2117 color code is use for CSS Border Color

CSS Border color for the above div is #bd2117

HTML with inline CSS

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

CSS Border Left color for the above div is #bd2117

HTML with inline CSS

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

CSS Border Right color for the above div is #bd2117

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd2117

HTML with inline CSS

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

CSS Border Top color for the above div is #bd2117

HTML with inline CSS

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

#bd2117 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd2117 Color code Preview on White Background

This is how #bd2117 Color code will look on white background color. Color contrast ratio is 6.19

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

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(189,33,23,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,179,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,33,23,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }