crispedge.com

Color picker

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

#421e31 hex color - Red - Warm color - Information

#421e31 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #421e31 Color code in RGB color code model is created after adding 25.88% red color, 11.76% green color and 19.22% blue color. Hex #421e31 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 26% yellow and 74% black.

Hex #421e31 color code is between #442233 web safe hex color code and #331122 web safe hex color code. #442233 is the nearest web safe color code. You can see here many more shades of #421e31 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code421e31#421e31
RGB Decimal66, 30, 49rgb(66, 30, 49)
RGB Percent26%, 12%, 19%rgb(26%, 12%, 19%)
CSS RGBa66, 30, 49,1rgba(66,30,49,1)
CMYK Modelcmyk(0%,55%,26%,74%)
HSL Color Space328,38% ,19%hsl(328,38% ,19%)
HSV Color Space328°, 55%, 26%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010000100001111000110001
Octal1023661
Decimal663049
Hex421e31

Different shades of #421e31 color code.

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

Light Shade of #421e31
#652e4b
Dark Shade of #421e31
#1f0e17
Saturated Shade of #421e31
#471931
Desaturated Shade of #421e31
#3d2331
Grey scale Shade of #421e31
#303030
Brighten Shade
#5b374a
Most Readable Shade
#FFFFFF

Shades of #421e31 color code

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

#421e31
#3a1a2b
#331726
#2c1420
#24101b
#1d0d15
#160a10
#0e060a
#070305
#000000

Similar Color like #421e31 color

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

#431f32
#442033
#452134
#462235
#472336
#482437
#492538
#4a2639
#4b273a
#4c283b
#4d293c
#4e2a3d
#4f2b3e
#502c3f
#411d30
#401c2f
#3f1b2e
#3e1a2d
#3d192c
#3c182b
#3b172a
#3a1629
#391528
#381427
#371326
#361225
#351124
#341023

Monochromatic Color with #421e31

#421e31
#6c3151
#974570
#c15890
#ec6baf
#170b11

Tints of #421e31 Color

#421e31
#573747
#6c505e
#816975
#96828c
#ab9ba3
#c0b4ba
#d5cdd1
#eae6e8
#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

#421e31
#1e422f

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

Split Complementary

#421e31
#1f421e
#1e4241

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

Analogous Color

#421e3f
#421e38
#421e31
#421e2a
#421e23

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

#421e31
#31421e
#1e3142

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

#421e31
#42411e
#1e422f
#1e1f42

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

#421e31
#1e422f
#1e4241
#421e1f

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 #421e31 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.

#421e31 Color Code Preview on Black Background Color

This is how #421e31 Color will look on black background color. Color contrast ratio is 1.46

#421e31 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #421e31

HTML with inline CSS

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

Your Example Paragraph content text in with font color #421e31

#421e31 color code is use for CSS Background Color

Background color for the above div is #421e31

HTML with inline CSS

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

#421e31 color code is use for CSS Border Color

CSS Border color for the above div is #421e31

HTML with inline CSS

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

CSS Border Left color for the above div is #421e31

HTML with inline CSS

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

CSS Border Right color for the above div is #421e31

HTML with inline CSS

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

CSS Border Bottom color for the above div is #421e31

HTML with inline CSS

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

CSS Border Top color for the above div is #421e31

HTML with inline CSS

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

#421e31 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#421e31 Color code Preview on White Background

This is how #421e31 Color code will look on white background color. Color contrast ratio is 14.37

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

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.