Color Hex Logo

#fe201e Color Hex

#FE201E
(254,32,30)
0 Favorites   0 Comments

Color spaces of #fe201e

RGB 2543230
HSL0.000.990.56
HSV88°100°
CMYK 0.000.870.88   0.00
XYZ41.623922.19763.3190
Yxy22.19760.62000.3306
Hunter Lab47.114375.248628.8033
CIE-Lab54.236076.956358.6207

#fe201e color RGB value is (254,32,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 00011110
Octal 376 40 36
Decimal 254 32 30
Hex FE 20 1E

RGB Percentages of Color #fe201e

%80.38
%10.13
%9.49

CMYK Percentages of Color #fe201e

%0
%87
%88
%0

Triadic Colors of #fe201e

#fe201e #1efe20 #201efe

Analogous Colors of #fe201e

#fe201e #fe901e #fe1e8c

Monochromatic Colors of #fe201e

#fe201e

Complementary Color

#fe201e #1efcfe

#fe201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe201e Color CSS Codes

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

#fe201e Text Font Color

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

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


#fe201e Background Color

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

This div background color is #fe201e


#fe201e Border Color

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

This div border color is #fe201e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe201e

Related Colors


Comments

No comments written yet.

Please login to write comment.