crispedge.com

Color picker

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

#c24f5e hex color - Brown - Warm color - Information

#c24f5e hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #c24f5e Color code in RGB color code model is created after adding 76.08% red color, 30.98% green color and 36.86% blue color. Hex #c24f5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 52% yellow and 24% black.

Hex #c24f5e color code is between #bb5566 web safe hex color code and #cc4455 web safe hex color code. #bb5566 is the nearest web safe color code. You can see here many more shades of #c24f5e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec24f5e#c24f5e
RGB Decimal194, 79, 94rgb(194, 79, 94)
RGB Percent76%, 31%, 37%rgb(76%, 31%, 37%)
CSS RGBa194, 79, 94,1rgba(194,79,94,1)
CMYK Modelcmyk(0%,59%,52%,24%)
HSL Color Space352,49% ,54%hsl(352,49% ,54%)
HSV Color Space352°, 59%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000100100111101011110
Octal302117136
Decimal1947994
Hexc24f5e

Different shades of #c24f5e color code.

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

Light Shade of #c24f5e
#cf7581
Dark Shade of #c24f5e
#a53947
Saturated Shade of #c24f5e
#ce4355
Desaturated Shade of #c24f5e
#b65b67
Grey scale Shade of #c24f5e
#888888
Brighten Shade
#db6877
Most Readable Shade
#FFFFFF

Shades of #c24f5e color code

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

#c24f5e
#ac4653
#963d49
#81343e
#6b2b34
#562329
#401a1f
#2b1114
#15080a
#000000

Similar Color like #c24f5e color

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

#c3505f
#c45160
#c55261
#c65362
#c75463
#c85564
#c95665
#ca5766
#cb5867
#cc5968
#cd5a69
#ce5b6a
#cf5c6b
#d05d6c
#c14e5d
#c04d5c
#bf4c5b
#be4b5a
#bd4a59
#bc4958
#bb4857
#ba4756
#b94655
#b84554
#b74453
#b64352
#b54251
#b44150

Monochromatic Color with #c24f5e

#c24f5e
#ec6073
#180a0c
#421b20
#6d2c35
#973e49

Tints of #c24f5e Color

#c24f5e
#c8626f
#cf7681
#d68993
#dd9da5
#e3b0b7
#eac4c9
#f1d7db
#f8ebed
#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

#c24f5e
#4fc2b3

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

Split Complementary

#c24f5e
#4fc279
#4f98c2

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

Analogous Color

#c24f8c
#c24f75
#c24f5e
#c2574f
#c26e4f

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

#c24f5e
#5ec24f
#4f5ec2

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

#c24f5e
#97c24f
#4fc2b3
#794fc2

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

#c24f5e
#4fc2b3
#4f98c2
#c2794f

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

#c24f5e Color Code Preview on Black Background Color

This is how #c24f5e Color will look on black background color. Color contrast ratio is 4.57

#c24f5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c24f5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c24f5e

#c24f5e color code is use for CSS Background Color

Background color for the above div is #c24f5e

HTML with inline CSS

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

#c24f5e color code is use for CSS Border Color

CSS Border color for the above div is #c24f5e

HTML with inline CSS

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

CSS Border Left color for the above div is #c24f5e

HTML with inline CSS

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

CSS Border Right color for the above div is #c24f5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c24f5e

HTML with inline CSS

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

CSS Border Top color for the above div is #c24f5e

HTML with inline CSS

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

#c24f5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c24f5e Color code Preview on White Background

This is how #c24f5e Color code will look on white background color. Color contrast ratio is 4.59

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

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.