COLOR #FF6347

HEX: #FF6347 RGB: (255,99,71)

Color info

Color name is Tomato. #FF6347 contains mainly red color. Web safe color of #FF6347 is #FF6633 (or #F63).

RGB color model

#FF6347 color RGB value is (255,99,71).

RGB: (255,99,71) (100%, 39%, 28%)

RGB channels and saturation

R 255 of 255 = 100%
G 99 of 255 = 39%
B 71 of 255 = 28%

255
99
71

R + G + B ~ 56%. #FF6347 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 255 + 99 + 71 = 425 (100%)
R 255 of 425 ~ 60%
G 99 of 425 ~ 23.29%
B 71 of 425 ~ 16.71'%

%60
%23.29
%16.71

CMYK color model

#FF6347 color CMYK value is (0,61,72,0).

  • cyan value is 0.00%
  • magenta value is 61.18%
  • yellow value is 72.16%
  • key color value is 0.00%

CMYK: (0,61,72,0)
C0M61Y72K0 (0%, 61%, 72%, 0%)
(0.00 / 0.61 / 0.72 / 0.00)

CMYK percentages

%0
%61.18
%72.16
%0

Codes

Color #FF6347 in popluar color models

FF 63 47
RGB 255 99 71
HSL 100.00% 63.92%
HSB/HSV 72.16% 100.00%
CMYK 0.00% 61.18% 72.16%
0.00%

Color #FF6347 in popluar number systems.

HEX FF 63 47
Decimal 255 99 71
Binary 11111111 1100011 1000111
Octal 377 143 107

Shades and tints

Shades of #FF6347

#FF6347
(255,99,71)
#E85A41
(232,90,65)
#D1513B
(209,81,59)
#BA4835
(186,72,53)
#A33F2F
(163,63,47)
#8C3629
(140,54,41)
#752D23
(117,45,35)
#5E241D
(94,36,29)
#471B17
(71,27,23)
#301211
(48,18,17)
#19090B
(25,9,11)
#000000
(0,0,0)

Tints of #FF6347

#FF6347
(255,99,71)
#FF7157
(255,113,87)
#FF7F67
(255,127,103)
#FF8D77
(255,141,119)
#FF9B87
(255,155,135)
#FFA997
(255,169,151)
#FFB7A7
(255,183,167)
#FFC5B7
(255,197,183)
#FFD3C7
(255,211,199)
#FFE1D7
(255,225,215)
#FFEFE7
(255,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6347 color. Also use rgb(255,99,71) instead hex code.

Text Font Color

.myTextColor { color: #FF6347; }

<p style="color:#FF6347">This sample text font color is #FF6347.</p>

This text font color is #FF6347.

Background Color

.myBgColor { background-color: #FF6347; }

<div style="background-color:#FF6347">Inner text</div>

This div background color is #FF6347.

Border color

.myBorderColor { border: 1px solid #FF6347; }

<div style="border:3px solid #FF6347">Div</div>

This div border color is #FF6347.

Opacity

.myOpacity80 { color: #FF6347; opacity: 0.8; }

<p style="color:#FF6347;opacity:0.8;">80%</p>

Text with #FF6347 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF6347;}

<p style="text-shadow: 3px 3px 1px #FF6347">Text here.</p>

This text has shadow with #FF6347 color.


.textShadow {text-shadow: 3px 3px 1px #FF6347', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF6347, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF6347 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF6347, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF6347, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF6347 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF6347;
-webkit-box-shadow: 1px 1px 3px 2px #FF6347;
box-shadow: 1px 1px 3px 2px #FF6347;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF6347; -webkit-box-shadow: 1px 1px 3px 2px #FF6347; box-shadow:1px 1px 3px 2px #FF6347;">
Div content here
</div>

This div box has shadow with color #FF6347.

Preview

Color preview on black background

This text has color #FF6347 on black background.


Color preview on white background

This text has color #FF6347 on white background.


Black color preview on #FF6347 background

This text has black color on #FF6347 background.


White color preview on #FF6347 background

This text has white color on #FF6347 background.


Related colors

Complementary color

Complementary color for #hex is #009CB8.


I love getcolorcode.com

Gradients

Color #FF6347 is used in Tomato gradient.

Tomato


Triadic colors

1 #47FF63 and #6347FF with #FF6347 are triadic colors.

2 #4763FF and #63FF47 with #FF6347 are triadic colors.