crispedge.com

Color picker

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

#ff1c1f hex color - Red - Warm color - Information

#ff1c1f hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeff1c1f#ff1c1f
RGB Decimal255, 28, 31rgb(255, 28, 31)
RGB Percent100%, 11%, 12%rgb(100%, 11%, 12%)
CSS RGBa255, 28, 31,1rgba(255,28,31,1)
CMYK Modelcmyk(0%,89%,88%,0%)
HSL Color Space359,100% ,55%hsl(359,100% ,55%)
HSV Color Space359°, 89%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110001110000011111
Octal3773437
Decimal2552831
Hexff1c1f

Different shades of #ff1c1f color code.

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

Light Shade of #ff1c1f
#ff4f51
Dark Shade of #ff1c1f
#e80003
Saturated Shade of #ff1c1f
#ff1c1f
Desaturated Shade of #ff1c1f
#f4272a
Grey scale Shade of #ff1c1f
#8d8d8d
Brighten Shade
#ff3538
Most Readable Shade
#FFFFFF

Shades of #ff1c1f color code

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

#ff1c1f
#e2181b
#c61518
#aa1214
#8d0f11
#710c0d
#55090a
#380606
#1c0303
#000000

Similar Color like #ff1c1f color

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

#ff1d20
#ff1e21
#ff1f22
#ff2023
#ff2124
#ff2225
#ff2326
#ff2427
#ff2528
#ff2629
#ff272a
#ff282b
#ff292c
#ff2a2d
#fe1b1e
#fd1a1d
#fc191c
#fb181b
#fa171a
#f91619
#f81518
#f71417
#f61316
#f51215
#f41114
#f31013
#f20f12
#f10e11

Monochromatic Color with #ff1c1f

#ff1c1f
#2a0505
#55090a
#800e10
#aa1315
#d4171a

Tints of #ff1c1f Color

#ff1c1f
#ff3537
#ff4e50
#ff6769
#ff8082
#ff9a9b
#ffb3b4
#ffcccd
#ffe5e6
#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

#ff1c1f
#1cfffc

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

Split Complementary

#ff1c1f
#1cff8a
#1c91ff

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

Analogous Color

#ff1c7a
#ff1c4c
#ff1c1f
#ff461c
#ff741c

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

#ff1c1f
#1fff1c
#1c1fff

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

#ff1c1f
#90ff1c
#1cfffc
#8a1cff

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

#ff1c1f
#1cfffc
#1c91ff
#ff8a1c

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

#ff1c1f Color Code Preview on Black Background Color

This is how #ff1c1f Color will look on black background color. Color contrast ratio is 5.44

#ff1c1f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff1c1f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff1c1f

#ff1c1f color code is use for CSS Background Color

Background color for the above div is #ff1c1f

HTML with inline CSS

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

#ff1c1f color code is use for CSS Border Color

CSS Border color for the above div is #ff1c1f

HTML with inline CSS

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

CSS Border Left color for the above div is #ff1c1f

HTML with inline CSS

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

CSS Border Right color for the above div is #ff1c1f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff1c1f

HTML with inline CSS

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

CSS Border Top color for the above div is #ff1c1f

HTML with inline CSS

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

#ff1c1f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff1c1f Color code Preview on White Background

This is how #ff1c1f Color code will look on white background color. Color contrast ratio is 3.86

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.