@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c6040d hex color - Red - Warm color - Information

#c6040d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c6040d Color code in RGB color code model is created after adding 77.65% red color, 1.57% green color and 5.1% blue color. Hex #c6040d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 93% yellow and 22.35% black.

Hex #c6040d color code is between #cc0011 web safe hex color code and #bb0000 web safe hex color code. #cc0011 is the nearest web safe color code. You can see here many more shades of #c6040d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c6040d #c6040d
RGB Decimal 198, 4, 13 rgb(198, 4, 13)
RGB Percent 78%, 2%, 5% rgb(78%, 2%, 5%)
CSS RGBa 198, 4, 13,1 rgba(198,4,13,1)
CMYK Model cmyk(0%,98%,93%,22.35%)
HSL Color Space 357,96% ,40% hsl(357,96% ,40%)
HSV Color Space 357°, 98%, 78%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000110 00000100 00001101
Octal 306 4 15
Decimal 198 4 13
Hex c6 04 0d

Different shades of #c6040d color code.

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

Light Shade of #c6040d
#f80510
Dark Shade of #c6040d
#94030a
Saturated Shade of #c6040d
#ca0009
Desaturated Shade of #c6040d
#bc0e16
Grey scale Shade of #c6040d
#656565
Brighten Shade
#df1d26
Most Readable Shade
#FFFFFF

Shades of #c6040d color code

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

#c6040d
#b0030b
#9a030a
#840208
#6e0207
#580105
#420104
#2c0002
#160001
#000000

Similar Color like #c6040d color

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

#c7050e
#c8060f
#c90710
#ca0811
#cb0912
#cc0a13
#cd0b14
#ce0c15
#cf0d16
#d00e17
#d10f18
#d21019
#d3111a
#d4121b
#c5030c
#c4020b
#c3010a
#c20009
#c10008
#c00007
#bf0006
#be0005
#bd0004
#bc0003
#bb0002
#ba0001
#b90000
#b80000

Monochromatic Color with #c6040d

#c6040d
#f00510
#1c0102
#460105
#710207
#9b030a

Tints of #c6040d Color

#c6040d
#cc1f27
#d23b42
#d9575d
#df7378
#e58f93
#ecabae
#f2c7c9
#f8e3e4
#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

#c6040d
#04c6bd

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

Split Complementary

#c6040d
#04c65c
#046ec6

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

Analogous Color

#c6045b
#c60434
#c6040d
#c62204
#c64904

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

#c6040d
#0dc604
#040dc6

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

#c6040d
#6ec604
#04c6bd
#5c04c6

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

#c6040d
#04c6bd
#046ec6
#c65c04

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

#c6040d Color Code Preview on Black Background Color

This is how #c6040d Color will look on black background color. Color contrast ratio is 3.42

#c6040d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6040d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6040d

#c6040d color code is use for CSS Background Color

Background color for the above div is #c6040d

HTML with inline CSS

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

#c6040d color code is use for CSS Border Color

CSS Border color for the above div is #c6040d

HTML with inline CSS

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

CSS Border Left color for the above div is #c6040d

HTML with inline CSS

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

CSS Border Right color for the above div is #c6040d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6040d

HTML with inline CSS

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

CSS Border Top color for the above div is #c6040d

HTML with inline CSS

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

#c6040d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6040d Color code Preview on White Background

This is how #c6040d Color code will look on white background color. Color contrast ratio is 6.13

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(198,4,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,198,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,4,13,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.