Html Css Color HEX #F6111F Torch Red

📋 copy color: '#F6111F'

red 246 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #F6111F

Tints of Torch Red #F6111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 83.67%
G = 5.78%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6111F (or 0xF6111F) is known color: Torch Red. HEX triplet: F6, 11 and 1F. RGB value is (246,17,31). Sum of RGB (Red+Green+Blue) = 246+17+31=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6111F is #09EEE0. Grayscale: #575757. Windows color (decimal): -650977 or 2036214. OLE color: 2036214.

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

Color convert

RGB 246 17 31 -
CMYK 0 0.93 0.87 0.04
HSL 356.33º 0.93% 0.52% -
HSV(B) 356.33º 0.93% 0.96% -
XYZ 38.45 20.09 3.15 -
YUV 87.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 246 17 31 0 0.93 0.87 0.04 356.33 0.93 0.52
Hex F6 11 1F 0 5D 57 4 164 5D 34
Octal 366 21 37 0 135 127 4 544 135 64
Binary 11110110 10001 11111 0 1011101 1010111 100 101100100 1011101 110100

Color Harmonies of #F6111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6111F

Black with #F6111F

Text Example


Text Example

White with #F6111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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