Html Css Color HEX #F7193B Torch Red

📋 copy color: '#F7193B'

red 247 ◦ green 25 ◦ blue 59

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

Shades of Torch Red #F7193B

Tints of Torch Red #F7193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 74.62%
G = 7.55%
B = 17.82%

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

#F7193B (or 0xF7193B) is known color: Torch Red. HEX triplet: F7, 19 and 3B. RGB value is (247,25,59). Sum of RGB (Red+Green+Blue) = 247+25+59=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F7193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7193B is #08E6C4. Grayscale: #5F5F5F. Windows color (decimal): -583365 or 3873271. OLE color: 3873271.

HSL color Cylindrical-coordinate representation of color #F7193B: hue angle of 350.81º 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 #F7193B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 59 -
CMYK 0 0.90 0.76 0.03
HSL 350.81º 0.93% 0.53% -
HSV(B) 350.81º 0.9% 0.97% -
XYZ 39.49 20.79 6.07 -
YUV 95.25 107.55 236.24 -
System Red Green Blue C M Y K H S L
Decimal 247 25 59 0 0.90 0.76 0.03 350.81 0.93 0.53
Hex F7 19 3B 0 5A 4C 3 15F 5D 35
Octal 367 31 73 0 132 114 3 537 135 65
Binary 11110111 11001 111011 0 1011010 1001100 11 101011111 1011101 110101

Color Harmonies of #F7193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7193B

Black with #F7193B

Text Example


Text Example

White with #F7193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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