Color Hex Logo

#fe292c Color Hex

#FE292C
(254,41,44)
0 Favorites   0 Comments

Color spaces of #fe292c

RGB 2544144
HSL1.000.990.58
HSV359°84°100°
CMYK 0.000.840.83   0.00
XYZ42.120622.83864.5712
Yxy22.83860.60580.3285
Hunter Lab47.789773.693027.7816
CIE-Lab54.905775.574252.7402

#fe292c color RGB value is (254,41,44).

#fe292c hex color red value is 254, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fe292c hue: 1.00 , saturation: 0.99 and the lightness value of fe292c is 0.58.

The process color (four color CMYK) of #fe292c color hex is 0.00, 0.84, 0.83, 0.00. Web safe color of #fe292c is #ff3333. Color #fe292c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 00101100
Octal 376 51 54
Decimal 254 41 44
Hex FE 29 2C

RGB Percentages of Color #fe292c

%74.93
%12.09
%12.98

CMYK Percentages of Color #fe292c

%0
%84
%83
%0

Triadic Colors of #fe292c

#fe292c #2cfe29 #292cfe

Analogous Colors of #fe292c

#fe292c #fe9129 #fe2997

Monochromatic Colors of #fe292c

#fe292c

Complementary Color

#fe292c #29fefb

#fe292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe292c Color CSS Codes

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

#fe292c Text Font Color

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

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


#fe292c Background Color

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

This div background color is #fe292c


#fe292c Border Color

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

This div border color is #fe292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe292c

Related Colors


Comments

No comments written yet.

Please login to write comment.