Color Hex Logo

#fe111f Color Hex

#FE111F
(254,17,31)
0 Favorites   0 Comments

Color spaces of #fe111f

RGB 2541731
HSL0.990.990.53
HSV356°93°100°
CMYK 0.000.930.88   0.00
XYZ41.320821.57073.2820
Yxy21.57070.62440.3260
Hunter Lab46.444377.531428.3212
CIE-Lab53.568578.909757.7029

#fe111f color RGB value is (254,17,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 00011111
Octal 376 21 37
Decimal 254 17 31
Hex FE 11 1F

RGB Percentages of Color #fe111f

%84.11
%5.63
%10.26

CMYK Percentages of Color #fe111f

%0
%93
%88
%0

Triadic Colors of #fe111f

#fe111f #1ffe11 #111ffe

Analogous Colors of #fe111f

#fe111f #fe7a11 #fe1196

Monochromatic Colors of #fe111f

#fe111f

Complementary Color

#fe111f #11fef0

#fe111f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe111f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe111f Color CSS Codes

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

#fe111f Text Font Color

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

This sample text font color is #fe111f
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.


#fe111f Background Color

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

This div background color is #fe111f


#fe111f Border Color

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

This div border color is #fe111f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe111f

Related Colors


Comments

No comments written yet.

Please login to write comment.