Color Hex Logo

#fe201d Color Hex

#FE201D
(254,32,29)
0 Favorites   0 Comments

Color spaces of #fe201d

RGB 2543229
HSL0.000.990.55
HSV89°100°
CMYK 0.000.870.89   0.00
XYZ41.611322.19263.2528
Yxy22.19260.62050.3310
Hunter Lab47.109075.227928.8824
CIE-Lab54.230876.940759.0298

#fe201d color RGB value is (254,32,29).

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

The process color (four color CMYK) of #fe201d color hex is 0.00, 0.87, 0.89, 0.00. Web safe color of #fe201d is #ff3333. Color #fe201d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 00011101
Octal 376 40 35
Decimal 254 32 29
Hex FE 20 1D

RGB Percentages of Color #fe201d

%80.63
%10.16
%9.21

CMYK Percentages of Color #fe201d

%0
%87
%89
%0

Triadic Colors of #fe201d

#fe201d #1dfe20 #201dfe

Analogous Colors of #fe201d

#fe201d #fe911d #fe1d8b

Monochromatic Colors of #fe201d

#fe201d

Complementary Color

#fe201d #1dfbfe

#fe201d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe201d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe201d Color CSS Codes

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

#fe201d Text Font Color

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

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


#fe201d Background Color

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

This div background color is #fe201d


#fe201d Border Color

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

This div border color is #fe201d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe201d


Comments

No comments written yet.

Please login to write comment.