Color Hex Logo

#fd103c Color Hex

#FD103C
(253,16,60)
0 Favorites   0 Comments

Color spaces of #fd103c

RGB 2531660
HSL0.970.980.53
HSV349°94°99°
CMYK 0.000.940.76   0.01
XYZ41.508921.57956.2525
Yxy21.57950.59860.3112
Hunter Lab46.453778.205224.5374
CIE-Lab53.578079.442842.8016

#fd103c color RGB value is (253,16,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010000 00111100
Octal 375 20 74
Decimal 253 16 60
Hex FD 10 3C

RGB Percentages of Color #fd103c

%76.90
%4.86
%18.24

CMYK Percentages of Color #fd103c

%0
%94
%76
%1

Triadic Colors of #fd103c

#fd103c #3cfd10 #103cfd

Analogous Colors of #fd103c

#fd103c #fd5b10 #fd10b3

Monochromatic Colors of #fd103c

#fd103c

Complementary Color

#fd103c #10fdd1

#fd103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd103c Color CSS Codes

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

#fd103c Text Font Color

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

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


#fd103c Background Color

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

This div background color is #fd103c


#fd103c Border Color

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

This div border color is #fd103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd103c

Related Colors


Comments

No comments written yet.

Please login to write comment.