Color Hex Logo

#fe041d Color Hex

#FE041D
(254,4,29)
0 Favorites   0 Comments

Color spaces of #fe041d

RGB 254429
HSL0.980.990.51
HSV354°98°100°
CMYK 0.000.980.89   0.00
XYZ41.138221.24643.0951
Yxy21.24640.62830.3245
Hunter Lab46.093878.645028.2845
CIE-Lab53.218179.861258.3034

#fe041d color RGB value is (254,4,29).

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

The process color (four color CMYK) of #fe041d color hex is 0.00, 0.98, 0.89, 0.00. Web safe color of #fe041d is #ff0033. Color #fe041d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 00011101
Octal 376 4 35
Decimal 254 4 29
Hex FE 4 1D

RGB Percentages of Color #fe041d

%88.50
%1.39
%10.10

CMYK Percentages of Color #fe041d

%0
%98
%89
%0

Triadic Colors of #fe041d

#fe041d #1dfe04 #041dfe

Analogous Colors of #fe041d

#fe041d #fe6804 #fe049a

Monochromatic Colors of #fe041d

#fe041d

Complementary Color

#fe041d #04fee5

#fe041d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe041d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe041d Color CSS Codes

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

#fe041d Text Font Color

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

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


#fe041d Background Color

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

This div background color is #fe041d


#fe041d Border Color

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

This div border color is #fe041d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe041d

Related Colors


Comments

No comments written yet.

Please login to write comment.