Html Css Color HEX #F7161C Torch Red

📋 copy color: '#F7161C'

red 247 ◦ green 22 ◦ blue 28

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

Shades of Torch Red #F7161C

Tints of Torch Red #F7161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 83.16%
G = 7.41%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7161C (or 0xF7161C) is known color: Torch Red. HEX triplet: F7, 16 and 1C. RGB value is (247,22,28). Sum of RGB (Red+Green+Blue) = 247+22+28=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7161C is #08E9E3. Grayscale: #5A5A5A. Windows color (decimal): -584164 or 1840887. OLE color: 1840887.

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

Color convert

RGB 247 22 28 -
CMYK 0 0.91 0.89 0.03
HSL 358.4º 0.93% 0.53% -
HSV(B) 358.4º 0.91% 0.97% -
XYZ 38.85 20.43 2.99 -
YUV 89.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 247 22 28 0 0.91 0.89 0.03 358.4 0.93 0.53
Hex F7 16 1C 0 5B 59 3 166 5D 35
Octal 367 26 34 0 133 131 3 546 135 65
Binary 11110111 10110 11100 0 1011011 1011001 11 101100110 1011101 110101

Color Harmonies of #F7161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7161C

Black with #F7161C

Text Example


Text Example

White with #F7161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7161C; }

 p { color: rgb(247,22,28); }

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

background-color css

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

 a { background-color: rgb(247,22,28); }

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

border-color css

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

 span { border-color: rgb(247,22,28); }

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