Color Hex Logo

#f51929 Color Hex

#F51929
(245,25,41)
0 Favorites   0 Comments

Color spaces of #f51929

RGB 2452541
HSL0.990.920.53
HSV356°90°96°
CMYK 0.000.900.83   0.04
XYZ38.404120.26783.9858
Yxy20.26780.61290.3235
Hunter Lab45.019873.484826.2646
CIE-Lab52.138775.942451.0732

#f51929 color RGB value is (245,25,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011001 00101001
Octal 365 31 51
Decimal 245 25 41
Hex F5 19 29

RGB Percentages of Color #f51929

%78.78
%8.04
%13.18

CMYK Percentages of Color #f51929

%0
%90
%83
%4

Triadic Colors of #f51929

#f51929 #29f519 #1929f5

Analogous Colors of #f51929

#f51929 #f57719 #f51997

Monochromatic Colors of #f51929

#f51929

Complementary Color

#f51929 #19f5e5

#f51929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51929 Color CSS Codes

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

#f51929 Text Font Color

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

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


#f51929 Background Color

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

This div background color is #f51929


#f51929 Border Color

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

This div border color is #f51929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51929


Comments

No comments written yet.

Please login to write comment.