Color Hex Logo

#f03815 Color Hex

#F03815
(240,56,21)
0 Favorites   0 Comments

Color spaces of #f03815

RGB 2405621
HSL0.030.880.51
HSV10°91°94°
CMYK 0.000.770.91   0.06
XYZ37.484721.40782.8659
Yxy21.40780.60700.3466
Hunter Lab46.268663.642628.7155
CIE-Lab53.392967.562360.1503

#f03815 color RGB value is (240,56,21).

#f03815 hex color red value is 240, green value is 56 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f03815 hue: 0.03 , saturation: 0.88 and the lightness value of f03815 is 0.51.

The process color (four color CMYK) of #f03815 color hex is 0.00, 0.77, 0.91, 0.06. Web safe color of #f03815 is #ff3300. Color #f03815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111000 00010101
Octal 360 70 25
Decimal 240 56 21
Hex F0 38 15

RGB Percentages of Color #f03815

%75.71
%17.67
%6.62

CMYK Percentages of Color #f03815

%0
%77
%91
%6

Triadic Colors of #f03815

#f03815 #15f038 #3815f0

Analogous Colors of #f03815

#f03815 #f0a615 #f0155f

Monochromatic Colors of #f03815

#f03815

Complementary Color

#f03815 #15cdf0

#f03815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03815 Color CSS Codes

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

#f03815 Text Font Color

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

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


#f03815 Background Color

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

This div background color is #f03815


#f03815 Border Color

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

This div border color is #f03815


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,56,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f03815; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f03815;
  -webkit-box-shadow: 1px 1px 3px 2px #f03815;
  box-shadow:         1px 1px 3px 2px #f03815; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,56,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03815


Comments

No comments written yet.

Please login to write comment.