Color Hex Logo

#fd413e Color Hex

#FD413E
(253,65,62)
0 Favorites   0 Comments

Color spaces of #fd413e

RGB 2536562
HSL0.000.980.62
HSV75°99°
CMYK 0.000.740.75   0.01
XYZ43.267825.01107.1046
Yxy25.01100.57400.3318
Hunter Lab50.011066.912826.5849
CIE-Lab57.086169.605645.4932

#fd413e color RGB value is (253,65,62).

#fd413e hex color red value is 253, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd413e hue: 0.00 , saturation: 0.98 and the lightness value of fd413e is 0.62.

The process color (four color CMYK) of #fd413e color hex is 0.00, 0.74, 0.75, 0.01. Web safe color of #fd413e is #ff3333. Color #fd413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 00111110
Octal 375 101 76
Decimal 253 65 62
Hex FD 41 3E

RGB Percentages of Color #fd413e

%66.58
%17.11
%16.32

CMYK Percentages of Color #fd413e

%0
%74
%75
%1

Triadic Colors of #fd413e

#fd413e #3efd41 #413efd

Analogous Colors of #fd413e

#fd413e #fda13e #fd3e9b

Monochromatic Colors of #fd413e

#fd413e

Complementary Color

#fd413e #3efafd

#fd413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd413e Color CSS Codes

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

#fd413e Text Font Color

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

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


#fd413e Background Color

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

This div background color is #fd413e


#fd413e Border Color

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

This div border color is #fd413e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,65,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd413e

Related Colors


Comments

No comments written yet.

Please login to write comment.