Color Hex Logo

#f92114 Color Hex

#F92114
(249,33,20)
0 Favorites   0 Comments

Color spaces of #f92114

RGB 2493320
HSL0.010.950.53
HSV92°98°
CMYK 0.000.870.92   0.02
XYZ39.737021.27802.6745
Yxy21.27800.62390.3341
Hunter Lab46.128173.044528.8520
CIE-Lab53.252475.369661.2631

#f92114 color RGB value is (249,33,20).

#f92114 hex color red value is 249, green value is 33 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f92114 hue: 0.01 , saturation: 0.95 and the lightness value of f92114 is 0.53.

The process color (four color CMYK) of #f92114 color hex is 0.00, 0.87, 0.92, 0.02. Web safe color of #f92114 is #ff3300. Color #f92114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100001 00010100
Octal 371 41 24
Decimal 249 33 20
Hex F9 21 14

RGB Percentages of Color #f92114

%82.45
%10.93
%6.62

CMYK Percentages of Color #f92114

%0
%87
%92
%2

Triadic Colors of #f92114

#f92114 #14f921 #2114f9

Analogous Colors of #f92114

#f92114 #f99414 #f9147a

Monochromatic Colors of #f92114

#f92114

Complementary Color

#f92114 #14ecf9

#f92114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92114 Color CSS Codes

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

#f92114 Text Font Color

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

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


#f92114 Background Color

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

This div background color is #f92114


#f92114 Border Color

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

This div border color is #f92114


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,33,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f92114; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f92114;
  -webkit-box-shadow: 1px 1px 3px 2px #f92114;
  box-shadow:         1px 1px 3px 2px #f92114; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,33,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92114

Related Colors


Comments

No comments written yet.

Please login to write comment.