Color Hex Logo

#fd441d Color Hex

#FD441D
(253,68,29)
0 Favorites   0 Comments

Color spaces of #fd441d

RGB 2536829
HSL0.030.980.55
HSV10°89°99°
CMYK 0.000.730.89   0.01
XYZ42.796925.10563.7526
Yxy25.10560.59730.3504
Hunter Lab50.105564.778730.6334
CIE-Lab57.178267.808561.0833

#fd441d color RGB value is (253,68,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000100 00011101
Octal 375 104 35
Decimal 253 68 29
Hex FD 44 1D

RGB Percentages of Color #fd441d

%72.29
%19.43
%8.29

CMYK Percentages of Color #fd441d

%0
%73
%89
%1

Triadic Colors of #fd441d

#fd441d #1dfd44 #441dfd

Analogous Colors of #fd441d

#fd441d #fdb41d #fd1d66

Monochromatic Colors of #fd441d

#fd441d

Complementary Color

#fd441d #1dd6fd

#fd441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd441d Color CSS Codes

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

#fd441d Text Font Color

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

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


#fd441d Background Color

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

This div background color is #fd441d


#fd441d Border Color

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

This div border color is #fd441d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd441d

Related Colors


Comments

No comments written yet.

Please login to write comment.