crispedge.com

Color picker

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

#ff1c57 hex color - Red - Warm color - Information

#ff1c57 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ff1c57 color code is between #ee2255 web safe hex color code and #dd1166 web safe hex color code. #ee2255 is the nearest web safe color code. You can see here many more shades of #ff1c57 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeff1c57#ff1c57
RGB Decimal255, 28, 87rgb(255, 28, 87)
RGB Percent100%, 11%, 34%rgb(100%, 11%, 34%)
CSS RGBa255, 28, 87,1rgba(255,28,87,1)
CMYK Modelcmyk(0%,89%,66%,0%)
HSL Color Space344,100% ,55%hsl(344,100% ,55%)
HSV Color Space344°, 89%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110001110001010111
Octal37734127
Decimal2552887
Hexff1c57

Different shades of #ff1c57 color code.

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

Light Shade of #ff1c57
#ff4f7d
Dark Shade of #ff1c57
#e8003c
Saturated Shade of #ff1c57
#ff1c57
Desaturated Shade of #ff1c57
#f4275c
Grey scale Shade of #ff1c57
#8d8d8d
Brighten Shade
#ff3570
Most Readable Shade
#FFFFFF

Shades of #ff1c57 color code

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

#ff1c57
#e2184d
#c61543
#aa123a
#8d0f30
#710c26
#55091d
#380613
#1c0309
#000000

Similar Color like #ff1c57 color

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

#ff1d58
#ff1e59
#ff1f5a
#ff205b
#ff215c
#ff225d
#ff235e
#ff245f
#ff2560
#ff2661
#ff2762
#ff2863
#ff2964
#ff2a65
#fe1b56
#fd1a55
#fc1954
#fb1853
#fa1752
#f91651
#f81550
#f7144f
#f6134e
#f5124d
#f4114c
#f3104b
#f20f4a
#f10e49

Monochromatic Color with #ff1c57

#ff1c57
#2a050e
#55091d
#800e2c
#aa133a
#d41749

Tints of #ff1c57 Color

#ff1c57
#ff3569
#ff4e7c
#ff678f
#ff80a1
#ff9ab4
#ffb3c7
#ffccd9
#ffe5ec
#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

#ff1c57
#1cffc4

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

Split Complementary

#ff1c57
#1cff52
#1cc9ff

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

Analogous Color

#ff1cb2
#ff1c84
#ff1c57
#ff1c2a
#ff3c1c

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

#ff1c57
#57ff1c
#1c57ff

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

#ff1c57
#c8ff1c
#1cffc4
#521cff

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

#ff1c57
#1cffc4
#1cc9ff
#ff521c

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

#ff1c57 Color Code Preview on Black Background Color

This is how #ff1c57 Color will look on black background color. Color contrast ratio is 5.56

#ff1c57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff1c57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff1c57

#ff1c57 color code is use for CSS Background Color

Background color for the above div is #ff1c57

HTML with inline CSS

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

#ff1c57 color code is use for CSS Border Color

CSS Border color for the above div is #ff1c57

HTML with inline CSS

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

CSS Border Left color for the above div is #ff1c57

HTML with inline CSS

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

CSS Border Right color for the above div is #ff1c57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff1c57

HTML with inline CSS

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

CSS Border Top color for the above div is #ff1c57

HTML with inline CSS

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

#ff1c57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff1c57 Color code Preview on White Background

This is how #ff1c57 Color code will look on white background color. Color contrast ratio is 3.78

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.