crispedge.com

Color picker

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

#a41f5d hex color - Red - Warm color - Information

#a41f5d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a41f5d Color code in RGB color code model is created after adding 64.31% red color, 12.16% green color and 36.47% blue color. Hex #a41f5d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 43% yellow and 36% black.

Hex #a41f5d color code is between #aa2255 web safe hex color code and #991166 web safe hex color code. #aa2255 is the nearest web safe color code. You can see here many more shades of #a41f5d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea41f5d#a41f5d
RGB Decimal164, 31, 93rgb(164, 31, 93)
RGB Percent64%, 12%, 36%rgb(64%, 12%, 36%)
CSS RGBa164, 31, 93,1rgba(164,31,93,1)
CMYK Modelcmyk(0%,81%,43%,36%)
HSL Color Space332,68% ,38%hsl(332,68% ,38%)
HSV Color Space332°, 81%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000001111101011101
Octal24437135
Decimal1643193
Hexa41f5d

Different shades of #a41f5d color code.

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

Light Shade of #a41f5d
#cf2775
Dark Shade of #a41f5d
#791745
Saturated Shade of #a41f5d
#ae155c
Desaturated Shade of #a41f5d
#9a295e
Grey scale Shade of #a41f5d
#616161
Brighten Shade
#bd3876
Most Readable Shade
#FFFFFF

Shades of #a41f5d color code

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

#a41f5d
#911b52
#7f1848
#6d143e
#5b1133
#480d29
#360a1f
#240614
#12030a
#000000

Similar Color like #a41f5d color

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

#a5205e
#a6215f
#a72260
#a82361
#a92462
#aa2563
#ab2664
#ac2765
#ad2866
#ae2967
#af2a68
#b02b69
#b12c6a
#b22d6b
#a31e5c
#a21d5b
#a11c5a
#a01b59
#9f1a58
#9e1957
#9d1856
#9c1755
#9b1654
#9a1553
#991452
#981351
#971250
#96114f

Monochromatic Color with #a41f5d

#a41f5d
#ce2775
#f92f8d
#240715
#4f0f2d
#791745

Tints of #a41f5d Color

#a41f5d
#ae376f
#b85081
#c26993
#cc82a5
#d69bb7
#e0b4c9
#eacddb
#f4e6ed
#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

#a41f5d
#1fa466

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

Split Complementary

#a41f5d
#1fa424
#1f9fa4

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

Analogous Color

#a41f92
#a41f78
#a41f5d
#a41f42
#a41f28

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

#a41f5d
#5da41f
#1f5da4

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

#a41f5d
#9fa41f
#1fa466
#231fa4

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

#a41f5d
#1fa466
#1f9fa4
#a4241f

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 #a41f5d 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.

#a41f5d Color Code Preview on Black Background Color

This is how #a41f5d Color will look on black background color. Color contrast ratio is 2.93

#a41f5d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a41f5d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a41f5d

#a41f5d color code is use for CSS Background Color

Background color for the above div is #a41f5d

HTML with inline CSS

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

#a41f5d color code is use for CSS Border Color

CSS Border color for the above div is #a41f5d

HTML with inline CSS

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

CSS Border Left color for the above div is #a41f5d

HTML with inline CSS

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

CSS Border Right color for the above div is #a41f5d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a41f5d

HTML with inline CSS

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

CSS Border Top color for the above div is #a41f5d

HTML with inline CSS

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

#a41f5d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a41f5d Color code Preview on White Background

This is how #a41f5d Color code will look on white background color. Color contrast ratio is 7.16

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

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.