Color Hex Logo

#fe1419 Color Hex

#FE1419
(254,20,25)
0 Favorites   0 Comments

Color spaces of #fe1419

RGB 2542025
HSL1.000.990.54
HSV359°92°100°
CMYK 0.000.920.90   0.00
XYZ41.298721.64132.9202
Yxy21.64130.62710.3286
Hunter Lab46.520277.054528.8424
CIE-Lab53.644378.515360.2104

#fe1419 color RGB value is (254,20,25).

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

The process color (four color CMYK) of #fe1419 color hex is 0.00, 0.92, 0.90, 0.00. Web safe color of #fe1419 is #ff0000. Color #fe1419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 00011001
Octal 376 24 31
Decimal 254 20 25
Hex FE 14 19

RGB Percentages of Color #fe1419

%84.95
%6.69
%8.36

CMYK Percentages of Color #fe1419

%0
%92
%90
%0

Triadic Colors of #fe1419

#fe1419 #19fe14 #1419fe

Analogous Colors of #fe1419

#fe1419 #fe8414 #fe148e

Monochromatic Colors of #fe1419

#fe1419

Complementary Color

#fe1419 #14fef9

#fe1419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1419 Color CSS Codes

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

#fe1419 Text Font Color

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

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


#fe1419 Background Color

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

This div background color is #fe1419


#fe1419 Border Color

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

This div border color is #fe1419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1419


Comments

No comments written yet.

Please login to write comment.