Color Hex Logo

#f51625 Color Hex

#F51625
(245,22,37)
0 Favorites   0 Comments

Color spaces of #f51625

RGB 2452237
HSL0.990.920.52
HSV356°91°96°
CMYK 0.000.910.85   0.04
XYZ38.277020.11993.6164
Yxy20.11990.61720.3244
Hunter Lab44.855273.825626.6185
CIE-Lab51.972576.250352.9052

#f51625 color RGB value is (245,22,37).

#f51625 hex color red value is 245, green value is 22 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #f51625 hue: 0.99 , saturation: 0.92 and the lightness value of f51625 is 0.52.

The process color (four color CMYK) of #f51625 color hex is 0.00, 0.91, 0.85, 0.04. Web safe color of #f51625 is #ff0033. Color #f51625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 00100101
Octal 365 26 45
Decimal 245 22 37
Hex F5 16 25

RGB Percentages of Color #f51625

%80.59
%7.24
%12.17

CMYK Percentages of Color #f51625

%0
%91
%85
%4

Triadic Colors of #f51625

#f51625 #25f516 #1625f5

Analogous Colors of #f51625

#f51625 #f57716 #f51695

Monochromatic Colors of #f51625

#f51625

Complementary Color

#f51625 #16f5e6

#f51625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51625 Color CSS Codes

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

#f51625 Text Font Color

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

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


#f51625 Background Color

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

This div background color is #f51625


#f51625 Border Color

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

This div border color is #f51625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51625


Comments

No comments written yet.

Please login to write comment.