Color Hex Logo

#f52815 Color Hex

#F52815
(245,40,21)
0 Favorites   0 Comments

Color spaces of #f52815

RGB 2454021
HSL0.010.920.52
HSV91°96°
CMYK 0.000.840.91   0.04
XYZ38.550320.98422.7280
Yxy20.98420.61920.3370
Hunter Lab45.808570.052328.5351
CIE-Lab52.932272.990460.3259

#f52815 color RGB value is (245,40,21).

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

The process color (four color CMYK) of #f52815 color hex is 0.00, 0.84, 0.91, 0.04. Web safe color of #f52815 is #ff3300. Color #f52815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101000 00010101
Octal 365 50 25
Decimal 245 40 21
Hex F5 28 15

RGB Percentages of Color #f52815

%80.07
%13.07
%6.86

CMYK Percentages of Color #f52815

%0
%84
%91
%4

Triadic Colors of #f52815

#f52815 #15f528 #2815f5

Analogous Colors of #f52815

#f52815 #f59815 #f51572

Monochromatic Colors of #f52815

#f52815

Complementary Color

#f52815 #15e2f5

#f52815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52815 Color CSS Codes

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

#f52815 Text Font Color

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

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


#f52815 Background Color

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

This div background color is #f52815


#f52815 Border Color

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

This div border color is #f52815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52815


Comments

No comments written yet.

Please login to write comment.