Color Hex Logo

#f51524 Color Hex

#F51524
(245,21,36)
0 Favorites   0 Comments

Color spaces of #f51524

RGB 2452136
HSL0.990.920.52
HSV356°91°96°
CMYK 0.000.910.85   0.04
XYZ38.242820.07623.5285
Yxy20.07620.61830.3246
Hunter Lab44.806573.940326.6955
CIE-Lab51.923376.352653.3454

#f51524 color RGB value is (245,21,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 00100100
Octal 365 25 44
Decimal 245 21 36
Hex F5 15 24

RGB Percentages of Color #f51524

%81.13
%6.95
%11.92

CMYK Percentages of Color #f51524

%0
%91
%85
%4

Triadic Colors of #f51524

#f51524 #24f515 #1524f5

Analogous Colors of #f51524

#f51524 #f57615 #f51594

Monochromatic Colors of #f51524

#f51524

Complementary Color

#f51524 #15f5e6

#f51524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51524 Color CSS Codes

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

#f51524 Text Font Color

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

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


#f51524 Background Color

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

This div background color is #f51524


#f51524 Border Color

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

This div border color is #f51524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51524


Comments

No comments written yet.

Please login to write comment.