Color Hex Logo

#fe110d Color Hex

#FE110D
(254,17,13)
0 Favorites   0 Comments

Color spaces of #fe110d

RGB 2541713
HSL0.000.990.52
HSV95°100°
CMYK 0.000.930.95   0.00
XYZ41.146121.50082.3622
Yxy21.50080.63290.3307
Hunter Lab46.369077.248629.4378
CIE-Lab53.493378.699464.0355

#fe110d color RGB value is (254,17,13).

#fe110d hex color red value is 254, green value is 17 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fe110d hue: 0.00 , saturation: 0.99 and the lightness value of fe110d is 0.52.

The process color (four color CMYK) of #fe110d color hex is 0.00, 0.93, 0.95, 0.00. Web safe color of #fe110d is #ff0000. Color #fe110d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 00001101
Octal 376 21 15
Decimal 254 17 13
Hex FE 11 D

RGB Percentages of Color #fe110d

%89.44
%5.99
%4.58

CMYK Percentages of Color #fe110d

%0
%93
%95
%0

Triadic Colors of #fe110d

#fe110d #0dfe11 #110dfe

Analogous Colors of #fe110d

#fe110d #fe8a0d #fe0d82

Monochromatic Colors of #fe110d

#fe110d

Complementary Color

#fe110d #0dfafe

#fe110d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe110d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe110d Color CSS Codes

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

#fe110d Text Font Color

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

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


#fe110d Background Color

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

This div background color is #fe110d


#fe110d Border Color

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

This div border color is #fe110d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe110d

Related Colors


Comments

No comments written yet.

Please login to write comment.