Skip to main content Skip to docs navigation

#b21561 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 Pantone 215 C and its hex is #AC145A Nearest Color Name

Color Hue/Base color: Red

Hex #b21561 Color code in RGB color code model is created after adding 69.8% red color, 8.24% green color and 38.04% blue color. Hex #b21561 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 46% yellow and 30.2% black.

Hex #b21561 color code is between #aa1166 web safe hex color code and #bb2255 web safe hex color code. #aa1166 is the nearest web safe color code. You can see here many more shades of #b21561 color code.

RGB Chart

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

Color Table

Hex Color Code b21561 #b21561
RGB Decimal 178, 21, 97 178, 21, 97
RGB Percent 70%, 8%, 38% rgb(70%, 8%, 38%)
CSS RGBa 178, 21, 97,1 rgba(178,21,97,1)
CMYK Model cmyk(0%,88%,46%,30.2%)
HSL Color Space 331,79% ,39% hsl(331,79% ,39%)
HSV Color Space 331°, 88%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110010 00010101 01100001
Octal 262 25 141
Decimal 178 21 97
Hex b2 15 61

Different shades of #b21561 color code.

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

Darkest of #b21561
#290516
Darker of #b21561
#570a2f
Dark of #b21561
#841048
Base of #b21561
#b21561
Light of #b21561
#e01a7a
Lighter
#e94494
Lightest
#ee72ae

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

#b21561
#15b266

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

Split Complementary

#b21561
#15b218
#15afb2

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

Analogous Color

#a715b2
#b215a2
#b21561
#b2152d
#b23f15

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

#b21561
#1561b2
#61b215

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

#b21561
#61b215
#15b266
#6615b2

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

#b21561
#afb215
#15b266
#1815b2

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

#000000
#290516
#570a2f
#841048
#b21561
#e01a7a
#e94494
#ee72ae
#f49fc8

Tints of #b21561 Color

#b21561
#ba2f72
#c34984
#cb6395
#d47da7
#dc97b8
#e5b1ca
#edcbdb
#f6e5ed
#ffffff

Shades of #b21561 color code

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

#b21561
#9e1256
#8a104b
#760e40
#620b35
#4f092b
#3b0720
#270415
#13020a
#000000

Tones

#b21561
#9e2962
#8a3d62
#765163
#646464

Tones

Similar Color like #b21561 color

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

#b31662
#b41763
#b51864
#b61965
#b71a66
#b81b67
#b91c68
#ba1d69
#bb1e6a
#bc1f6b
#bd206c
#be216d
#bf226e
#c0236f
#b11460
#b0135f
#af125e
#ae115d
#ad105c
#ac0f5b
#ab0e5a
#aa0d59
#a90c58
#a80b57
#a70a56
#a60955
#a50854
#a40753

Download this Dark Red

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

#b21561 Color Code Preview on Black Background Color

This is how #b21561 Color will look on black background color. Color contrast ratio is 3.17

#b21561 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b21561

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b21561

#b21561 color code is use for CSS Background Color

Background color for the above div is #b21561

HTML with inline CSS

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

#b21561 color code is use for CSS Border Color

CSS Border color for the above div is #b21561

HTML with inline CSS

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

CSS Border Left color for the above div is #b21561

HTML with inline CSS

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

CSS Border Right color for the above div is #b21561

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b21561

HTML with inline CSS

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

CSS Border Top color for the above div is #b21561

HTML with inline CSS

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

#b21561 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b21561 Color code Preview on White Background

This is how #b21561 Color code will look on white background color. Color contrast ratio is 6.62

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

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(178,21,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,178,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,21,97,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }