Html Css Color HEX #F8172C Torch Red

📋 copy color: '#F8172C'

red 248 ◦ green 23 ◦ blue 44

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

Shades of Torch Red #F8172C

Tints of Torch Red #F8172C

RGB

 RED value IS 248 (97.27% from 255) = 78.73%

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 78.73%
G = 7.3%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8172C (or 0xF8172C) is known color: Torch Red. HEX triplet: F8, 17 and 2C. RGB value is (248,23,44). Sum of RGB (Red+Green+Blue) = 248+23+44=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F8172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8172C is #07E8D3. Grayscale: #5C5C5C. Windows color (decimal): -518356 or 2889720. OLE color: 2889720.

HSL color Cylindrical-coordinate representation of color #F8172C: hue angle of 354.4º degrees, saturation: 0.94, 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 #F8172C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 23 44 -
CMYK 0 0.91 0.82 0.03
HSL 354.4º 0.94% 0.53% -
HSV(B) 354.4º 0.91% 0.97% -
XYZ 39.47 20.75 4.31 -
YUV 92.67 100.54 238.79 -
System Red Green Blue C M Y K H S L
Decimal 248 23 44 0 0.91 0.82 0.03 354.4 0.94 0.53
Hex F8 17 2C 0 5B 52 3 162 5E 35
Octal 370 27 54 0 133 122 3 542 136 65
Binary 11111000 10111 101100 0 1011011 1010010 11 101100010 1011110 110101

Color Harmonies of #F8172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8172C

Black with #F8172C

Text Example


Text Example

White with #F8172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8172C; }

 p { color: rgb(248,23,44); }

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

background-color css

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

 a { background-color: rgb(248,23,44); }

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

border-color css

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

 span { border-color: rgb(248,23,44); }

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