Color Hex Logo

#fd291e Color Hex

#FD291E
(253,41,30)
0 Favorites   0 Comments

Color spaces of #fd291e

RGB 2534130
HSL0.010.980.55
HSV88°99°
CMYK 0.000.840.88   0.01
XYZ41.535322.56233.3941
Yxy22.56230.61540.3343
Hunter Lab47.499872.961329.0133
CIE-Lab54.618675.037758.8126

#fd291e color RGB value is (253,41,30).

#fd291e hex color red value is 253, green value is 41 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fd291e hue: 0.01 , saturation: 0.98 and the lightness value of fd291e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 00011110
Octal 375 51 36
Decimal 253 41 30
Hex FD 29 1E

RGB Percentages of Color #fd291e

%78.09
%12.65
%9.26

CMYK Percentages of Color #fd291e

%0
%84
%88
%1

Triadic Colors of #fd291e

#fd291e #1efd29 #291efd

Analogous Colors of #fd291e

#fd291e #fd991e #fd1e83

Monochromatic Colors of #fd291e

#fd291e

Complementary Color

#fd291e #1ef2fd

#fd291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd291e Color CSS Codes

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

#fd291e Text Font Color

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

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


#fd291e Background Color

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

This div background color is #fd291e


#fd291e Border Color

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

This div border color is #fd291e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd291e


Comments

No comments written yet.

Please login to write comment.