COLOR #FF311F

HEX: #FF311F
RGB: (255,49,31)

Color info

#FF311F contains mainly red color. Web safe color of #FF311F is #FF3333 (or #F33).

RGB color model

#FF311F color RGB value is (255,49,31).

  • red value is 255;
  • green value is 49;
  • blue value is 31.
RGB:
(255,49,31)
(100%,19%,12%)

RGB channels and saturation

R 255 of 255 = 100%
G 49 of 255 = 19%
B 31 of 255 = 12%

255
49
31

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

Portions of RGB colors in percentages

R + G + B =
255 + 49 + 31 = 335 (100%)
R 255 of 335 ~ 76.12%
G 49 of 335 ~ 14.63%
B 31 of 335 ~ 9.25%

%76.12
%14.63

CMYK color model

#FF311F color CMYK value is (0,81,88,0).

  • cyan value is 0.00%
  • magenta value is 80.78%
  • yellow value is 87.84%
  • key color value is 0.00%
CMYK:
(0,81,88,0)
C0M81Y88K0 
(0%,81%,88%,0%)
(0.00/0.81/0.88/0.00)	

CMYK percentages

%0
%80.78
%87.84
%0

Codes

Color #FF311F in popluar color models

FF311F
RGB2554931
HSL100.00%56.08%
HSB/HSV87.84%100.00%
CMYK0.00%80.78%87.84%
0.00%

Color #FF311F in popluar number systems.

HEXFF311F
Decimal2554931
Binary1111111111000111111
Octal3776137

Shades and tints

Shades of #FF311F

#FF311F
(255,49,31)
#E82D1D
(232,45,29)
#D1291B
(209,41,27)
#BA2519
(186,37,25)
#A32117
(163,33,23)
#8C1D15
(140,29,21)
#751913
(117,25,19)
#5E1511
(94,21,17)
#47110F
(71,17,15)
#300D0D
(48,13,13)
#19090B
(25,9,11)
#000000
(0,0,0)

Tints of #FF311F

#FF311F
(255,49,31)
#FF4333
(255,67,51)
#FF5547
(255,85,71)
#FF675B
(255,103,91)
#FF796F
(255,121,111)
#FF8B83
(255,139,131)
#FF9D97
(255,157,151)
#FFAFAB
(255,175,171)
#FFC1BF
(255,193,191)
#FFD3D3
(255,211,211)
#FFE5E7
(255,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF311F color. Also use rgb(255,49,31) instead hex code.

Text Font Color

.myTextColor { color: #FF311F; }

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

This text font color is #FF311F.


Background Color

.myBgColor { background-color: #FF311F; }

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

This div background color is #FF311F.


Border color

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

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

This div border color is #FF311F.


Opacity

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

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

Text with #FF311F 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 #FF311F;}

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

This text has shadow with #FF311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF311F on black background.


Color preview on white background

This text has color #FF311F on white background.



Black color preview on #FF311F background

This text has black color on #FF311F background.


White color preview on #FF311F background

This text has white color on #FF311F background.