Color Hex Logo

#fd323d Color Hex

#FD323D
(253,50,61)
0 Favorites   0 Comments

Color spaces of #fd323d

RGB 2535061
HSL0.990.980.59
HSV357°80°99°
CMYK 0.000.800.76   0.01
XYZ42.490923.50086.7115
Yxy23.50080.58440.3232
Hunter Lab48.477671.620425.7259
CIE-Lab55.584573.762244.4174

#fd323d color RGB value is (253,50,61).

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

The process color (four color CMYK) of #fd323d color hex is 0.00, 0.80, 0.76, 0.01. Web safe color of #fd323d is #ff3333. Color #fd323d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 00111101
Octal 375 62 75
Decimal 253 50 61
Hex FD 32 3D

RGB Percentages of Color #fd323d

%69.51
%13.74
%16.76

CMYK Percentages of Color #fd323d

%0
%80
%76
%1

Triadic Colors of #fd323d

#fd323d #3dfd32 #323dfd

Analogous Colors of #fd323d

#fd323d #fd8d32 #fd32a3

Monochromatic Colors of #fd323d

#fd323d

Complementary Color

#fd323d #32fdf2

#fd323d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd323d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd323d Color CSS Codes

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

#fd323d Text Font Color

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

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


#fd323d Background Color

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

This div background color is #fd323d


#fd323d Border Color

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

This div border color is #fd323d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd323d


Comments

No comments written yet.

Please login to write comment.