COLOR #FE2712

HEX: #FE2712
RGB: (254,39,18)

Color info

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

RGB color model

#FE2712 color RGB value is (254,39,18).

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

RGB channels and saturation

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

254
39
18

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

Portions of RGB colors in percentages

R + G + B =
254 + 39 + 18 = 311 (100%)
R 254 of 311 ~ 81.67%
G 39 of 311 ~ 12.54%
B 18 of 311 ~ 5.79%

%81.67
%12.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.65%
  • yellow value is 92.91%
  • 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.91
%0.39

Codes

Color #FE2712 in popluar color models

FE2712
RGB2543918
HSL99.16%53.33%
HSB/HSV92.91%99.61%
CMYK0.00%84.65%92.91%
0.39%

Color #FE2712 in popluar number systems.

HEXFE2712
Decimal2543918
Binary1111111010011110010
Octal3764722

Shades and tints

Shades of #FE2712

#FE2712
(254,39,18)
#E72411
(231,36,17)
#D02110
(208,33,16)
#B91E0F
(185,30,15)
#A21B0E
(162,27,14)
#8B180D
(139,24,13)
#74150C
(116,21,12)
#5D120B
(93,18,11)
#460F0A
(70,15,10)
#2F0C09
(47,12,9)
#180908
(24,9,8)
#000000
(0,0,0)

Tints of #FE2712

#FE2712
(254,39,18)
#FE3A27
(254,58,39)
#FE4D3C
(254,77,60)
#FE6051
(254,96,81)
#FE7366
(254,115,102)
#FE867B
(254,134,123)
#FE9990
(254,153,144)
#FEACA5
(254,172,165)
#FEBFBA
(254,191,186)
#FED2CF
(254,210,207)
#FEE5E4
(254,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE2712; }

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

This text font color is #FE2712.


Background Color

.myBgColor { background-color: #FE2712; }

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

This div background color is #FE2712.


Border color

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

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

This div border color is #FE2712.


Opacity

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

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

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

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

This text has shadow with #FE2712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE2712 on black background.


Color preview on white background

This text has color #FE2712 on white background.



Black color preview on #FE2712 background

This text has black color on #FE2712 background.


White color preview on #FE2712 background

This text has white color on #FE2712 background.