Color Hex Logo

#fd342b Color Hex

#FD342B
(253,52,43)
0 Favorites   0 Comments

Color spaces of #fd342b

RGB 2535243
HSL0.010.980.58
HSV83°99°
CMYK 0.000.790.83   0.01
XYZ42.172023.51304.6013
Yxy23.51300.60000.3345
Hunter Lab48.490270.383828.3170
CIE-Lab55.596972.750053.7797

#fd342b color RGB value is (253,52,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 00101011
Octal 375 64 53
Decimal 253 52 43
Hex FD 34 2B

RGB Percentages of Color #fd342b

%72.70
%14.94
%12.36

CMYK Percentages of Color #fd342b

%0
%79
%83
%1

Triadic Colors of #fd342b

#fd342b #2bfd34 #342bfd

Analogous Colors of #fd342b

#fd342b #fd9d2b #fd2b8b

Monochromatic Colors of #fd342b

#fd342b

Complementary Color

#fd342b #2bf4fd

#fd342b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd342b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd342b Color CSS Codes

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

#fd342b Text Font Color

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

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


#fd342b Background Color

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

This div background color is #fd342b


#fd342b Border Color

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

This div border color is #fd342b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd342b

Related Colors


Comments

No comments written yet.

Please login to write comment.