Html Css Color HEX #F8161C Torch Red

📋 copy color: '#F8161C'

red 248 ◦ green 22 ◦ blue 28

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

Shades of Torch Red #F8161C

Tints of Torch Red #F8161C

RGB

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

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

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

R = 83.22%
G = 7.38%
B = 9.4%

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

#F8161C (or 0xF8161C) is known color: Torch Red. HEX triplet: F8, 16 and 1C. RGB value is (248,22,28). Sum of RGB (Red+Green+Blue) = 248+22+28=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F8161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8161C is #07E9E3. Grayscale: #5A5A5A. Windows color (decimal): -518628 or 1840888. OLE color: 1840888.

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

Color convert

RGB 248 22 28 -
CMYK 0 0.91 0.89 0.03
HSL 358.41º 0.94% 0.53% -
HSV(B) 358.41º 0.91% 0.97% -
XYZ 39.21 20.61 3.01 -
YUV 90.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 248 22 28 0 0.91 0.89 0.03 358.41 0.94 0.53
Hex F8 16 1C 0 5B 59 3 166 5E 35
Octal 370 26 34 0 133 131 3 546 136 65
Binary 11111000 10110 11100 0 1011011 1011001 11 101100110 1011110 110101

Color Harmonies of #F8161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8161C

Black with #F8161C

Text Example


Text Example

White with #F8161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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