crispedge.com

Color picker

Loading...

#df0e12 hex color - Red - Warm color - Information

#df0e12 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #df0e12 Color code in RGB color code model is created after adding 87.45% red color, 5.49% green color and 7.06% blue color. Hex #df0e12 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 94% magenta, 92% yellow and 13% black.

Hex #df0e12 color code is between #dd1111 web safe hex color code and #ee0022 web safe hex color code. #dd1111 is the nearest web safe color code. You can see here many more shades of #df0e12 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedf0e12#df0e12
RGB Decimal223, 14, 18rgb(223, 14, 18)
RGB Percent87%, 5%, 7%rgb(87%, 5%, 7%)
CSS RGBa223, 14, 18,1rgba(223,14,18,1)
CMYK Modelcmyk(0%,94%,92%,13%)
HSL Color Space359,88% ,46%hsl(359,88% ,46%)
HSV Color Space359°, 94%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110000111000010010
Octal3371622
Decimal2231418
Hexdf0e12

Different shades of #df0e12 color code.

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

Light Shade of #df0e12
#f22e32
Dark Shade of #df0e12
#af0b0e
Saturated Shade of #df0e12
#eb0207
Desaturated Shade of #df0e12
#d31a1d
Grey scale Shade of #df0e12
#767676
Brighten Shade
#f8272b
Most Readable Shade
#FFFFFF

Shades of #df0e12 color code

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

#df0e12
#c60c10
#ad0a0e
#94090c
#7b070a
#630608
#4a0406
#310304
#180102
#000000

Similar Color like #df0e12 color

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

#e00f13
#e11014
#e21115
#e31216
#e41317
#e51418
#e61519
#e7161a
#e8171b
#e9181c
#ea191d
#eb1a1e
#ec1b1f
#ed1c20
#de0d11
#dd0c10
#dc0b0f
#db0a0e
#da090d
#d9080c
#d8070b
#d7060a
#d60509
#d50408
#d40307
#d30206
#d20105
#d10004

Monochromatic Color with #df0e12

#df0e12
#0a0101
#350304
#5f0608
#8a090b
#b40b0f

Tints of #df0e12 Color

#df0e12
#e2282c
#e64346
#e95e61
#ed797b
#f09395
#f4aeb0
#f7c9ca
#fbe4e4
#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

#df0e12
#0edfdb

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

Split Complementary

#df0e12
#0edf73
#0e7bdf

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

Analogous Color

#df0e66
#df0e3c
#df0e12
#df340e
#df5e0e

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

#df0e12
#12df0e
#0e12df

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

#df0e12
#7adf0e
#0edfdb
#720edf

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

#df0e12
#0edfdb
#0e7bdf
#df720e

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

#df0e12 Color Code Preview on Black Background Color

This is how #df0e12 Color will look on black background color. Color contrast ratio is 4.21

#df0e12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df0e12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df0e12

#df0e12 color code is use for CSS Background Color

Background color for the above div is #df0e12

HTML with inline CSS

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

#df0e12 color code is use for CSS Border Color

CSS Border color for the above div is #df0e12

HTML with inline CSS

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

CSS Border Left color for the above div is #df0e12

HTML with inline CSS

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

CSS Border Right color for the above div is #df0e12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df0e12

HTML with inline CSS

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

CSS Border Top color for the above div is #df0e12

HTML with inline CSS

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

#df0e12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df0e12 Color code Preview on White Background

This is how #df0e12 Color code will look on white background color. Color contrast ratio is 4.99

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

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(223,14,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,223,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,14,18,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.