Html Css Color HEX #F8173F Torch Red

📋 copy color: '#F8173F'

red 248 ◦ green 23 ◦ blue 63

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

Shades of Torch Red #F8173F

Tints of Torch Red #F8173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 74.25%
G = 6.89%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8173F (or 0xF8173F) is known color: Torch Red. HEX triplet: F8, 17 and 3F. RGB value is (248,23,63). Sum of RGB (Red+Green+Blue) = 248+23+63=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F8173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8173F is #07E8C0. Grayscale: #5E5E5E. Windows color (decimal): -518337 or 4134904. OLE color: 4134904.

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

Color convert

RGB 248 23 63 -
CMYK 0 0.91 0.75 0.03
HSL 349.33º 0.94% 0.53% -
HSV(B) 349.33º 0.91% 0.97% -
XYZ 39.92 20.93 6.64 -
YUV 94.84 110.04 237.25 -
System Red Green Blue C M Y K H S L
Decimal 248 23 63 0 0.91 0.75 0.03 349.33 0.94 0.53
Hex F8 17 3F 0 5B 4B 3 15D 5E 35
Octal 370 27 77 0 133 113 3 535 136 65
Binary 11111000 10111 111111 0 1011011 1001011 11 101011101 1011110 110101

Color Harmonies of #F8173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8173F

Black with #F8173F

Text Example


Text Example

White with #F8173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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