Color Hex Logo

#fd0025 Color Hex

#FD0025
(253,0,37)
0 Favorites   0 Comments

Color spaces of #fd0025

RGB 253037
HSL0.981.000.50
HSV351°100°99°
CMYK 0.001.000.85   0.01
XYZ40.841921.01623.6542
Yxy21.01620.62340.3208
Hunter Lab45.843478.799627.3644
CIE-Lab52.967280.032554.3970

#fd0025 color RGB value is (253,0,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 00100101
Octal 375 0 45
Decimal 253 0 37
Hex FD 0 25

RGB Percentages of Color #fd0025

%87.24
%0.00
%12.76

CMYK Percentages of Color #fd0025

%0
%100
%85
%1

Triadic Colors of #fd0025

#fd0025 #25fd00 #0025fd

Analogous Colors of #fd0025

#fd0025 #fd5a00 #fd00a4

Monochromatic Colors of #fd0025

#fd0025

Complementary Color

#fd0025 #00fdd8

#fd0025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0025 Color CSS Codes

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

#fd0025 Text Font Color

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

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


#fd0025 Background Color

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

This div background color is #fd0025


#fd0025 Border Color

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

This div border color is #fd0025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0025


Comments

No comments written yet.

Please login to write comment.