COLOR #FE1D12

HEX: #FE1D12
RGB: (254,29,18)

Color info

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

RGB color model

#FE1D12 color RGB value is (254,29,18).

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

RGB channels and saturation

R 254 of 255 = 100%
G 29 of 255 = 11%
B 18 of 255 = 7%

254
29
18

R + G + B ~ 39%. #FE1D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
254 + 29 + 18 = 301 (100%)
R 254 of 301 ~ 84.39%
G 29 of 301 ~ 9.63%
B 18 of 301 ~ 5.98%

%84.39
%9.63

CMYK color model

#FE1D12 color CMYK value is (0,89,93,0).

  • cyan value is 0.00%
  • magenta value is 88.58%
  • yellow value is 92.91%
  • key color value is 0.39%
CMYK:
(0,89,93,0)
C0M89Y93K0 
(0%,89%,93%,0%)
(0.00/0.89/0.93/0.00)	

CMYK percentages

%0
%88.58
%92.91
%0.39

Codes

Color #FE1D12 in popluar color models

FE1D12
RGB2542918
HSL99.16%53.33%
HSB/HSV92.91%99.61%
CMYK0.00%88.58%92.91%
0.39%

Color #FE1D12 in popluar number systems.

HEXFE1D12
Decimal2542918
Binary111111101110110010
Octal3763522

Shades and tints

Shades of #FE1D12

#FE1D12
(254,29,18)
#E71B11
(231,27,17)
#D01910
(208,25,16)
#B9170F
(185,23,15)
#A2150E
(162,21,14)
#8B130D
(139,19,13)
#74110C
(116,17,12)
#5D0F0B
(93,15,11)
#460D0A
(70,13,10)
#2F0B09
(47,11,9)
#180908
(24,9,8)
#000000
(0,0,0)

Tints of #FE1D12

#FE1D12
(254,29,18)
#FE3127
(254,49,39)
#FE453C
(254,69,60)
#FE5951
(254,89,81)
#FE6D66
(254,109,102)
#FE817B
(254,129,123)
#FE9590
(254,149,144)
#FEA9A5
(254,169,165)
#FEBDBA
(254,189,186)
#FED1CF
(254,209,207)
#FEE5E4
(254,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE1D12; }

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

This text font color is #FE1D12.


Background Color

.myBgColor { background-color: #FE1D12; }

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

This div background color is #FE1D12.


Border color

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

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

This div border color is #FE1D12.


Opacity

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

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

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

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

This text has shadow with #FE1D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE1D12 on black background.


Color preview on white background

This text has color #FE1D12 on white background.



Black color preview on #FE1D12 background

This text has black color on #FE1D12 background.


White color preview on #FE1D12 background

This text has white color on #FE1D12 background.