Html Css Color HEX #F60926 Torch Red

📋 copy color: '#F60926'

red 246 ◦ green 9 ◦ blue 38

#F60926
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F60926

Tints of Torch Red #F60926

RGB

 RED value IS 246 (96.48% from 255) = 83.96%

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 83.96%
G = 3.07%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F60926 (or 0xF60926) is known color: Torch Red. HEX triplet: F6, 09 and 26. RGB value is (246,9,38). Sum of RGB (Red+Green+Blue) = 246+9+38=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F60926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60926 is #09F6D9. Grayscale: #535353. Windows color (decimal): -653018 or 2492918. OLE color: 2492918.

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

Color convert

RGB 246 9 38 -
CMYK 0 0.96 0.85 0.04
HSL 352.66º 0.93% 0.5% -
HSV(B) 352.66º 0.96% 0.96% -
XYZ 38.45 19.93 3.65 -
YUV 83.17 102.52 244.14 -
System Red Green Blue C M Y K H S L
Decimal 246 9 38 0 0.96 0.85 0.04 352.66 0.93 0.5
Hex F6 9 26 0 60 55 4 161 5D 32
Octal 366 11 46 0 140 125 4 541 135 62
Binary 11110110 1001 100110 0 1100000 1010101 100 101100001 1011101 110010

Color Harmonies of #F60926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60926

Black with #F60926

Text Example


Text Example

White with #F60926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60926; }

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

 H1.HeaderClassName
 {
   color: #F60926;
 }
 .AnyTagClassName
 {
   color: #F60926;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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