Color Hex Logo

#fd0125 Color Hex

#FD0125
(253,1,37)
0 Favorites   0 Comments

Color spaces of #fd0125

RGB 253137
HSL0.980.990.50
HSV351°100°99°
CMYK 0.001.000.85   0.01
XYZ40.852821.03793.6578
Yxy21.03790.62320.3210
Hunter Lab45.867178.718627.3787
CIE-Lab52.990979.963754.4167

#fd0125 color RGB value is (253,1,37).

#fd0125 hex color red value is 253, green value is 1 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fd0125 hue: 0.98 , saturation: 0.99 and the lightness value of fd0125 is 0.50.

The process color (four color CMYK) of #fd0125 color hex is 0.00, 1.00, 0.85, 0.01. Web safe color of #fd0125 is #ff0033. Color #fd0125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 00100101
Octal 375 1 45
Decimal 253 1 37
Hex FD 1 25

RGB Percentages of Color #fd0125

%86.94
%0.34
%12.71

CMYK Percentages of Color #fd0125

%0
%100
%85
%1

Triadic Colors of #fd0125

#fd0125 #25fd01 #0125fd

Analogous Colors of #fd0125

#fd0125 #fd5b01 #fd01a3

Monochromatic Colors of #fd0125

#fd0125

Complementary Color

#fd0125 #01fdd9

#fd0125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0125 Color CSS Codes

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

#fd0125 Text Font Color

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

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


#fd0125 Background Color

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

This div background color is #fd0125


#fd0125 Border Color

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

This div border color is #fd0125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0125


Comments

No comments written yet.

Please login to write comment.