Color Hex Logo

#fd1301 Color Hex

#FD1301
(253,19,1)
0 Favorites   0 Comments

Color spaces of #fd1301

RGB 253191
HSL0.010.990.50
HSV100°99°
CMYK 0.000.921.00   0.01
XYZ40.746421.35062.0022
Yxy21.35060.63570.3331
Hunter Lab46.206776.544729.7756
CIE-Lab53.331178.169766.7471

#fd1301 color RGB value is (253,19,1).

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

The process color (four color CMYK) of #fd1301 color hex is 0.00, 0.92, 1.00, 0.01. Web safe color of #fd1301 is #ff0000. Color #fd1301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 00000001
Octal 375 23 1
Decimal 253 19 1
Hex FD 13 1

RGB Percentages of Color #fd1301

%92.67
%6.96
%0.37

CMYK Percentages of Color #fd1301

%0
%92
%100
%1

Triadic Colors of #fd1301

#fd1301 #01fd13 #1301fd

Analogous Colors of #fd1301

#fd1301 #fd9101 #fd016d

Monochromatic Colors of #fd1301

#fd1301

Complementary Color

#fd1301 #01ebfd

#fd1301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1301 Color CSS Codes

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

#fd1301 Text Font Color

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

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


#fd1301 Background Color

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

This div background color is #fd1301


#fd1301 Border Color

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

This div border color is #fd1301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1301

Related Colors


Comments

No comments written yet.

Please login to write comment.