#F72607

Color #F72607 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F72607

Tints of Scarlet #F72607

Color information

#F72607 (or 0xF72607) is unknown color: approx Scarlet. HEX triplet: F7, 26 and 07. RGB value is (247,38,7). Sum of RGB (Red+Green+Blue) = 247+38+7=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F72607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72607 is #08D9F8. Grayscale: #616161. Windows color (decimal): -580089 or 468727. OLE color: 468727.

HSL color Cylindrical-coordinate representation of color #F72607: hue angle of 7.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F72607 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB247387-
CMYK00.850.970.03
HSL7.75º94.49%49.8%-
HSV(B)7.75º97.17%96.86%-
XYZ39.0921.182.23-
YUV96.9677.24235.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 84.59%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 7 (3.12% from 255) = 2.40%
R=84.59%
G=13.01%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24738700.850.970.037.7594.4949.8
HexF726705561385e32
Octal367467012514131013662
Binary111101111001101110101010111000011110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72607; }

 p { color: rgb(247,38,7); }

 H1.HeaderClassName
 {
   color: #F72607;
 }
 .AnyTagClassName
 {
   color: #F72607;
 }
</style>
background-color css

<style>
 a { background-color: #F72607; }

 a { background-color: rgb(247,38,7); }

 div.DivClassName
 {
   background-color: #F72607;
 }
 .BgClassName
 {
   background-color: #F72607;
 }
</style>
border-color css

<style>
 span { border-color: #F72607; }

 span { border-color: rgb(247,38,7); }

 td.TdClassName
 {
   border-color: #F72607;
 }
 .TagClassName
 {
   border-color: #F72607;
 }
</style>