Html Css Color HEX #F6071D Torch Red

📋 copy color: '#F6071D'

red 246 ◦ green 7 ◦ blue 29

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

Shades of Torch Red #F6071D

Tints of Torch Red #F6071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 87.23%
G = 2.48%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6071D (or 0xF6071D) is known color: Torch Red. HEX triplet: F6, 07 and 1D. RGB value is (246,7,29). Sum of RGB (Red+Green+Blue) = 246+7+29=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F6071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6071D is #09F8E2. Grayscale: #515151. Windows color (decimal): -653539 or 1902582. OLE color: 1902582.

HSL color Cylindrical-coordinate representation of color #F6071D: hue angle of 354.48º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6071D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 7 29 -
CMYK 0 0.97 0.88 0.04
HSL 354.48º 0.94% 0.5% -
HSV(B) 354.48º 0.97% 0.96% -
XYZ 38.3 19.83 2.97 -
YUV 80.97 98.68 245.71 -
System Red Green Blue C M Y K H S L
Decimal 246 7 29 0 0.97 0.88 0.04 354.48 0.94 0.5
Hex F6 7 1D 0 61 58 4 162 5E 32
Octal 366 7 35 0 141 130 4 542 136 62
Binary 11110110 111 11101 0 1100001 1011000 100 101100010 1011110 110010

Color Harmonies of #F6071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6071D

Black with #F6071D

Text Example


Text Example

White with #F6071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6071D; }

 p { color: rgb(246,7,29); }

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

background-color css

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

 a { background-color: rgb(246,7,29); }

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

border-color css

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

 span { border-color: rgb(246,7,29); }

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