Html Css Color HEX #F8172B Torch Red

📋 copy color: '#F8172B'

red 248 ◦ green 23 ◦ blue 43

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

Shades of Torch Red #F8172B

Tints of Torch Red #F8172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 78.98%
G = 7.32%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8172B (or 0xF8172B) is known color: Torch Red. HEX triplet: F8, 17 and 2B. RGB value is (248,23,43). Sum of RGB (Red+Green+Blue) = 248+23+43=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F8172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8172B is #07E8D4. Grayscale: #5C5C5C. Windows color (decimal): -518357 or 2824184. OLE color: 2824184.

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

Color convert

RGB 248 23 43 -
CMYK 0 0.91 0.83 0.03
HSL 354.67º 0.94% 0.53% -
HSV(B) 354.67º 0.91% 0.97% -
XYZ 39.45 20.74 4.21 -
YUV 92.56 100.04 238.87 -
System Red Green Blue C M Y K H S L
Decimal 248 23 43 0 0.91 0.83 0.03 354.67 0.94 0.53
Hex F8 17 2B 0 5B 53 3 163 5E 35
Octal 370 27 53 0 133 123 3 543 136 65
Binary 11111000 10111 101011 0 1011011 1010011 11 101100011 1011110 110101

Color Harmonies of #F8172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8172B

Black with #F8172B

Text Example


Text Example

White with #F8172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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