Color Hex Logo

#fd412e Color Hex

#FD412E
(253,65,46)
0 Favorites   0 Comments

Color spaces of #fd412e

RGB 2536546
HSL0.020.980.59
HSV82°99°
CMYK 0.000.740.82   0.01
XYZ42.891524.86055.1227
Yxy24.86050.58860.3411
Hunter Lab49.860366.296128.8107
CIE-Lab56.939269.120453.5564

#fd412e color RGB value is (253,65,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 00101110
Octal 375 101 56
Decimal 253 65 46
Hex FD 41 2E

RGB Percentages of Color #fd412e

%69.51
%17.86
%12.64

CMYK Percentages of Color #fd412e

%0
%74
%82
%1

Triadic Colors of #fd412e

#fd412e #2efd41 #412efd

Analogous Colors of #fd412e

#fd412e #fda92e #fd2e83

Monochromatic Colors of #fd412e

#fd412e

Complementary Color

#fd412e #2eeafd

#fd412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd412e Color CSS Codes

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

#fd412e Text Font Color

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

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


#fd412e Background Color

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

This div background color is #fd412e


#fd412e Border Color

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

This div border color is #fd412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd412e


Comments

No comments written yet.

Please login to write comment.