Color Hex Logo

#fd3d1f Color Hex

#FD3D1F
(253,61,31)
0 Favorites   0 Comments

Color spaces of #fd3d1f

RGB 2536131
HSL0.020.980.56
HSV88°99°
CMYK 0.000.760.88   0.01
XYZ42.424124.31913.7544
Yxy24.31910.60180.3450
Hunter Lab49.314467.259430.0062
CIE-Lab56.405970.021359.7413

#fd3d1f color RGB value is (253,61,31).

#fd3d1f hex color red value is 253, green value is 61 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fd3d1f hue: 0.02 , saturation: 0.98 and the lightness value of fd3d1f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 00011111
Octal 375 75 37
Decimal 253 61 31
Hex FD 3D 1F

RGB Percentages of Color #fd3d1f

%73.33
%17.68
%8.99

CMYK Percentages of Color #fd3d1f

%0
%76
%88
%1

Triadic Colors of #fd3d1f

#fd3d1f #1ffd3d #3d1ffd

Analogous Colors of #fd3d1f

#fd3d1f #fdac1f #fd1f70

Monochromatic Colors of #fd3d1f

#fd3d1f

Complementary Color

#fd3d1f #1fdffd

#fd3d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3d1f Color CSS Codes

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

#fd3d1f Text Font Color

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

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


#fd3d1f Background Color

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

This div background color is #fd3d1f


#fd3d1f Border Color

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

This div border color is #fd3d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3d1f


Comments

No comments written yet.

Please login to write comment.