Color Hex Logo

#fe191e Color Hex

#FE191E
(254,25,30)
0 Favorites   0 Comments

Color spaces of #fe191e

RGB 2542530
HSL1.000.990.55
HSV359°90°100°
CMYK 0.000.900.88   0.00
XYZ41.455021.85983.2627
Yxy21.85980.62270.3283
Hunter Lab46.754576.447328.5906
CIE-Lab53.877977.985658.3586

#fe191e color RGB value is (254,25,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011001 00011110
Octal 376 31 36
Decimal 254 25 30
Hex FE 19 1E

RGB Percentages of Color #fe191e

%82.20
%8.09
%9.71

CMYK Percentages of Color #fe191e

%0
%90
%88
%0

Triadic Colors of #fe191e

#fe191e #1efe19 #191efe

Analogous Colors of #fe191e

#fe191e #fe8719 #fe1991

Monochromatic Colors of #fe191e

#fe191e

Complementary Color

#fe191e #19fef9

#fe191e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe191e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe191e Color CSS Codes

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

#fe191e Text Font Color

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

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


#fe191e Background Color

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

This div background color is #fe191e


#fe191e Border Color

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

This div border color is #fe191e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,25,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 #fe191e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe191e


Comments

No comments written yet.

Please login to write comment.