Color Hex Logo

#f81418 Color Hex

#F81418
(248,20,24)
0 Favorites   0 Comments

Color spaces of #f81418

RGB 2482024
HSL1.000.940.53
HSV359°92°97°
CMYK 0.000.920.90   0.03
XYZ39.126420.52272.7632
Yxy20.52270.62690.3288
Hunter Lab45.302074.888328.0950
CIE-Lab52.423177.019359.1975

#f81418 color RGB value is (248,20,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010100 00011000
Octal 370 24 30
Decimal 248 20 24
Hex F8 14 18

RGB Percentages of Color #f81418

%84.93
%6.85
%8.22

CMYK Percentages of Color #f81418

%0
%92
%90
%3

Triadic Colors of #f81418

#f81418 #18f814 #1418f8

Analogous Colors of #f81418

#f81418 #f88214 #f8148a

Monochromatic Colors of #f81418

#f81418

Complementary Color

#f81418 #14f8f4

#f81418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81418 Color CSS Codes

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

#f81418 Text Font Color

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

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


#f81418 Background Color

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

This div background color is #f81418


#f81418 Border Color

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

This div border color is #f81418


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,20,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 #f81418">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81418


Comments

No comments written yet.

Please login to write comment.