Html Css Color HEX #F60714 Torch Red

📋 copy color: '#F60714'

red 246 ◦ green 7 ◦ blue 20

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

Shades of Torch Red #F60714

Tints of Torch Red #F60714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 90.11%
G = 2.56%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F60714 (or 0xF60714) is known color: Torch Red. HEX triplet: F6, 07 and 14. RGB value is (246,7,20). Sum of RGB (Red+Green+Blue) = 246+7+20=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F60714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60714 is #09F8EB. Grayscale: #505050. Windows color (decimal): -653548 or 1312758. OLE color: 1312758.

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

Color convert

RGB 246 7 20 -
CMYK 0 0.97 0.92 0.04
HSL 356.74º 0.94% 0.5% -
HSV(B) 356.74º 0.97% 0.96% -
XYZ 38.21 19.8 2.47 -
YUV 79.94 94.18 246.44 -
System Red Green Blue C M Y K H S L
Decimal 246 7 20 0 0.97 0.92 0.04 356.74 0.94 0.5
Hex F6 7 14 0 61 5C 4 165 5E 32
Octal 366 7 24 0 141 134 4 545 136 62
Binary 11110110 111 10100 0 1100001 1011100 100 101100101 1011110 110010

Color Harmonies of #F60714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60714

Black with #F60714

Text Example


Text Example

White with #F60714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60714; }

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

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

background-color css

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

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

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

border-color css

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

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

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