Skip to main content Skip to docs navigation

#cf1012 hex color | 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

Woow we have a nearby visually matching color name available. It's name is Hawthorn Berry and its hex is #CC1111 Nearest Color Name

Color Hue/Base color: Red

Hex #cf1012 Color code in RGB color code model is created after adding 81.18% red color, 6.27% green color and 7.06% blue color. Hex #cf1012 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 91% yellow and 18.82% black.

Hex #cf1012 color code is between #cc1111 web safe hex color code and #dd0022 web safe hex color code. #cc1111 is the nearest web safe color code. You can see here many more shades of #cf1012 color code.

RGB Chart

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

Color Table

Hex Color Code cf1012 #cf1012
RGB Decimal 207, 16, 18 207, 16, 18
RGB Percent 81%, 6%, 7% rgb(81%, 6%, 7%)
CSS RGBa 207, 16, 18,1 rgba(207,16,18,1)
CMYK Model cmyk(0%,92%,91%,18.82%)
HSL Color Space 359,86% ,44% hsl(359,86% ,44%)
HSV Color Space 359°, 92%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001111 00010000 00010010
Octal 317 20 22
Decimal 207 16 18
Hex cf 10 12

Different shades of #cf1012 color code.

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

Darkest of #cf1012
#410506
Darker of #cf1012
#70090a
Dark of #cf1012
#a00c0e
Base of #cf1012
#cf1012
Light of #cf1012
#ee2426
Lighter
#f25355
Lightest
#f58384

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

#cf1012
#10cfcd

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

Split Complementary

#cf1012
#10cf6e
#1072cf

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

Analogous Color

#cf1081
#cf1062
#cf1012
#cf4e10
#cf9d10

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

#cf1012
#1012cf
#12cf10

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

#cf1012
#12cf10
#10cfcd
#cd10cf

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

#cf1012
#72cf10
#10cfcd
#6e10cf

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 #cf1012

#120102
#410506
#70090a
#a00c0e
#cf1012
#ee2426
#f25355
#f58384
#f9b2b3

Tints of #cf1012 Color

#cf1012
#d42a2c
#d94546
#df5f61
#e47a7b
#e99495
#efafb0
#f4c9ca
#f9e4e4
#ffffff

Shades of #cf1012 color code

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

#cf1012
#b80e10
#a10c0e
#8a0a0c
#73080a
#5c0708
#450506
#2e0304
#170102
#000000

Tones

#cf1012
#b92628
#a23d3e
#8c5354
#766969

Tones

Similar Color like #cf1012 color

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

#d01113
#d11214
#d21315
#d31416
#d41517
#d51618
#d61719
#d7181a
#d8191b
#d91a1c
#da1b1d
#db1c1e
#dc1d1f
#dd1e20
#ce0f11
#cd0e10
#cc0d0f
#cb0c0e
#ca0b0d
#c90a0c
#c8090b
#c7080a
#c60709
#c50608
#c40507
#c30406
#c20305
#c10204

Download this Dark Red

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

#cf1012 Color Code Preview on Black Background Color

This is how #cf1012 Color will look on black background color. Color contrast ratio is 3.74

#cf1012 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf1012

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf1012

#cf1012 color code is use for CSS Background Color

Background color for the above div is #cf1012

HTML with inline CSS

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

#cf1012 color code is use for CSS Border Color

CSS Border color for the above div is #cf1012

HTML with inline CSS

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

CSS Border Left color for the above div is #cf1012

HTML with inline CSS

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

CSS Border Right color for the above div is #cf1012

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cf1012

HTML with inline CSS

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

CSS Border Top color for the above div is #cf1012

HTML with inline CSS

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

#cf1012 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cf1012 Color code Preview on White Background

This is how #cf1012 Color code will look on white background color. Color contrast ratio is 5.62

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

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(207,16,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(16,207,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,16,18,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }