COLOR #FE2713

HEX: #FE2713
RGB: (254,39,19)

Color info

#FE2713 contains mainly red color. Web safe color of #FE2713 is #FF3300 (or #F30).

RGB color model

#FE2713 color RGB value is (254,39,19).

  • red value is 254;
  • green value is 39;
  • blue value is 19.
RGB:
(254,39,19)
(100%,15%,7%)

RGB channels and saturation

R 254 of 255 = 100%
G 39 of 255 = 15%
B 19 of 255 = 7%

254
39
19

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

Portions of RGB colors in percentages

R + G + B =
254 + 39 + 19 = 312 (100%)
R 254 of 312 ~ 81.41%
G 39 of 312 ~ 12.5%
B 19 of 312 ~ 6.09%

%81.41
%12.5

CMYK color model

#FE2713 color CMYK value is (0,85,93,0).

  • cyan value is 0.00%
  • magenta value is 84.65%
  • yellow value is 92.52%
  • key color value is 0.39%
CMYK:
(0,85,93,0)
C0M85Y93K0 
(0%,85%,93%,0%)
(0.00/0.85/0.93/0.00)	

CMYK percentages

%0
%84.65
%92.52
%0.39

Codes

Color #FE2713 in popluar color models

FE2713
RGB2543919
HSL99.16%53.53%
HSB/HSV92.52%99.61%
CMYK0.00%84.65%92.52%
0.39%

Color #FE2713 in popluar number systems.

HEXFE2713
Decimal2543919
Binary1111111010011110011
Octal3764723

Shades and tints

Shades of #FE2713

#FE2713
(254,39,19)
#E72412
(231,36,18)
#D02111
(208,33,17)
#B91E10
(185,30,16)
#A21B0F
(162,27,15)
#8B180E
(139,24,14)
#74150D
(116,21,13)
#5D120C
(93,18,12)
#460F0B
(70,15,11)
#2F0C0A
(47,12,10)
#180909
(24,9,9)
#000000
(0,0,0)

Tints of #FE2713

#FE2713
(254,39,19)
#FE3A28
(254,58,40)
#FE4D3D
(254,77,61)
#FE6052
(254,96,82)
#FE7367
(254,115,103)
#FE867C
(254,134,124)
#FE9991
(254,153,145)
#FEACA6
(254,172,166)
#FEBFBB
(254,191,187)
#FED2D0
(254,210,208)
#FEE5E5
(254,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE2713 color. Also use rgb(254,39,19) instead hex code.

Text Font Color

.myTextColor { color: #FE2713; }

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

This text font color is #FE2713.


Background Color

.myBgColor { background-color: #FE2713; }

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

This div background color is #FE2713.


Border color

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

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

This div border color is #FE2713.


Opacity

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

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

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

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

This text has shadow with #FE2713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE2713 on black background.


Color preview on white background

This text has color #FE2713 on white background.



Black color preview on #FE2713 background

This text has black color on #FE2713 background.


White color preview on #FE2713 background

This text has white color on #FE2713 background.