@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ff131d hex color - Red - Warm color - Information

#ff131d hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ff131d color code is between #ee1122 web safe hex color code and #dd2211 web safe hex color code. #ee1122 is the nearest web safe color code. You can see here many more shades of #ff131d 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 ff131d #ff131d
RGB Decimal 255, 19, 29 rgb(255, 19, 29)
RGB Percent 100%, 7%, 11% rgb(100%, 7%, 11%)
CSS RGBa 255, 19, 29,1 rgba(255,19,29,1)
CMYK Model cmyk(0%,93%,89%,0%)
HSL Color Space 357,100% ,54% hsl(357,100% ,54%)
HSV Color Space 357°, 93%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 00010011 00011101
Octal 377 23 35
Decimal 255 19 29
Hex ff 13 1d

Different shades of #ff131d color code.

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

Light Shade of #ff131d
#ff464e
Dark Shade of #ff131d
#df0009
Saturated Shade of #ff131d
#ff131d
Desaturated Shade of #ff131d
#f31f28
Grey scale Shade of #ff131d
#898989
Brighten Shade
#ff2c36
Most Readable Shade
#FFFFFF

Shades of #ff131d color code

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

#ff131d
#e21019
#c60e16
#aa0c13
#8d0a10
#71080c
#550609
#380406
#1c0203
#000000

Similar Color like #ff131d color

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

#ff141e
#ff151f
#ff1620
#ff1721
#ff1822
#ff1923
#ff1a24
#ff1b25
#ff1c26
#ff1d27
#ff1e28
#ff1f29
#ff202a
#ff212b
#fe121c
#fd111b
#fc101a
#fb0f19
#fa0e18
#f90d17
#f80c16
#f70b15
#f60a14
#f50913
#f40812
#f30711
#f20610
#f1050f

Monochromatic Color with #ff131d

#ff131d
#2a0305
#55060a
#800a0f
#aa0d13
#d41018

Tints of #ff131d Color

#ff131d
#ff2d36
#ff474f
#ff6168
#ff7b81
#ff969a
#ffb0b3
#ffcacc
#ffe4e5
#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

#ff131d
#13fff5

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

Split Complementary

#ff131d
#13ff7f
#1393ff

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

Analogous Color

#ff137b
#ff134c
#ff131d
#ff3813
#ff6713

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

#ff131d
#1dff13
#131dff

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

#ff131d
#93ff13
#13fff5
#7f13ff

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

#ff131d
#13fff5
#1393ff
#ff7f13

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

#ff131d Color Code Preview on Black Background Color

This is how #ff131d Color will look on black background color. Color contrast ratio is 5.36

#ff131d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff131d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff131d

#ff131d color code is use for CSS Background Color

Background color for the above div is #ff131d

HTML with inline CSS

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

#ff131d color code is use for CSS Border Color

CSS Border color for the above div is #ff131d

HTML with inline CSS

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

CSS Border Left color for the above div is #ff131d

HTML with inline CSS

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

CSS Border Right color for the above div is #ff131d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff131d

HTML with inline CSS

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

CSS Border Top color for the above div is #ff131d

HTML with inline CSS

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

#ff131d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff131d Color code Preview on White Background

This is how #ff131d Color code will look on white background color. Color contrast ratio is 3.92

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

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(255,19,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,255,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,19,29,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.