Skip to main content Skip to docs navigation

#bd421f 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 Shēn Chéng Orange and its hex is #C03F20 Nearest Color Name

Color Hue/Base color: Red

Hex #bd421f Color code in RGB color code model is created after adding 74.12% red color, 25.88% green color and 12.16% blue color. Hex #bd421f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 84% yellow and 25.88% black.

Hex #bd421f color code is between #bb4422 web safe hex color code and #cc3311 web safe hex color code. #bb4422 is the nearest web safe color code. You can see here many more shades of #bd421f color code.

RGB Chart

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

Color Table

Hex Color Code bd421f #bd421f
RGB Decimal 189, 66, 31 189, 66, 31
RGB Percent 74%, 26%, 12% rgb(74%, 26%, 12%)
CSS RGBa 189, 66, 31,1 rgba(189,66,31,1)
CMYK Model cmyk(0%,65%,84%,25.88%)
HSL Color Space 13,72% ,43% hsl(13,72% ,43%)
HSV Color Space 13°, 84%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 01000010 00011111
Octal 275 102 37
Decimal 189 66 31
Hex bd 42 1f

Different shades of #bd421f color code.

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

Darkest of #bd421f
#3a1409
Darker of #bd421f
#652311
Dark of #bd421f
#913318
Base of #bd421f
#bd421f
Light of #bd421f
#dd5832
Lighter
#e57b5e
Lightest
#ec9f89

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

#bd421f
#1f9abd

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

Split Complementary

#bd421f
#1fbd91
#1f4bbd

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

Analogous Color

#bd1f58
#bd1f3e
#bd421f
#bd771f
#bdb91f

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

#bd421f
#421fbd
#1fbd42

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

#bd421f
#1fbd42
#1f9abd
#bd1f9a

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

#bd421f
#4bbd1f
#1f9abd
#911fbd

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

#0e0502
#3a1409
#652311
#913318
#bd421f
#dd5832
#e57b5e
#ec9f89
#f3c3b5

Tints of #bd421f Color

#bd421f
#c45737
#cb6c50
#d38169
#da9682
#e1ab9b
#e9c0b4
#f0d5cd
#f7eae6
#ffffff

Shades of #bd421f color code

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

#bd421f
#a83a1b
#933318
#7e2c14
#692411
#541d0d
#3f160a
#2a0e06
#150703
#000000

Tones

#bd421f
#a74e35
#915b4b
#7b6761
#6e6e6e

Tones

Similar Color like #bd421f color

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

#be4320
#bf4421
#c04522
#c14623
#c24724
#c34825
#c44926
#c54a27
#c64b28
#c74c29
#c84d2a
#c94e2b
#ca4f2c
#cb502d
#bc411e
#bb401d
#ba3f1c
#b93e1b
#b83d1a
#b73c19
#b63b18
#b53a17
#b43916
#b33815
#b23714
#b13613
#b03512
#af3411

Download this Dark Red

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

#bd421f Color Code Preview on Black Background Color

This is how #bd421f Color will look on black background color. Color contrast ratio is 3.96

#bd421f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd421f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd421f

#bd421f color code is use for CSS Background Color

Background color for the above div is #bd421f

HTML with inline CSS

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

#bd421f color code is use for CSS Border Color

CSS Border color for the above div is #bd421f

HTML with inline CSS

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

CSS Border Left color for the above div is #bd421f

HTML with inline CSS

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

CSS Border Right color for the above div is #bd421f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd421f

HTML with inline CSS

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

CSS Border Top color for the above div is #bd421f

HTML with inline CSS

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

#bd421f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd421f Color code Preview on White Background

This is how #bd421f Color code will look on white background color. Color contrast ratio is 5.30

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

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