Color Hex Logo

#fb352d Color Hex

#FB352D
(251,53,45)
0 Favorites   0 Comments

Color spaces of #fb352d

RGB 2515345
HSL0.010.960.58
HSV82°98°
CMYK 0.000.790.82   0.02
XYZ41.530423.24494.7804
Yxy23.24490.59710.3342
Hunter Lab48.213069.386327.8704
CIE-Lab55.323771.983652.4163

#fb352d color RGB value is (251,53,45).

#fb352d hex color red value is 251, green value is 53 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fb352d hue: 0.01 , saturation: 0.96 and the lightness value of fb352d is 0.58.

The process color (four color CMYK) of #fb352d color hex is 0.00, 0.79, 0.82, 0.02. Web safe color of #fb352d is #ff3333. Color #fb352d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 00101101
Octal 373 65 55
Decimal 251 53 45
Hex FB 35 2D

RGB Percentages of Color #fb352d

%71.92
%15.19
%12.89

CMYK Percentages of Color #fb352d

%0
%79
%82
%2

Triadic Colors of #fb352d

#fb352d #2dfb35 #352dfb

Analogous Colors of #fb352d

#fb352d #fb9c2d #fb2d8c

Monochromatic Colors of #fb352d

#fb352d

Complementary Color

#fb352d #2df3fb

#fb352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb352d Color CSS Codes

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

#fb352d Text Font Color

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

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


#fb352d Background Color

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

This div background color is #fb352d


#fb352d Border Color

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

This div border color is #fb352d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,53,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb352d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb352d;
  -webkit-box-shadow: 1px 1px 3px 2px #fb352d;
  box-shadow:         1px 1px 3px 2px #fb352d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb352d

Related Colors


Comments

No comments written yet.

Please login to write comment.