#F60735

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

Shades of Torch Red #F60735

Tints of Torch Red #F60735

Color information

#F60735 (or 0xF60735) is unknown color: approx Torch Red. HEX triplet: F6, 07 and 35. RGB value is (246,7,53). Sum of RGB (Red+Green+Blue) = 246+7+53=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F60735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60735 is #09F8CA. Grayscale: #535353. Windows color (decimal): -653515 or 3475446. OLE color: 3475446.

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

Color convert

RGB246753-
CMYK00.970.780.04
HSL348.45º94.47%49.61%-
HSV(B)348.45º97.15%96.47%-
XYZ38.72205.19-
YUV83.7110.68243.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.39%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=80.39%
G=2.29%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24675300.970.780.04348.4594.4749.61
HexF67350614E415c5e32
Octal3667650141116453413662
Binary111101101111101010110000110011101001010111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60735; }

 p { color: rgb(246,7,53); }

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

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

 a { background-color: rgb(246,7,53); }

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

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

 span { border-color: rgb(246,7,53); }

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