crispedge.com

Color picker

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

#c61c3e hex color - Red - Warm color - Information

#c61c3e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c61c3e Color code in RGB color code model is created after adding 77.65% red color, 10.98% green color and 24.31% blue color. Hex #c61c3e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 69% yellow and 22% black.

Hex #c61c3e color code is between #cc2244 web safe hex color code and #bb1133 web safe hex color code. #cc2244 is the nearest web safe color code. You can see here many more shades of #c61c3e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec61c3e#c61c3e
RGB Decimal198, 28, 62rgb(198, 28, 62)
RGB Percent78%, 11%, 24%rgb(78%, 11%, 24%)
CSS RGBa198, 28, 62,1rgba(198,28,62,1)
CMYK Modelcmyk(0%,86%,69%,22%)
HSL Color Space348,75% ,44%hsl(348,75% ,44%)
HSV Color Space348°, 86%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100001110000111110
Octal3063476
Decimal1982862
Hexc61c3e

Different shades of #c61c3e color code.

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

Light Shade of #c61c3e
#e23356
Dark Shade of #c61c3e
#991630
Saturated Shade of #c61c3e
#d11137
Desaturated Shade of #c61c3e
#bb2745
Grey scale Shade of #c61c3e
#717171
Brighten Shade
#df3557
Most Readable Shade
#FFFFFF

Shades of #c61c3e color code

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

#c61c3e
#b01837
#9a1530
#841229
#6e0f22
#580c1b
#420914
#2c060d
#160306
#000000

Similar Color like #c61c3e color

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

#c71d3f
#c81e40
#c91f41
#ca2042
#cb2143
#cc2244
#cd2345
#ce2446
#cf2547
#d02648
#d12749
#d2284a
#d3294b
#d42a4c
#c51b3d
#c41a3c
#c3193b
#c2183a
#c11739
#c01638
#bf1537
#be1436
#bd1335
#bc1234
#bb1133
#ba1032
#b90f31
#b80e30

Monochromatic Color with #c61c3e

#c61c3e
#f0224b
#1c0409
#460a16
#711023
#9b1631

Tints of #c61c3e Color

#c61c3e
#cc3553
#d24e68
#d9677e
#df8093
#e59aa9
#ecb3be
#f2ccd4
#f8e5e9
#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

#c61c3e
#1cc6a4

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

Split Complementary

#c61c3e
#1cc64f
#1c93c6

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

Analogous Color

#c61c82
#c61c60
#c61c3e
#c61c1c
#c63e1c

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

#c61c3e
#3ec61c
#1c3ec6

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

#c61c3e
#93c61c
#1cc6a4
#4f1cc6

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

#c61c3e
#1cc6a4
#1c93c6
#c64f1c

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

#c61c3e Color Code Preview on Black Background Color

This is how #c61c3e Color will look on black background color. Color contrast ratio is 3.64

#c61c3e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c61c3e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c61c3e

#c61c3e color code is use for CSS Background Color

Background color for the above div is #c61c3e

HTML with inline CSS

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

#c61c3e color code is use for CSS Border Color

CSS Border color for the above div is #c61c3e

HTML with inline CSS

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

CSS Border Left color for the above div is #c61c3e

HTML with inline CSS

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

CSS Border Right color for the above div is #c61c3e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c61c3e

HTML with inline CSS

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

CSS Border Top color for the above div is #c61c3e

HTML with inline CSS

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

#c61c3e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c61c3e Color code Preview on White Background

This is how #c61c3e Color code will look on white background color. Color contrast ratio is 5.77

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

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.