Color Hex Logo

#fd153c Color Hex

#FD153C
(253,21,60)
0 Favorites   0 Comments

Color spaces of #fd153c

RGB 2532160
HSL0.970.980.54
HSV350°92°99°
CMYK 0.000.920.76   0.01
XYZ41.591821.74526.2801
Yxy21.74520.59740.3124
Hunter Lab46.631777.602224.6574
CIE-Lab53.755678.929542.9945

#fd153c color RGB value is (253,21,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 00111100
Octal 375 25 74
Decimal 253 21 60
Hex FD 15 3C

RGB Percentages of Color #fd153c

%75.75
%6.29
%17.96

CMYK Percentages of Color #fd153c

%0
%92
%76
%1

Triadic Colors of #fd153c

#fd153c #3cfd15 #153cfd

Analogous Colors of #fd153c

#fd153c #fd6215 #fd15b0

Monochromatic Colors of #fd153c

#fd153c

Complementary Color

#fd153c #15fdd6

#fd153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd153c Color CSS Codes

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

#fd153c Text Font Color

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

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


#fd153c Background Color

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

This div background color is #fd153c


#fd153c Border Color

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

This div border color is #fd153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd153c


Comments

No comments written yet.

Please login to write comment.