Html Css Color HEX #F60712 Torch Red

📋 copy color: '#F60712'

red 246 ◦ green 7 ◦ blue 18

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

Shades of Torch Red #F60712

Tints of Torch Red #F60712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 90.77%
G = 2.58%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F60712 (or 0xF60712) is known color: Torch Red. HEX triplet: F6, 07 and 12. RGB value is (246,7,18). Sum of RGB (Red+Green+Blue) = 246+7+18=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F60712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60712 is #09F8ED. Grayscale: #4F4F4F. Windows color (decimal): -653550 or 1181686. OLE color: 1181686.

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

Color convert

RGB 246 7 18 -
CMYK 0 0.97 0.93 0.04
HSL 357.24º 0.94% 0.5% -
HSV(B) 357.24º 0.97% 0.96% -
XYZ 38.19 19.79 2.38 -
YUV 79.72 93.18 246.61 -
System Red Green Blue C M Y K H S L
Decimal 246 7 18 0 0.97 0.93 0.04 357.24 0.94 0.5
Hex F6 7 12 0 61 5D 4 165 5E 32
Octal 366 7 22 0 141 135 4 545 136 62
Binary 11110110 111 10010 0 1100001 1011101 100 101100101 1011110 110010

Color Harmonies of #F60712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60712

Black with #F60712

Text Example


Text Example

White with #F60712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60712; }

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

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

background-color css

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

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

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

border-color css

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

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

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