Color Hex Logo

#f7232d Color Hex

#F7232D
(247,35,45)
0 Favorites   0 Comments

Color spaces of #f7232d

RGB 2473545
HSL0.990.930.55
HSV357°86°97°
CMYK 0.000.860.82   0.03
XYZ39.432521.16574.4897
Yxy21.16570.60580.3252
Hunter Lab46.006272.483826.4183
CIE-Lab53.130474.938250.0949

#f7232d color RGB value is (247,35,45).

#f7232d hex color red value is 247, green value is 35 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f7232d hue: 0.99 , saturation: 0.93 and the lightness value of f7232d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100011 00101101
Octal 367 43 55
Decimal 247 35 45
Hex F7 23 2D

RGB Percentages of Color #f7232d

%75.54
%10.70
%13.76

CMYK Percentages of Color #f7232d

%0
%86
%82
%3

Triadic Colors of #f7232d

#f7232d #2df723 #232df7

Analogous Colors of #f7232d

#f7232d #f78323 #f72397

Monochromatic Colors of #f7232d

#f7232d

Complementary Color

#f7232d #23f7ed

#f7232d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7232d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7232d Color CSS Codes

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

#f7232d Text Font Color

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

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


#f7232d Background Color

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

This div background color is #f7232d


#f7232d Border Color

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

This div border color is #f7232d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7232d


Comments

No comments written yet.

Please login to write comment.