Color Hex Logo

#f51820 Color Hex

#F51820
(245,24,32)
0 Favorites   0 Comments

Color spaces of #f51820

RGB 2452432
HSL0.990.920.53
HSV358°90°96°
CMYK 0.000.900.87   0.04
XYZ38.243520.17003.2440
Yxy20.17000.62030.3271
Hunter Lab44.911073.405527.1551
CIE-Lab52.028975.899655.2895

#f51820 color RGB value is (245,24,32).

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

The process color (four color CMYK) of #f51820 color hex is 0.00, 0.90, 0.87, 0.04. Web safe color of #f51820 is #ff0033. Color #f51820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 00100000
Octal 365 30 40
Decimal 245 24 32
Hex F5 18 20

RGB Percentages of Color #f51820

%81.40
%7.97
%10.63

CMYK Percentages of Color #f51820

%0
%90
%87
%4

Triadic Colors of #f51820

#f51820 #20f518 #1820f5

Analogous Colors of #f51820

#f51820 #f57f18 #f5188f

Monochromatic Colors of #f51820

#f51820

Complementary Color

#f51820 #18f5ed

#f51820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51820 Color CSS Codes

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

#f51820 Text Font Color

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

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


#f51820 Background Color

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

This div background color is #f51820


#f51820 Border Color

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

This div border color is #f51820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51820


Comments

No comments written yet.

Please login to write comment.