crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#de0000 hex color - Red - Warm color - Information

#de0000 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #de0000 color code is between #dd0000 web safe hex color code and #ee0000 web safe hex color code. #dd0000 is the nearest web safe color code. You can see here many more shades of #de0000 color code.

0 Likes 0 Comments | 112 Views

Color Table

Hex Color Codede0000#de0000
RGB Decimal222, 0, 0rgb(222, 0, 0)
RGB Percent87%, 0%, 0%rgb(87%, 0%, 0%)
CSS RGBa222, 0, 0,1rgba(222,0,0,1)
CMYK Modelcmyk(0%,100%,100%,13%)
HSL Color Space0,100% ,44%hsl(0,100% ,44%)
HSV Color Space0°, 100%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111100000000000000000
Octal33600
Decimal22200
Hexde0000

Different shades of #de0000 color code.

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

Light Shade of #de0000
#ff1212
Dark Shade of #de0000
#ab0000
Saturated Shade of #de0000
#de0000
Desaturated Shade of #de0000
#d30b0b
Grey scale Shade of #de0000
#6f6f6f
Brighten Shade
#f71919
Most Readable Shade
#FFFFFF

Shades of #de0000 color code

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

#de0000
#c50000
#ac0000
#940000
#7b0000
#620000
#4a0000
#310000
#180000
#000000

Similar Color like #de0000 color

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

#df0101
#e00202
#e10303
#e20404
#e30505
#e40606
#e50707
#e60808
#e70909
#e80a0a
#e90b0b
#ea0c0c
#eb0d0d
#ec0e0e
#dd0000
#dc0000
#db0000
#da0000
#d90000
#d80000
#d70000
#d60000
#d50000
#d40000
#d30000
#d20000
#d10000
#d00000

Monochromatic Color with #de0000

#de0000
#090000
#340000
#5e0000
#890000
#b30000

Tints of #de0000 Color

#de0000
#e11c1c
#e53838
#e95555
#ec7171
#f08d8d
#f4aaaa
#f7c6c6
#fbe2e2
#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

#de0000
#00dede

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

Split Complementary

#de0000
#00de6f
#006fde

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

Analogous Color

#de0059
#de002c
#de0000
#de2c00
#de5900

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

#de0000
#00de00
#0000de

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

#de0000
#6fde00
#00dede
#6f00de

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

#de0000
#00dede
#006fde
#de6f00

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

#de0000 Color Code Preview on Black Background Color

This is how #de0000 Color will look on black background color. Color contrast ratio is 4.11

#de0000 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de0000

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de0000

#de0000 color code is use for CSS Background Color

Background color for the above div is #de0000

HTML with inline CSS

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

#de0000 color code is use for CSS Border Color

CSS Border color for the above div is #de0000

HTML with inline CSS

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

CSS Border Left color for the above div is #de0000

HTML with inline CSS

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

CSS Border Right color for the above div is #de0000

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de0000

HTML with inline CSS

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

CSS Border Top color for the above div is #de0000

HTML with inline CSS

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

#de0000 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de0000 Color code Preview on White Background

This is how #de0000 Color code will look on white background color. Color contrast ratio is 5.11

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 112 Views

Post your comment:-

By submitting comment you agree to our privacy policy.