crispedge.com

Color picker

Loading...

#de2c0c hex color - Orange - Warm color - Information

#de2c0c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #de2c0c Color code in RGB color code model is created after adding 87.06% red color, 17.25% green color and 4.71% blue color. Hex #de2c0c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 95% yellow and 13% black.

Hex #de2c0c color code is between #dd3311 web safe hex color code and #ee2200 web safe hex color code. #dd3311 is the nearest web safe color code. You can see here many more shades of #de2c0c 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 de2c0c #de2c0c
RGB Decimal 222, 44, 12 rgb(222, 44, 12)
RGB Percent 87%, 17%, 5% rgb(87%, 17%, 5%)
CSS RGBa 222, 44, 12,1 rgba(222,44,12,1)
CMYK Model cmyk(0%,80%,95%,13%)
HSL Color Space 9,90% ,46% hsl(9,90% ,46%)
HSV Color Space 9°, 95%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 00101100 00001100
Octal 336 54 14
Decimal 222 44 12
Hex de 2c 0c

Different shades of #de2c0c color code.

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

Light Shade of #de2c0c
#f3482a
Dark Shade of #de2c0c
#ae2209
Saturated Shade of #de2c0c
#ea2400
Desaturated Shade of #de2c0c
#d23418
Grey scale Shade of #de2c0c
#757575
Brighten Shade
#f74525
Most Readable Shade
#FFFFFF

Shades of #de2c0c color code

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

#de2c0c
#c5270a
#ac2209
#941d08
#7b1806
#621305
#4a0e04
#310902
#180401
#000000

Similar Color like #de2c0c color

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

#df2d0d
#e02e0e
#e12f0f
#e23010
#e33111
#e43212
#e53313
#e63414
#e73515
#e83616
#e93717
#ea3818
#eb3919
#ec3a1a
#dd2b0b
#dc2a0a
#db2909
#da2808
#d92707
#d82606
#d72505
#d62404
#d52303
#d42202
#d32101
#d22000
#d11f00
#d01e00

Monochromatic Color with #de2c0c

#de2c0c
#090201
#340a03
#5e1305
#891b07
#b3240a

Tints of #de2c0c Color

#de2c0c
#e14327
#e55a42
#e9725d
#ec8978
#f0a193
#f4b8ae
#f7d0c9
#fbe7e4
#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

#de2c0c
#0cbede

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

Split Complementary

#de2c0c
#0cde95
#0c55de

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

Analogous Color

#de0c40
#de0c16
#de2c0c
#de560c
#de800c

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

#de2c0c
#0cde2c
#2c0cde

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

#de2c0c
#55de0c
#0cbede
#950cde

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

#de2c0c
#0cbede
#0c55de
#de950c

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

#de2c0c Color Code Preview on Black Background Color

This is how #de2c0c Color will look on black background color. Color contrast ratio is 4.47

#de2c0c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de2c0c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de2c0c

#de2c0c color code is use for CSS Background Color

Background color for the above div is #de2c0c

HTML with inline CSS

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

#de2c0c color code is use for CSS Border Color

CSS Border color for the above div is #de2c0c

HTML with inline CSS

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

CSS Border Left color for the above div is #de2c0c

HTML with inline CSS

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

CSS Border Right color for the above div is #de2c0c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de2c0c

HTML with inline CSS

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

CSS Border Top color for the above div is #de2c0c

HTML with inline CSS

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

#de2c0c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de2c0c Color code Preview on White Background

This is how #de2c0c Color code will look on white background color. Color contrast ratio is 4.70

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

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(222,44,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,190,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,44,12,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.