crispedge.com

Color picker

Loading...

#cf001f hex color - Red - Warm color - Information

#cf001f hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #cf001f Color code in RGB color code model is created after adding 81.18% red color, 0% green color and 12.16% blue color. Hex #cf001f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 85% yellow and 19% black.

Hex #cf001f color code is between #cc0022 web safe hex color code and #dd0011 web safe hex color code. #cc0022 is the nearest web safe color code. You can see here many more shades of #cf001f color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codecf001f#cf001f
RGB Decimal207, 0, 31rgb(207, 0, 31)
RGB Percent81%, 0%, 12%rgb(81%, 0%, 12%)
CSS RGBa207, 0, 31,1rgba(207,0,31,1)
CMYK Modelcmyk(0%,100%,85%,19%)
HSL Color Space351,100% ,41%hsl(351,100% ,41%)
HSV Color Space351°, 100%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011110000000000011111
Octal317037
Decimal207031
Hexcf001f

Different shades of #cf001f color code.

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

Light Shade of #cf001f
#ff0329
Dark Shade of #cf001f
#9c0017
Saturated Shade of #cf001f
#cf001f
Desaturated Shade of #cf001f
#c50a26
Grey scale Shade of #cf001f
#676767
Brighten Shade
#e81938
Most Readable Shade
#FFFFFF

Shades of #cf001f color code

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

#cf001f
#b8001b
#a10018
#8a0014
#730011
#5c000d
#45000a
#2e0006
#170003
#000000

Similar Color like #cf001f color

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

#d00120
#d10221
#d20322
#d30423
#d40524
#d50625
#d60726
#d70827
#d80928
#d90a29
#da0b2a
#db0c2b
#dc0d2c
#dd0e2d
#ce001e
#cd001d
#cc001c
#cb001b
#ca001a
#c90019
#c80018
#c70017
#c60016
#c50015
#c40014
#c30013
#c20012
#c10011

Monochromatic Color with #cf001f

#cf001f
#f90025
#250006
#4f000c
#7a0012
#a40019

Tints of #cf001f Color

#cf001f
#d41c37
#d93850
#df5569
#e47182
#e98d9b
#efaab4
#f4c6cd
#f9e2e6
#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

#cf001f
#00cfb0

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

Split Complementary

#cf001f
#00cf49
#0086cf

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

Analogous Color

#cf0072
#cf0048
#cf001f
#cf0a00
#cf3400

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

#cf001f
#1fcf00
#001fcf

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

#cf001f
#86cf00
#00cfb0
#4800cf

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

#cf001f
#00cfb0
#0086cf
#cf4900

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

#cf001f Color Code Preview on Black Background Color

This is how #cf001f Color will look on black background color. Color contrast ratio is 3.67

#cf001f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf001f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf001f

#cf001f color code is use for CSS Background Color

Background color for the above div is #cf001f

HTML with inline CSS

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

#cf001f color code is use for CSS Border Color

CSS Border color for the above div is #cf001f

HTML with inline CSS

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

CSS Border Left color for the above div is #cf001f

HTML with inline CSS

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

CSS Border Right color for the above div is #cf001f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cf001f

HTML with inline CSS

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

CSS Border Top color for the above div is #cf001f

HTML with inline CSS

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

#cf001f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cf001f Color code Preview on White Background

This is how #cf001f Color code will look on white background color. Color contrast ratio is 5.72

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.