#F60918

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

Shades of Torch Red #F60918

Tints of Torch Red #F60918

Color information

#F60918 (or 0xF60918) is unknown color: approx Torch Red. HEX triplet: F6, 09 and 18. RGB value is (246,9,24). Sum of RGB (Red+Green+Blue) = 246+9+24=279 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.17% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 246 - color contains mainly: red. Hex color #F60918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60918 is #09F6E7. Grayscale: #515151. Windows color (decimal): -653032 or 1575414. OLE color: 1575414.

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

Color convert

RGB246924-
CMYK00.960.900.04
HSL356.2º92.94%50%-
HSV(B)356.2º96.34%96.47%-
XYZ38.2719.852.68-
YUV81.5795.52245.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 88.17%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=88.17%
G=3.23%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24692400.960.900.04356.292.9450
HexF69180605A41645d32
Octal36611300140132454413562
Binary111101101001110000110000010110101001011001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60918; }

 p { color: rgb(246,9,24); }

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

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

 a { background-color: rgb(246,9,24); }

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

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

 span { border-color: rgb(246,9,24); }

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