Color Hex Logo

#fe192e Color Hex

#FE192E
(254,25,46)
0 Favorites   0 Comments

Color spaces of #fe192e

RGB 2542546
HSL0.980.990.55
HSV354°90°100°
CMYK 0.000.900.82   0.00
XYZ41.713821.96334.6256
Yxy21.96330.61070.3216
Hunter Lab46.865076.866226.9536
CIE-Lab53.988078.298450.8834

#fe192e color RGB value is (254,25,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011001 00101110
Octal 376 31 56
Decimal 254 25 46
Hex FE 19 2E

RGB Percentages of Color #fe192e

%78.15
%7.69
%14.15

CMYK Percentages of Color #fe192e

%0
%90
%82
%0

Triadic Colors of #fe192e

#fe192e #2efe19 #192efe

Analogous Colors of #fe192e

#fe192e #fe7719 #fe19a1

Monochromatic Colors of #fe192e

#fe192e

Complementary Color

#fe192e #19fee9

#fe192e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe192e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe192e Color CSS Codes

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

#fe192e Text Font Color

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

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


#fe192e Background Color

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

This div background color is #fe192e


#fe192e Border Color

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

This div border color is #fe192e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe192e

Related Colors


Comments

No comments written yet.

Please login to write comment.