color codes Logo

#f5312d color codes

#F5312D
(245,49,45)
0 Favorites   0 Comments

Color spaces of #f5312d

RGB 2454945
HSL0.000.910.57
HSV82°96°
CMYK 0.000.800.82   0.04
XYZ39.228221.79864.6226
Yxy21.79860.59750.3320
Hunter Lab46.689068.270526.8121
CIE-Lab53.812771.352250.5961

#f5312d color RGB value is (245,49,45).

#f5312d hex color red value is 245, green value is 49 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f5312d hue: 0.00 , saturation: 0.91 and the lightness value of f5312d is 0.57.

The process color (four color CMYK) of #f5312d color code is 0.00, 0.80, 0.82, 0.04. Web safe color of #f5312d is #ff3333. Color #f5312d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 00101101
Octal 365 61 55
Decimal 245 49 45
Hex F5 31 2D

RGB Percentages of Color #f5312d

%72.27
%14.45
%13.27

CMYK Percentages of Color #f5312d

%0
%80
%82
%4

Triadic Colors of #f5312d

#f5312d #2df531 #312df5

Analogous Colors of #f5312d

#f5312d #f5952d #f52d8d

Monochromatic Colors of #f5312d

#f5312d

Complementary Color

#f5312d #2df1f5

#f5312d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5312d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5312d Color CSS Codes

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

#f5312d Text Font Color

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

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


#f5312d Background Color

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

This div background color is #f5312d


#f5312d Border Color

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

This div border color is #f5312d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5312d


Comments

No comments written yet.

Please login to write comment.