Color Hex Logo

#fd163c Color Hex

#FD163C
(253,22,60)
0 Favorites   0 Comments

Color spaces of #fd163c

RGB 2532260
HSL0.970.980.54
HSV350°91°99°
CMYK 0.000.910.76   0.01
XYZ41.610521.78276.2863
Yxy21.78270.59720.3126
Hunter Lab46.671977.466324.6845
CIE-Lab53.795778.813643.0382

#fd163c color RGB value is (253,22,60).

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

The process color (four color CMYK) of #fd163c color hex is 0.00, 0.91, 0.76, 0.01. Web safe color of #fd163c is #ff0033. Color #fd163c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010110 00111100
Octal 375 26 74
Decimal 253 22 60
Hex FD 16 3C

RGB Percentages of Color #fd163c

%75.52
%6.57
%17.91

CMYK Percentages of Color #fd163c

%0
%91
%76
%1

Triadic Colors of #fd163c

#fd163c #3cfd16 #163cfd

Analogous Colors of #fd163c

#fd163c #fd6416 #fd16b0

Monochromatic Colors of #fd163c

#fd163c

Complementary Color

#fd163c #16fdd7

#fd163c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd163c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd163c Color CSS Codes

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

#fd163c Text Font Color

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

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


#fd163c Background Color

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

This div background color is #fd163c


#fd163c Border Color

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

This div border color is #fd163c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd163c

Related Colors


Comments

No comments written yet.

Please login to write comment.