Color Hex Logo

#fd113e Color Hex

#FD113E
(253,17,62)
0 Favorites   0 Comments

Color spaces of #fd113e

RGB 2531762
HSL0.970.980.53
HSV349°93°99°
CMYK 0.000.930.75   0.01
XYZ41.578021.63136.5413
Yxy21.63130.59610.3101
Hunter Lab46.509578.181824.2178
CIE-Lab53.633679.413441.7274

#fd113e color RGB value is (253,17,62).

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

The process color (four color CMYK) of #fd113e color hex is 0.00, 0.93, 0.75, 0.01. Web safe color of #fd113e is #ff0033. Color #fd113e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 00111110
Octal 375 21 76
Decimal 253 17 62
Hex FD 11 3E

RGB Percentages of Color #fd113e

%76.20
%5.12
%18.67

CMYK Percentages of Color #fd113e

%0
%93
%75
%1

Triadic Colors of #fd113e

#fd113e #3efd11 #113efd

Analogous Colors of #fd113e

#fd113e #fd5a11 #fd11b4

Monochromatic Colors of #fd113e

#fd113e

Complementary Color

#fd113e #11fdd0

#fd113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd113e Color CSS Codes

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

#fd113e Text Font Color

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

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


#fd113e Background Color

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

This div background color is #fd113e


#fd113e Border Color

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

This div border color is #fd113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd113e


Comments

No comments written yet.

Please login to write comment.