Html Css Color HEX #F60011 Torch Red

📋 copy color: '#F60011'

red 246 ◦ green 0 ◦ blue 17

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

Shades of Torch Red #F60011

Tints of Torch Red #F60011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.54%
G = 0%
B = 6.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F60011 (or 0xF60011) is known color: Torch Red. HEX triplet: F6, 00 and 11. RGB value is (246,0,17). Sum of RGB (Red+Green+Blue) = 246+0+17=263 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.54% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 246 - color contains mainly: red. Hex color #F60011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60011 is #09FFEE. Grayscale: #4B4B4B. Windows color (decimal): -655343 or 1114358. OLE color: 1114358.

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

Color convert

RGB 246 0 17 -
CMYK 0 1 0.93 0.04
HSL 355.85º 1% 0.48% -
HSV(B) 355.85º 1% 0.96% -
XYZ 38.11 19.63 2.31 -
YUV 75.49 95 249.62 -
System Red Green Blue C M Y K H S L
Decimal 246 0 17 0 1 0.93 0.04 355.85 1 0.48
Hex F6 0 11 0 64 5D 4 164 64 30
Octal 366 0 21 0 144 135 4 544 144 60
Binary 11110110 0 10001 0 1100100 1011101 100 101100100 1100100 110000

Color Harmonies of #F60011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60011

Black with #F60011

Text Example


Text Example

White with #F60011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60011; }

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

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

background-color css

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

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

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

border-color css

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

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

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