Color Hex Logo

#fd3818 Color Hex

#FD3818
(253,56,24)
0 Favorites   0 Comments

Color spaces of #fd3818

RGB 2535624
HSL0.020.980.54
HSV91°99°
CMYK 0.000.780.91   0.01
XYZ42.087123.77693.2353
Yxy23.77690.60910.3441
Hunter Lab48.761668.734330.1992
CIE-Lab55.863771.343761.9568

#fd3818 color RGB value is (253,56,24).

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

The process color (four color CMYK) of #fd3818 color hex is 0.00, 0.78, 0.91, 0.01. Web safe color of #fd3818 is #ff3300. Color #fd3818 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 00011000
Octal 375 70 30
Decimal 253 56 24
Hex FD 38 18

RGB Percentages of Color #fd3818

%75.98
%16.82
%7.21

CMYK Percentages of Color #fd3818

%0
%78
%91
%1

Triadic Colors of #fd3818

#fd3818 #18fd38 #3818fd

Analogous Colors of #fd3818

#fd3818 #fdab18 #fd186b

Monochromatic Colors of #fd3818

#fd3818

Complementary Color

#fd3818 #18ddfd

#fd3818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3818 Color CSS Codes

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

#fd3818 Text Font Color

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

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


#fd3818 Background Color

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

This div background color is #fd3818


#fd3818 Border Color

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

This div border color is #fd3818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3818


Comments

No comments written yet.

Please login to write comment.