Html Css Color HEX #F7193C Torch Red

📋 copy color: '#F7193C'

red 247 ◦ green 25 ◦ blue 60

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

Shades of Torch Red #F7193C

Tints of Torch Red #F7193C

RGB

 RED value IS 247 (96.88% from 255) = 74.4%

 GREEN value IS 25 (10.16% from 255) = 7.53%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 74.4%
G = 7.53%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7193C (or 0xF7193C) is known color: Torch Red. HEX triplet: F7, 19 and 3C. RGB value is (247,25,60). Sum of RGB (Red+Green+Blue) = 247+25+60=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7193C is #08E6C3. Grayscale: #5F5F5F. Windows color (decimal): -583364 or 3938807. OLE color: 3938807.

HSL color Cylindrical-coordinate representation of color #F7193C: hue angle of 350.54º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7193C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 60 -
CMYK 0 0.90 0.76 0.03
HSL 350.54º 0.93% 0.53% -
HSV(B) 350.54º 0.9% 0.97% -
XYZ 39.52 20.8 6.21 -
YUV 95.37 108.05 236.15 -
System Red Green Blue C M Y K H S L
Decimal 247 25 60 0 0.90 0.76 0.03 350.54 0.93 0.53
Hex F7 19 3C 0 5A 4C 3 15F 5D 35
Octal 367 31 74 0 132 114 3 537 135 65
Binary 11110111 11001 111100 0 1011010 1001100 11 101011111 1011101 110101

Color Harmonies of #F7193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7193C

Black with #F7193C

Text Example


Text Example

White with #F7193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7193C; }

 p { color: rgb(247,25,60); }

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

background-color css

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

 a { background-color: rgb(247,25,60); }

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

border-color css

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

 span { border-color: rgb(247,25,60); }

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