Html Css Color HEX #F8173C Torch Red

📋 copy color: '#F8173C'

red 248 ◦ green 23 ◦ blue 60

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

Shades of Torch Red #F8173C

Tints of Torch Red #F8173C

RGB

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

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

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

R = 74.92%
G = 6.95%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8173C (or 0xF8173C) is known color: Torch Red. HEX triplet: F8, 17 and 3C. RGB value is (248,23,60). Sum of RGB (Red+Green+Blue) = 248+23+60=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8173C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8173C is #07E8C3. Grayscale: #5E5E5E. Windows color (decimal): -518340 or 3938296. OLE color: 3938296.

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

Color convert

RGB 248 23 60 -
CMYK 0 0.91 0.76 0.03
HSL 350.13º 0.94% 0.53% -
HSV(B) 350.13º 0.91% 0.97% -
XYZ 39.83 20.9 6.21 -
YUV 94.49 108.54 237.49 -
System Red Green Blue C M Y K H S L
Decimal 248 23 60 0 0.91 0.76 0.03 350.13 0.94 0.53
Hex F8 17 3C 0 5B 4C 3 15E 5E 35
Octal 370 27 74 0 133 114 3 536 136 65
Binary 11111000 10111 111100 0 1011011 1001100 11 101011110 1011110 110101

Color Harmonies of #F8173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8173C

Black with #F8173C

Text Example


Text Example

White with #F8173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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