Color Hex Logo

#fd353c Color Hex

#FD353C
(253,53,60)
0 Favorites   0 Comments

Color spaces of #fd353c

RGB 2535360
HSL0.990.980.60
HSV358°79°99°
CMYK 0.000.790.76   0.01
XYZ42.596723.75516.6151
Yxy23.75510.58380.3256
Hunter Lab48.739270.710426.0703
CIE-Lab55.841872.970345.2410

#fd353c color RGB value is (253,53,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110101 00111100
Octal 375 65 74
Decimal 253 53 60
Hex FD 35 3C

RGB Percentages of Color #fd353c

%69.13
%14.48
%16.39

CMYK Percentages of Color #fd353c

%0
%79
%76
%1

Triadic Colors of #fd353c

#fd353c #3cfd35 #353cfd

Analogous Colors of #fd353c

#fd353c #fd9235 #fd35a0

Monochromatic Colors of #fd353c

#fd353c

Complementary Color

#fd353c #35fdf6

#fd353c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd353c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd353c Color CSS Codes

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

#fd353c Text Font Color

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

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


#fd353c Background Color

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

This div background color is #fd353c


#fd353c Border Color

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

This div border color is #fd353c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd353c

#fd353c Color Palettes


Comments

No comments written yet.

Please login to write comment.