Color Hex Logo

#f02d1e Color Hex

#F02D1E
(240,45,30)
0 Favorites   0 Comments

Color spaces of #f02d1e

RGB 2404530
HSL0.010.880.53
HSV88°94°
CMYK 0.000.810.88   0.06
XYZ37.107920.49583.2286
Yxy20.49580.61000.3369
Hunter Lab45.272367.082927.4623
CIE-Lab52.393270.638856.0159

#f02d1e color RGB value is (240,45,30).

#f02d1e hex color red value is 240, green value is 45 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f02d1e hue: 0.01 , saturation: 0.88 and the lightness value of f02d1e is 0.53.

The process color (four color CMYK) of #f02d1e color hex is 0.00, 0.81, 0.88, 0.06. Web safe color of #f02d1e is #ff3333. Color #f02d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101101 00011110
Octal 360 55 36
Decimal 240 45 30
Hex F0 2D 1E

RGB Percentages of Color #f02d1e

%76.19
%14.29
%9.52

CMYK Percentages of Color #f02d1e

%0
%81
%88
%6

Triadic Colors of #f02d1e

#f02d1e #1ef02d #2d1ef0

Analogous Colors of #f02d1e

#f02d1e #f0961e #f01e78

Monochromatic Colors of #f02d1e

#f02d1e

Complementary Color

#f02d1e #1ee1f0

#f02d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02d1e Color CSS Codes

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

#f02d1e Text Font Color

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

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


#f02d1e Background Color

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

This div background color is #f02d1e


#f02d1e Border Color

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

This div border color is #f02d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02d1e


Comments

No comments written yet.

Please login to write comment.