Color Hex Logo

#fd1327 Color Hex

#FD1327
(253,19,39)
0 Favorites   0 Comments

Color spaces of #fd1327

RGB 2531939
HSL0.990.980.53
HSV355°92°99°
CMYK 0.000.920.85   0.01
XYZ41.107121.49493.9018
Yxy21.49490.61810.3232
Hunter Lab46.362677.131427.4641
CIE-Lab53.486978.607253.8677

#fd1327 color RGB value is (253,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 00100111
Octal 375 23 47
Decimal 253 19 39
Hex FD 13 27

RGB Percentages of Color #fd1327

%81.35
%6.11
%12.54

CMYK Percentages of Color #fd1327

%0
%92
%85
%1

Triadic Colors of #fd1327

#fd1327 #27fd13 #1327fd

Analogous Colors of #fd1327

#fd1327 #fd7413 #fd139c

Monochromatic Colors of #fd1327

#fd1327

Complementary Color

#fd1327 #13fde9

#fd1327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1327 Color CSS Codes

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

#fd1327 Text Font Color

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

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


#fd1327 Background Color

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

This div background color is #fd1327


#fd1327 Border Color

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

This div border color is #fd1327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1327


Comments

No comments written yet.

Please login to write comment.