#f60c28

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

Shades of Torch Red #F60C28

Tints of Torch Red #F60C28

Color information

#F60C28 (or 0xF60C28) is unknown color: approx Torch Red. HEX triplet: F6, 0C and 28. RGB value is (246,12,40). Sum of RGB (Red+Green+Blue) = 246+12+40=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C28 is #09F3D7. Grayscale: #555555. Windows color (decimal): -652248 or 2624758. OLE color: 2624758.

HSL color Cylindrical-coordinate representation of color #F60C28: hue angle of 352.82º 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 #F60C28 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB2461240-
CMYK00.950.840.04
HSL352.82º92.86%50.59%-
HSV(B)352.82º95.12%96.47%-
XYZ38.5220.013.84-
YUV85.16102.52242.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.55%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=82.55%
G=4.03%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246124000.950.840.04352.8292.8650.59
HexF6C2805F5441615d33
Octal36614500137124454113563
Binary1111011011001010000101111110101001001011000011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f60c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f60c28; }

 p { color: rgb(246,12,40); }

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

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

 a { background-color: rgb(246,12,40); }

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

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

 span { border-color: rgb(246,12,40); }

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