Color Hex Logo

#f91318 Color Hex

#F91318
(249,19,24)
0 Favorites   0 Comments

Color spaces of #f91318

RGB 2491924
HSL1.000.950.53
HSV359°92°98°
CMYK 0.000.920.90   0.02
XYZ39.464720.67142.7741
Yxy20.67140.62730.3286
Hunter Lab45.465875.374328.2085
CIE-Lab52.588077.377659.4046

#f91318 color RGB value is (249,19,24).

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

The process color (four color CMYK) of #f91318 color hex is 0.00, 0.92, 0.90, 0.02. Web safe color of #f91318 is #ff0000. Color #f91318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010011 00011000
Octal 371 23 30
Decimal 249 19 24
Hex F9 13 18

RGB Percentages of Color #f91318

%85.27
%6.51
%8.22

CMYK Percentages of Color #f91318

%0
%92
%90
%2

Triadic Colors of #f91318

#f91318 #18f913 #1318f9

Analogous Colors of #f91318

#f91318 #f98113 #f9138b

Monochromatic Colors of #f91318

#f91318

Complementary Color

#f91318 #13f9f4

#f91318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91318 Color CSS Codes

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

#f91318 Text Font Color

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

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


#f91318 Background Color

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

This div background color is #f91318


#f91318 Border Color

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

This div border color is #f91318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91318


Comments

No comments written yet.

Please login to write comment.