Color Hex Logo

#f5372b Color Hex

#F5372B
(245,55,43)
0 Favorites   0 Comments

Color spaces of #f5372b

RGB 2455543
HSL0.010.910.56
HSV82°96°
CMYK 0.000.780.82   0.04
XYZ39.458422.31934.5139
Yxy22.31930.59520.3367
Hunter Lab47.243366.410427.4054
CIE-Lab54.364269.701852.0982

#f5372b color RGB value is (245,55,43).

#f5372b hex color red value is 245, green value is 55 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f5372b hue: 0.01 , saturation: 0.91 and the lightness value of f5372b is 0.56.

The process color (four color CMYK) of #f5372b color hex is 0.00, 0.78, 0.82, 0.04. Web safe color of #f5372b is #ff3333. Color #f5372b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110111 00101011
Octal 365 67 53
Decimal 245 55 43
Hex F5 37 2B

RGB Percentages of Color #f5372b

%71.43
%16.03
%12.54

CMYK Percentages of Color #f5372b

%0
%78
%82
%4

Triadic Colors of #f5372b

#f5372b #2bf537 #372bf5

Analogous Colors of #f5372b

#f5372b #f59c2b #f52b84

Monochromatic Colors of #f5372b

#f5372b

Complementary Color

#f5372b #2be9f5

#f5372b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5372b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5372b Color CSS Codes

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

#f5372b Text Font Color

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

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


#f5372b Background Color

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

This div background color is #f5372b


#f5372b Border Color

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

This div border color is #f5372b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,55,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5372b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5372b;
  -webkit-box-shadow: 1px 1px 3px 2px #f5372b;
  box-shadow:         1px 1px 3px 2px #f5372b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5372b


Comments

No comments written yet.

Please login to write comment.