Color Hex Logo

#fd0414 Color Hex

#FD0414
(253,4,20)
0 Favorites   0 Comments

Color spaces of #fd0414

RGB 253420
HSL0.990.980.50
HSV356°98°99°
CMYK 0.000.980.92   0.01
XYZ40.677721.02002.5751
Yxy21.02000.63290.3270
Hunter Lab45.847678.138728.7632
CIE-Lab52.971479.508261.5079

#fd0414 color RGB value is (253,4,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000100 00010100
Octal 375 4 24
Decimal 253 4 20
Hex FD 4 14

RGB Percentages of Color #fd0414

%91.34
%1.44
%7.22

CMYK Percentages of Color #fd0414

%0
%98
%92
%1

Triadic Colors of #fd0414

#fd0414 #14fd04 #0414fd

Analogous Colors of #fd0414

#fd0414 #fd7104 #fd0491

Monochromatic Colors of #fd0414

#fd0414

Complementary Color

#fd0414 #04fded

#fd0414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0414 Color CSS Codes

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

#fd0414 Text Font Color

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

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


#fd0414 Background Color

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

This div background color is #fd0414


#fd0414 Border Color

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

This div border color is #fd0414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0414


Comments

No comments written yet.

Please login to write comment.