Skip to main content Skip to docs navigation

#C04641 hex color | Ablaze | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Color Hue/Base color: Red

Hex #C04641 Color Code is also known as | Ablaze color.

Hex #C04641 Color code in RGB color code model is created after adding 75.29% red color, 27.45% green color and 25.49% blue color. Hex #C04641 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 66% yellow and 24.71% black.

Hex #C04641 color code is between #bb4444 web safe hex color code and #cc5533 web safe hex color code. #bb4444 is the nearest web safe color code. You can see here many more shades of #C04641 color code.

RGB Chart

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

Color Table

Hex Color Code C04641 #C04641
RGB Decimal 192, 70, 65 192, 70, 65
RGB Percent 75%, 27%, 25% rgb(75%, 27%, 25%)
CSS RGBa 192, 70, 65,1 rgba(192,70,65,1)
CMYK Model cmyk(0%,64%,66%,24.71%)
HSL Color Space 2,50% ,50% hsl(2,50% ,50%)
HSV Color Space 2°, 66%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000000 01000110 01000001
Octal 300 106 101
Decimal 192 70 65
Hex C0 46 41

Different shades of #C04641 color code.

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

Darkest of #C04641
#4e1c1a
Darker of #C04641
#742a27
Dark of #C04641
#9b3733
Base of #C04641
#c04641
Light of #C04641
#cd6b67
Lighter
#d9918e
Lightest
#e6b6b4

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

#c04641
#41bbc0

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

Split Complementary

#C04641
#41c085
#417bc0

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

Analogous Color

#c04186
#c04171
#c04641
#c07041
#c0a541

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

#C04641
#4641c0
#41c046

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

#C04641
#41c046
#41bbc0
#c041bb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#C04641
#7bc041
#41bbc0
#8541c0

Square 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).

Monochromatic Color with #C04641

#280e0d
#4e1c1a
#742a27
#9b3733
#c04641
#cd6b67
#d9918e
#e6b6b4
#f3dbda

Tints of #C04641 Color

#c04641
#c75a56
#ce6f6b
#d58380
#dc9895
#e3acaa
#eac1bf
#f1d5d4
#f8eae9
#ffffff

Shades of #C04641 color code

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

#c04641
#aa3e39
#953632
#802e2b
#6a2624
#551f1c
#401715
#2a0f0e
#150707
#000000

Tones

#c04641
#a75d5a
#8d7574
#808080
#808080

Tones

Similar Color like #C04641 color

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

#c14742
#c24843
#c34944
#c44a45
#c54b46
#c64c47
#c74d48
#c84e49
#c94f4a
#ca504b
#cb514c
#cc524d
#cd534e
#ce544f
#bf4540
#be443f
#bd433e
#bc423d
#bb413c
#ba403b
#b93f3a
#b83e39
#b73d38
#b63c37
#b53b36
#b43a35
#b33934
#b23833

Download this Dark Red

Hex #C04641 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.

#C04641 Color Code Preview on Black Background Color

This is how #C04641 Color will look on black background color. Color contrast ratio is 4.19

#C04641 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #C04641

HTML with inline CSS

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

Your Example Paragraph content text in with font color #C04641

#C04641 color code is use for CSS Background Color

Background color for the above div is #C04641

HTML with inline CSS

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

#C04641 color code is use for CSS Border Color

CSS Border color for the above div is #C04641

HTML with inline CSS

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

CSS Border Left color for the above div is #C04641

HTML with inline CSS

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

CSS Border Right color for the above div is #C04641

HTML with inline CSS

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

CSS Border Bottom color for the above div is #C04641

HTML with inline CSS

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

CSS Border Top color for the above div is #C04641

HTML with inline CSS

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

#C04641 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#C04641 Color code Preview on White Background

This is how #C04641 Color code will look on white background color. Color contrast ratio is 5.01

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(192,70,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,187,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,70,65,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }