crispedge.com

Color picker

Loading...

#ff0c3d hex color - Red - Warm color - Information

#ff0c3d hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #ff0c3d color code is between #ee1144 web safe hex color code and #dd0033 web safe hex color code. #ee1144 is the nearest web safe color code. You can see here many more shades of #ff0c3d color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeff0c3d#ff0c3d
RGB Decimal255, 12, 61rgb(255, 12, 61)
RGB Percent100%, 5%, 24%rgb(100%, 5%, 24%)
CSS RGBa255, 12, 61,1rgba(255,12,61,1)
CMYK Modelcmyk(0%,95%,76%,0%)
HSL Color Space348,100% ,52%hsl(348,100% ,52%)
HSV Color Space348°, 95%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110000110000111101
Octal3771475
Decimal2551261
Hexff0c3d

Different shades of #ff0c3d color code.

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

Light Shade of #ff0c3d
#ff3f66
Dark Shade of #ff0c3d
#d8002c
Saturated Shade of #ff0c3d
#ff0c3d
Desaturated Shade of #ff0c3d
#f31844
Grey scale Shade of #ff0c3d
#858585
Brighten Shade
#ff2556
Most Readable Shade
#FFFFFF

Shades of #ff0c3d color code

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

#ff0c3d
#e20a36
#c6092f
#aa0828
#8d0621
#71051b
#550414
#38020d
#1c0106
#000000

Similar Color like #ff0c3d color

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

#ff0d3e
#ff0e3f
#ff0f40
#ff1041
#ff1142
#ff1243
#ff1344
#ff1445
#ff1546
#ff1647
#ff1748
#ff1849
#ff194a
#ff1a4b
#fe0b3c
#fd0a3b
#fc093a
#fb0839
#fa0738
#f90637
#f80536
#f70435
#f60334
#f50233
#f40132
#f30031
#f20030
#f1002f

Monochromatic Color with #ff0c3d

#ff0c3d
#2a020a
#550414
#80061f
#aa0829
#d40a33

Tints of #ff0c3d Color

#ff0c3d
#ff2752
#ff4268
#ff5d7d
#ff7893
#ff93a8
#ffaebe
#ffc9d3
#ffe4e9
#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

#ff0c3d
#0cffce

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

Split Complementary

#ff0c3d
#0cff54
#0cb7ff

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

Analogous Color

#ff0c9e
#ff0c6e
#ff0c3d
#ff0c0c
#ff3c0c

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

#ff0c3d
#3dff0c
#0c3dff

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

#ff0c3d
#b6ff0c
#0cffce
#540cff

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

#ff0c3d
#0cffce
#0cb7ff
#ff540c

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

#ff0c3d Color Code Preview on Black Background Color

This is how #ff0c3d Color will look on black background color. Color contrast ratio is 5.37

#ff0c3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff0c3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff0c3d

#ff0c3d color code is use for CSS Background Color

Background color for the above div is #ff0c3d

HTML with inline CSS

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

#ff0c3d color code is use for CSS Border Color

CSS Border color for the above div is #ff0c3d

HTML with inline CSS

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

CSS Border Left color for the above div is #ff0c3d

HTML with inline CSS

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

CSS Border Right color for the above div is #ff0c3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff0c3d

HTML with inline CSS

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

CSS Border Top color for the above div is #ff0c3d

HTML with inline CSS

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

#ff0c3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff0c3d Color code Preview on White Background

This is how #ff0c3d Color code will look on white background color. Color contrast ratio is 3.91

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

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,12,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,255,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,12,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.