crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b41d4f hex color - Red - Warm color - Information

#b41d4f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b41d4f Color code in RGB color code model is created after adding 70.59% red color, 11.37% green color and 30.98% blue color. Hex #b41d4f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 56% yellow and 29% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb41d4f#b41d4f
RGB Decimal180, 29, 79rgb(180, 29, 79)
RGB Percent71%, 11%, 31%rgb(71%, 11%, 31%)
CSS RGBa180, 29, 79,1rgba(180,29,79,1)
CMYK Modelcmyk(0%,84%,56%,29%)
HSL Color Space340,72% ,41%hsl(340,72% ,41%)
HSV Color Space340°, 84%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101000001110101001111
Octal26435117
Decimal1802979
Hexb41d4f

Different shades of #b41d4f color code.

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

Light Shade of #b41d4f
#dc2864
Dark Shade of #b41d4f
#88163c
Saturated Shade of #b41d4f
#be134b
Desaturated Shade of #b41d4f
#aa2753
Grey scale Shade of #b41d4f
#686868
Brighten Shade
#cd3668
Most Readable Shade
#FFFFFF

Shades of #b41d4f color code

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

#b41d4f
#a01946
#8c163d
#781334
#64102b
#500c23
#3c091a
#280611
#140308
#000000

Similar Color like #b41d4f color

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

#b51e50
#b61f51
#b72052
#b82153
#b92254
#ba2355
#bb2456
#bc2557
#bd2658
#be2759
#bf285a
#c0295b
#c12a5c
#c22b5d
#b31c4e
#b21b4d
#b11a4c
#b0194b
#af184a
#ae1749
#ad1648
#ac1547
#ab1446
#aa1345
#a91244
#a81143
#a71042
#a60f41

Monochromatic Color with #b41d4f

#b41d4f
#de2462
#0a0204
#340817
#5f0f2a
#89163c

Tints of #b41d4f Color

#b41d4f
#bc3662
#c44f76
#cd6889
#d5819d
#dd9ab0
#e6b3c4
#eeccd7
#f6e5eb
#ffffff

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

#b41d4f
#1db482

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

Split Complementary

#b41d4f
#1db437
#1d9bb4

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

Analogous Color

#b41d8b
#b41d6d
#b41d4f
#b41d31
#b4271d

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

#b41d4f
#4fb41d
#1d4fb4

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

#b41d4f
#9ab41d
#1db482
#371db4

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b41d4f
#1db482
#1d9bb4
#b4371d

Double Complementary 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).

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

#b41d4f Color Code Preview on Black Background Color

This is how #b41d4f Color will look on black background color. Color contrast ratio is 3.23

#b41d4f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b41d4f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b41d4f

#b41d4f color code is use for CSS Background Color

Background color for the above div is #b41d4f

HTML with inline CSS

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

#b41d4f color code is use for CSS Border Color

CSS Border color for the above div is #b41d4f

HTML with inline CSS

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

CSS Border Left color for the above div is #b41d4f

HTML with inline CSS

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

CSS Border Right color for the above div is #b41d4f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b41d4f

HTML with inline CSS

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

CSS Border Top color for the above div is #b41d4f

HTML with inline CSS

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

#b41d4f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b41d4f Color code Preview on White Background

This is how #b41d4f Color code will look on white background color. Color contrast ratio is 6.50

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.