Html Css Color HEX #F60719 Torch Red

📋 copy color: '#F60719'

red 246 ◦ green 7 ◦ blue 25

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

Shades of Torch Red #F60719

Tints of Torch Red #F60719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 88.49%
G = 2.52%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F60719 (or 0xF60719) is known color: Torch Red. HEX triplet: F6, 07 and 19. RGB value is (246,7,25). Sum of RGB (Red+Green+Blue) = 246+7+25=278 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.49% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 246 - color contains mainly: red. Hex color #F60719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60719 is #09F8E6. Grayscale: #505050. Windows color (decimal): -653543 or 1640438. OLE color: 1640438.

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

Color convert

RGB 246 7 25 -
CMYK 0 0.97 0.90 0.04
HSL 355.48º 0.94% 0.5% -
HSV(B) 355.48º 0.97% 0.96% -
XYZ 38.26 19.81 2.73 -
YUV 80.51 96.68 246.04 -
System Red Green Blue C M Y K H S L
Decimal 246 7 25 0 0.97 0.90 0.04 355.48 0.94 0.5
Hex F6 7 19 0 61 5A 4 163 5E 32
Octal 366 7 31 0 141 132 4 543 136 62
Binary 11110110 111 11001 0 1100001 1011010 100 101100011 1011110 110010

Color Harmonies of #F60719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60719

Black with #F60719

Text Example


Text Example

White with #F60719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60719; }

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

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

background-color css

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

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

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

border-color css

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

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

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