Color Hex Logo

#fd363b Color Hex

#FD363B
(253,54,59)
0 Favorites   0 Comments

Color spaces of #fd363b

RGB 2535459
HSL1.000.980.60
HSV358°79°99°
CMYK 0.000.790.77   0.01
XYZ42.616623.83676.4925
Yxy23.83670.58420.3268
Hunter Lab48.822870.369526.2916
CIE-Lab55.923972.675845.8715

#fd363b color RGB value is (253,54,59).

#fd363b hex color red value is 253, green value is 54 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fd363b hue: 1.00 , saturation: 0.98 and the lightness value of fd363b is 0.60.

The process color (four color CMYK) of #fd363b color hex is 0.00, 0.79, 0.77, 0.01. Web safe color of #fd363b is #ff3333. Color #fd363b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 00111011
Octal 375 66 73
Decimal 253 54 59
Hex FD 36 3B

RGB Percentages of Color #fd363b

%69.13
%14.75
%16.12

CMYK Percentages of Color #fd363b

%0
%79
%77
%1

Triadic Colors of #fd363b

#fd363b #3bfd36 #363bfd

Analogous Colors of #fd363b

#fd363b #fd9536 #fd369f

Monochromatic Colors of #fd363b

#fd363b

Complementary Color

#fd363b #36fdf8

#fd363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd363b Color CSS Codes

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

#fd363b Text Font Color

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

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


#fd363b Background Color

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

This div background color is #fd363b


#fd363b Border Color

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

This div border color is #fd363b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd363b


Comments

No comments written yet.

Please login to write comment.