Html Css Color HEX #F60911 Torch Red

📋 copy color: '#F60911'

red 246 ◦ green 9 ◦ blue 17

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

Shades of Torch Red #F60911

Tints of Torch Red #F60911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 90.44%
G = 3.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F60911 (or 0xF60911) is known color: Torch Red. HEX triplet: F6, 09 and 11. RGB value is (246,9,17). Sum of RGB (Red+Green+Blue) = 246+9+17=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F60911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60911 is #09F6EE. Grayscale: #505050. Windows color (decimal): -653039 or 1116662. OLE color: 1116662.

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

Color convert

RGB 246 9 17 -
CMYK 0 0.96 0.93 0.04
HSL 357.97º 0.93% 0.5% -
HSV(B) 357.97º 0.96% 0.96% -
XYZ 38.2 19.83 2.34 -
YUV 80.78 92.02 245.85 -
System Red Green Blue C M Y K H S L
Decimal 246 9 17 0 0.96 0.93 0.04 357.97 0.93 0.5
Hex F6 9 11 0 60 5D 4 166 5D 32
Octal 366 11 21 0 140 135 4 546 135 62
Binary 11110110 1001 10001 0 1100000 1011101 100 101100110 1011101 110010

Color Harmonies of #F60911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60911

Black with #F60911

Text Example


Text Example

White with #F60911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60911; }

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

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

background-color css

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

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

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

border-color css

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

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

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