Color Hex Logo

#f91917 Color Hex

#F91917
(249,25,23)
0 Favorites   0 Comments

Color spaces of #f91917

RGB 2492523
HSL0.000.950.53
HSV91°98°
CMYK 0.000.900.91   0.02
XYZ39.569220.89692.7586
Yxy20.89690.62590.3305
Hunter Lab45.713174.511328.4213
CIE-Lab52.836576.635459.9428

#f91917 color RGB value is (249,25,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 00010111
Octal 371 31 27
Decimal 249 25 23
Hex F9 19 17

RGB Percentages of Color #f91917

%83.84
%8.42
%7.74

CMYK Percentages of Color #f91917

%0
%90
%91
%2

Triadic Colors of #f91917

#f91917 #17f919 #1917f9

Analogous Colors of #f91917

#f91917 #f98a17 #f91786

Monochromatic Colors of #f91917

#f91917

Complementary Color

#f91917 #17f7f9

#f91917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91917 Color CSS Codes

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

#f91917 Text Font Color

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

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


#f91917 Background Color

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

This div background color is #f91917


#f91917 Border Color

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

This div border color is #f91917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91917


Comments

No comments written yet.

Please login to write comment.