crispedge.com

Color picker

Loading...

#cc250f hex color - Orange - Warm color - Information

#cc250f hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #cc250f Color code in RGB color code model is created after adding 80% red color, 14.51% green color and 5.88% blue color. Hex #cc250f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 93% yellow and 20% black.

Hex #cc250f color code is between #bb2211 web safe hex color code and #dd3300 web safe hex color code. #bb2211 is the nearest web safe color code. You can see here many more shades of #cc250f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc250f#cc250f
RGB Decimal204, 37, 15rgb(204, 37, 15)
RGB Percent80%, 15%, 6%rgb(80%, 15%, 6%)
CSS RGBa204, 37, 15,1rgba(204,37,15,1)
CMYK Modelcmyk(0%,82%,93%,20%)
HSL Color Space7,86% ,43%hsl(7,86% ,43%)
HSV Color Space7°, 93%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000010010100001111
Octal3144517
Decimal2043715
Hexcc250f

Different shades of #cc250f color code.

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

Light Shade of #cc250f
#ef381f
Dark Shade of #cc250f
#9c1c0c
Saturated Shade of #cc250f
#d71d04
Desaturated Shade of #cc250f
#c12d1a
Grey scale Shade of #cc250f
#6d6d6d
Brighten Shade
#e53e28
Most Readable Shade
#FFFFFF

Shades of #cc250f color code

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

#cc250f
#b5200d
#9e1c0b
#88180a
#711408
#5a1006
#440c05
#2d0803
#160401
#000000

Similar Color like #cc250f color

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

#cd2610
#ce2711
#cf2812
#d02913
#d12a14
#d22b15
#d32c16
#d42d17
#d52e18
#d62f19
#d7301a
#d8311b
#d9321c
#da331d
#cb240e
#ca230d
#c9220c
#c8210b
#c7200a
#c61f09
#c51e08
#c41d07
#c31c06
#c21b05
#c11a04
#c01903
#bf1802
#be1701

Monochromatic Color with #cc250f

#cc250f
#f62d12
#220603
#4c0e06
#771609
#a11d0c

Tints of #cc250f Color

#cc250f
#d13d29
#d75544
#dd6d5f
#e28579
#e89e94
#eeb6af
#f3cec9
#f9e6e4
#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

#cc250f
#0fb6cc

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

Split Complementary

#cc250f
#0fcc84
#0f57cc

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

Analogous Color

#cc0f45
#cc0f1f
#cc250f
#cc4b0f
#cc710f

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

#cc250f
#0fcc25
#250fcc

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

#cc250f
#57cc0f
#0fb6cc
#830fcc

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

#cc250f
#0fb6cc
#0f57cc
#cc840f

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

#cc250f Color Code Preview on Black Background Color

This is how #cc250f Color will look on black background color. Color contrast ratio is 3.84

#cc250f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc250f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc250f

#cc250f color code is use for CSS Background Color

Background color for the above div is #cc250f

HTML with inline CSS

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

#cc250f color code is use for CSS Border Color

CSS Border color for the above div is #cc250f

HTML with inline CSS

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

CSS Border Left color for the above div is #cc250f

HTML with inline CSS

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

CSS Border Right color for the above div is #cc250f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc250f

HTML with inline CSS

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

CSS Border Top color for the above div is #cc250f

HTML with inline CSS

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

#cc250f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc250f Color code Preview on White Background

This is how #cc250f Color code will look on white background color. Color contrast ratio is 5.47

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

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(204,37,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,182,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,37,15,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.