Color Hex Logo

#fe111e Color Hex

#FE111E
(254,17,30)
0 Favorites   0 Comments

Color spaces of #fe111e

RGB 2541730
HSL0.990.990.53
HSV357°93°100°
CMYK 0.000.930.88   0.00
XYZ41.307821.56553.2137
Yxy21.56550.62510.3263
Hunter Lab46.438777.510428.4040
CIE-Lab53.562978.894058.1280

#fe111e color RGB value is (254,17,30).

#fe111e hex color red value is 254, green value is 17 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fe111e hue: 0.99 , saturation: 0.99 and the lightness value of fe111e is 0.53.

The process color (four color CMYK) of #fe111e color hex is 0.00, 0.93, 0.88, 0.00. Web safe color of #fe111e is #ff0033. Color #fe111e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 00011110
Octal 376 21 36
Decimal 254 17 30
Hex FE 11 1E

RGB Percentages of Color #fe111e

%84.39
%5.65
%9.97

CMYK Percentages of Color #fe111e

%0
%93
%88
%0

Triadic Colors of #fe111e

#fe111e #1efe11 #111efe

Analogous Colors of #fe111e

#fe111e #fe7b11 #fe1195

Monochromatic Colors of #fe111e

#fe111e

Complementary Color

#fe111e #11fef1

#fe111e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe111e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe111e Color CSS Codes

.mybgcolor {background-color:#fe111e; } 
.myforecolor {color:#fe111e; }
.mybordercolor {border:3px solid #fe111e; }

#fe111e Text Font Color

<p style="color:#fe111e">Text here</p>

This sample text font color is #fe111e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe111e Background Color

<div style="background-color:#fe111e">
Div content here</div>

This div background color is #fe111e


#fe111e Border Color

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

This div border color is #fe111e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,17,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe111e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe111e;
  -webkit-box-shadow: 1px 1px 3px 2px #fe111e;
  box-shadow:         1px 1px 3px 2px #fe111e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,17,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe111e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe111e;
  -webkit-box-shadow: 1px 1px 3px 2px #fe111e;
  box-shadow:         1px 1px 3px 2px #fe111e;">
Div content here</div>

This div box has shadow with color #fe111e

Related Colors


Comments

No comments written yet.

Please login to write comment.