Color Hex Logo

#f72b2c Color Hex

#F72B2C
(247,43,44)
0 Favorites   0 Comments

Color spaces of #f72b2c

RGB 2474344
HSL1.000.930.57
HSV360°83°97°
CMYK 0.000.830.82   0.03
XYZ39.676321.68384.4771
Yxy21.68380.60260.3294
Hunter Lab46.565970.600126.8956
CIE-Lab53.689973.293551.1243

#f72b2c color RGB value is (247,43,44).

#f72b2c hex color red value is 247, green value is 43 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f72b2c hue: 1.00 , saturation: 0.93 and the lightness value of f72b2c is 0.57.

The process color (four color CMYK) of #f72b2c color hex is 0.00, 0.83, 0.82, 0.03. Web safe color of #f72b2c is #ff3333. Color #f72b2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 00101100
Octal 367 53 54
Decimal 247 43 44
Hex F7 2B 2C

RGB Percentages of Color #f72b2c

%73.95
%12.87
%13.17

CMYK Percentages of Color #f72b2c

%0
%83
%82
%3

Triadic Colors of #f72b2c

#f72b2c #2cf72b #2b2cf7

Analogous Colors of #f72b2c

#f72b2c #f7902b #f72b92

Monochromatic Colors of #f72b2c

#f72b2c

Complementary Color

#f72b2c #2bf7f6

#f72b2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72b2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72b2c Color CSS Codes

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

#f72b2c Text Font Color

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

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


#f72b2c Background Color

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

This div background color is #f72b2c


#f72b2c Border Color

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

This div border color is #f72b2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,43,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f72b2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f72b2c;
  -webkit-box-shadow: 1px 1px 3px 2px #f72b2c;
  box-shadow:         1px 1px 3px 2px #f72b2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,43,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72b2c


Comments

No comments written yet.

Please login to write comment.