Html Css Color HEX #F6001F Torch Red

📋 copy color: '#F6001F'

red 246 ◦ green 0 ◦ blue 31

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

Shades of Torch Red #F6001F

Tints of Torch Red #F6001F

RGB

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

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

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

R = 88.81%
G = 0%
B = 11.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6001F (or 0xF6001F) is known color: Torch Red. HEX triplet: F6, 00 and 1F. RGB value is (246,0,31). Sum of RGB (Red+Green+Blue) = 246+0+31=277 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.81% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 246 - color contains mainly: red. Hex color #F6001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6001F is #09FFE0. Grayscale: #4D4D4D. Windows color (decimal): -655329 or 2031862. OLE color: 2031862.

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

Color convert

RGB 246 0 31 -
CMYK 0 1 0.87 0.04
HSL 352.44º 1% 0.48% -
HSV(B) 352.44º 1% 0.96% -
XYZ 38.25 19.69 3.08 -
YUV 77.09 102 248.48 -
System Red Green Blue C M Y K H S L
Decimal 246 0 31 0 1 0.87 0.04 352.44 1 0.48
Hex F6 0 1F 0 64 57 4 160 64 30
Octal 366 0 37 0 144 127 4 540 144 60
Binary 11110110 0 11111 0 1100100 1010111 100 101100000 1100100 110000

Color Harmonies of #F6001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6001F

Black with #F6001F

Text Example


Text Example

White with #F6001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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