Html Css Color HEX #F7192A Torch Red

📋 copy color: '#F7192A'

red 247 ◦ green 25 ◦ blue 42

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

Shades of Torch Red #F7192A

Tints of Torch Red #F7192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 78.66%
G = 7.96%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7192A (or 0xF7192A) is known color: Torch Red. HEX triplet: F7, 19 and 2A. RGB value is (247,25,42). Sum of RGB (Red+Green+Blue) = 247+25+42=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F7192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7192A is #08E6D5. Grayscale: #5D5D5D. Windows color (decimal): -583382 or 2759159. OLE color: 2759159.

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

Color convert

RGB 247 25 42 -
CMYK 0 0.90 0.83 0.03
HSL 355.41º 0.93% 0.53% -
HSV(B) 355.41º 0.9% 0.97% -
XYZ 39.12 20.64 4.11 -
YUV 93.32 99.05 237.62 -
System Red Green Blue C M Y K H S L
Decimal 247 25 42 0 0.90 0.83 0.03 355.41 0.93 0.53
Hex F7 19 2A 0 5A 53 3 163 5D 35
Octal 367 31 52 0 132 123 3 543 135 65
Binary 11110111 11001 101010 0 1011010 1010011 11 101100011 1011101 110101

Color Harmonies of #F7192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7192A

Black with #F7192A

Text Example


Text Example

White with #F7192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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