Color Hex Logo

#fd321d Color Hex

#FD321D
(253,50,29)
0 Favorites   0 Comments

Color spaces of #fd321d

RGB 2535029
HSL0.020.980.55
HSV89°99°
CMYK 0.000.800.89   0.01
XYZ41.870423.25263.4438
Yxy23.25260.61070.3391
Hunter Lab48.220970.605429.5203
CIE-Lab55.331672.982259.7361

#fd321d color RGB value is (253,50,29).

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

The process color (four color CMYK) of #fd321d color hex is 0.00, 0.80, 0.89, 0.01. Web safe color of #fd321d is #ff3333. Color #fd321d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 00011101
Octal 375 62 35
Decimal 253 50 29
Hex FD 32 1D

RGB Percentages of Color #fd321d

%76.20
%15.06
%8.73

CMYK Percentages of Color #fd321d

%0
%80
%89
%1

Triadic Colors of #fd321d

#fd321d #1dfd32 #321dfd

Analogous Colors of #fd321d

#fd321d #fda21d #fd1d78

Monochromatic Colors of #fd321d

#fd321d

Complementary Color

#fd321d #1de8fd

#fd321d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd321d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd321d Color CSS Codes

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

#fd321d Text Font Color

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

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


#fd321d Background Color

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

This div background color is #fd321d


#fd321d Border Color

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

This div border color is #fd321d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd321d


Comments

No comments written yet.

Please login to write comment.