Color Hex Logo

#f02913 Color Hex

#F02913
(240,41,19)
0 Favorites   0 Comments

Color spaces of #f02913

RGB 2404119
HSL0.020.880.51
HSV92°94°
CMYK 0.000.830.92   0.06
XYZ36.845720.15822.5650
Yxy20.15820.61850.3384
Hunter Lab44.897967.915728.0413
CIE-Lab52.015671.403759.9351

#f02913 color RGB value is (240,41,19).

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

The process color (four color CMYK) of #f02913 color hex is 0.00, 0.83, 0.92, 0.06. Web safe color of #f02913 is #ff3300. Color #f02913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 00010011
Octal 360 51 23
Decimal 240 41 19
Hex F0 29 13

RGB Percentages of Color #f02913

%80.00
%13.67
%6.33

CMYK Percentages of Color #f02913

%0
%83
%92
%6

Triadic Colors of #f02913

#f02913 #13f029 #2913f0

Analogous Colors of #f02913

#f02913 #f09813 #f0136c

Monochromatic Colors of #f02913

#f02913

Complementary Color

#f02913 #13daf0

#f02913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02913 Color CSS Codes

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

#f02913 Text Font Color

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

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


#f02913 Background Color

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

This div background color is #f02913


#f02913 Border Color

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

This div border color is #f02913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02913


Comments

No comments written yet.

Please login to write comment.