#F60D31

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

Shades of Torch Red #F60D31

Tints of Torch Red #F60D31

Color information

#F60D31 (or 0xF60D31) is unknown color: approx Torch Red. HEX triplet: F6, 0D and 31. RGB value is (246,13,49). Sum of RGB (Red+Green+Blue) = 246+13+49=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D31 is #09F2CE. Grayscale: #565656. Windows color (decimal): -651983 or 3214838. OLE color: 3214838.

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

Color convert

RGB2461349-
CMYK00.950.800.04
HSL350.73º92.83%50.78%-
HSV(B)350.73º94.72%96.47%-
XYZ38.720.14.75-
YUV86.77106.69241.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 79.87%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=79.87%
G=4.22%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246134900.950.800.04350.7392.8350.78
HexF6D3105F50415f5d33
Octal36615610137120453713563
Binary1111011011011100010101111110100001001010111111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60D31; }

 p { color: rgb(246,13,49); }

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

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

 a { background-color: rgb(246,13,49); }

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

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

 span { border-color: rgb(246,13,49); }

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