color codes Logo

#fd342e color codes

#FD342E
(253,52,46)
0 Favorites   0 Comments

Color spaces of #fd342e

RGB 2535246
HSL0.000.980.59
HSV82°99°
CMYK 0.000.790.82   0.01
XYZ42.229123.53594.9019
Yxy23.53590.59760.3331
Hunter Lab48.513870.477127.9689
CIE-Lab55.620172.821952.3346

#fd342e color RGB value is (253,52,46).

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

The process color (four color CMYK) of #fd342e color code is 0.00, 0.79, 0.82, 0.01. Web safe color of #fd342e is #ff3333. Color #fd342e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 00101110
Octal 375 64 56
Decimal 253 52 46
Hex FD 34 2E

RGB Percentages of Color #fd342e

%72.08
%14.81
%13.11

CMYK Percentages of Color #fd342e

%0
%79
%82
%1

Triadic Colors of #fd342e

#fd342e #2efd34 #342efd

Analogous Colors of #fd342e

#fd342e #fd9c2e #fd2e90

Monochromatic Colors of #fd342e

#fd342e

Complementary Color

#fd342e #2ef7fd

#fd342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd342e Color CSS Codes

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

#fd342e Text Font Color

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

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


#fd342e Background Color

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

This div background color is #fd342e


#fd342e Border Color

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

This div border color is #fd342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd342e


Comments

No comments written yet.

Please login to write comment.