Color Hex Logo

#f51830 Color Hex

#F51830
(245,24,48)
0 Favorites   0 Comments

Color spaces of #f51830

RGB 2452448
HSL0.980.920.53
HSV353°90°96°
CMYK 0.000.900.80   0.04
XYZ38.516320.27914.6805
Yxy20.27910.60680.3195
Hunter Lab45.032373.865125.3602
CIE-Lab52.151376.247547.4416

#f51830 color RGB value is (245,24,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 00110000
Octal 365 30 60
Decimal 245 24 48
Hex F5 18 30

RGB Percentages of Color #f51830

%77.29
%7.57
%15.14

CMYK Percentages of Color #f51830

%0
%90
%80
%4

Triadic Colors of #f51830

#f51830 #30f518 #1830f5

Analogous Colors of #f51830

#f51830 #f56f18 #f5189f

Monochromatic Colors of #f51830

#f51830

Complementary Color

#f51830 #18f5dd

#f51830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51830 Color CSS Codes

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

#f51830 Text Font Color

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

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


#f51830 Background Color

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

This div background color is #f51830


#f51830 Border Color

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

This div border color is #f51830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51830


Comments

No comments written yet.

Please login to write comment.