Color Hex Logo

#fe181f Color Hex

#FE181F
(254,24,31)
0 Favorites   0 Comments

Color spaces of #fe181f

RGB 2542431
HSL0.990.990.55
HSV358°91°100°
CMYK 0.000.910.88   0.00
XYZ41.447021.82303.3241
Yxy21.82300.62240.3277
Hunter Lab46.715176.619028.4817
CIE-Lab53.838778.130357.9037

#fe181f color RGB value is (254,24,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 00011111
Octal 376 30 37
Decimal 254 24 31
Hex FE 18 1F

RGB Percentages of Color #fe181f

%82.20
%7.77
%10.03

CMYK Percentages of Color #fe181f

%0
%91
%88
%0

Triadic Colors of #fe181f

#fe181f #1ffe18 #181ffe

Analogous Colors of #fe181f

#fe181f #fe8418 #fe1892

Monochromatic Colors of #fe181f

#fe181f

Complementary Color

#fe181f #18fef7

#fe181f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe181f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe181f Color CSS Codes

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

#fe181f Text Font Color

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

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


#fe181f Background Color

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

This div background color is #fe181f


#fe181f Border Color

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

This div border color is #fe181f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe181f


Comments

No comments written yet.

Please login to write comment.