crispedge.com

Color picker

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

#c63128 hex color - Red - Warm color - Information

#c63128 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c63128 Color code in RGB color code model is created after adding 77.65% red color, 19.22% green color and 15.69% blue color. Hex #c63128 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 80% yellow and 22% black.

Hex #c63128 color code is between #cc3322 web safe hex color code and #bb2233 web safe hex color code. #cc3322 is the nearest web safe color code. You can see here many more shades of #c63128 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec63128#c63128
RGB Decimal198, 49, 40rgb(198, 49, 40)
RGB Percent78%, 19%, 16%rgb(78%, 19%, 16%)
CSS RGBa198, 49, 40,1rgba(198,49,40,1)
CMYK Modelcmyk(0%,75%,80%,22%)
HSL Color Space3,66% ,47%hsl(3,66% ,47%)
HSV Color Space3°, 80%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100011000100101000
Octal3066150
Decimal1984940
Hexc63128

Different shades of #c63128 color code.

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

Light Shade of #c63128
#da4f47
Dark Shade of #c63128
#9c261f
Saturated Shade of #c63128
#d2261c
Desaturated Shade of #c63128
#ba3c34
Grey scale Shade of #c63128
#777777
Brighten Shade
#df4a41
Most Readable Shade
#FFFFFF

Shades of #c63128 color code

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

#c63128
#b02b23
#9a261f
#84201a
#6e1b16
#581511
#42100d
#2c0a08
#160504
#000000

Similar Color like #c63128 color

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

#c73229
#c8332a
#c9342b
#ca352c
#cb362d
#cc372e
#cd382f
#ce3930
#cf3a31
#d03b32
#d13c33
#d23d34
#d33e35
#d43f36
#c53027
#c42f26
#c32e25
#c22d24
#c12c23
#c02b22
#bf2a21
#be2920
#bd281f
#bc271e
#bb261d
#ba251c
#b9241b
#b8231a

Monochromatic Color with #c63128

#c63128
#f03c31
#1c0706
#46110e
#711c17
#9b261f

Tints of #c63128 Color

#c63128
#cc473f
#d25e57
#d9756f
#df8c87
#e5a39f
#ecbab7
#f2d1cf
#f8e8e7
#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

#c63128
#28bdc6

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

Split Complementary

#c63128
#28c680
#286ec6

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

Analogous Color

#c6285e
#c6283f
#c63128
#c65128
#c67028

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

#c63128
#28c631
#3128c6

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

#c63128
#6ec628
#28bdc6
#8028c6

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

#c63128
#28bdc6
#286ec6
#c68028

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

#c63128 Color Code Preview on Black Background Color

This is how #c63128 Color will look on black background color. Color contrast ratio is 3.87

#c63128 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c63128

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c63128

#c63128 color code is use for CSS Background Color

Background color for the above div is #c63128

HTML with inline CSS

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

#c63128 color code is use for CSS Border Color

CSS Border color for the above div is #c63128

HTML with inline CSS

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

CSS Border Left color for the above div is #c63128

HTML with inline CSS

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

CSS Border Right color for the above div is #c63128

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c63128

HTML with inline CSS

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

CSS Border Top color for the above div is #c63128

HTML with inline CSS

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

#c63128 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c63128 Color code Preview on White Background

This is how #c63128 Color code will look on white background color. Color contrast ratio is 5.42

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.