Color Hex Logo

#fe151f Color Hex

#FE151F
(254,21,31)
0 Favorites   0 Comments

Color spaces of #fe151f

RGB 2542131
HSL0.990.990.54
HSV357°92°100°
CMYK 0.000.920.88   0.00
XYZ41.388521.70613.3046
Yxy21.70610.62330.3269
Hunter Lab46.589877.040028.4074
CIE-Lab53.713878.490357.8108

#fe151f color RGB value is (254,21,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 00011111
Octal 376 25 37
Decimal 254 21 31
Hex FE 15 1F

RGB Percentages of Color #fe151f

%83.01
%6.86
%10.13

CMYK Percentages of Color #fe151f

%0
%92
%88
%0

Triadic Colors of #fe151f

#fe151f #1ffe15 #151ffe

Analogous Colors of #fe151f

#fe151f #fe8015 #fe1594

Monochromatic Colors of #fe151f

#fe151f

Complementary Color

#fe151f #15fef4

#fe151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe151f Color CSS Codes

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

#fe151f Text Font Color

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

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


#fe151f Background Color

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

This div background color is #fe151f


#fe151f Border Color

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

This div border color is #fe151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe151f


Comments

No comments written yet.

Please login to write comment.