Html Css Color HEX #F8163D Torch Red

📋 copy color: '#F8163D'

red 248 ◦ green 22 ◦ blue 61

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

Shades of Torch Red #F8163D

Tints of Torch Red #F8163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 74.92%
G = 6.65%
B = 18.43%

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

#F8163D (or 0xF8163D) is known color: Torch Red. HEX triplet: F8, 16 and 3D. RGB value is (248,22,61). Sum of RGB (Red+Green+Blue) = 248+22+61=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8163D is #07E9C2. Grayscale: #5E5E5E. Windows color (decimal): -518595 or 4003576. OLE color: 4003576.

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

Color convert

RGB 248 22 61 -
CMYK 0 0.91 0.75 0.03
HSL 349.65º 0.94% 0.53% -
HSV(B) 349.65º 0.91% 0.97% -
XYZ 39.84 20.87 6.34 -
YUV 94.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 248 22 61 0 0.91 0.75 0.03 349.65 0.94 0.53
Hex F8 16 3D 0 5B 4B 3 15E 5E 35
Octal 370 26 75 0 133 113 3 536 136 65
Binary 11111000 10110 111101 0 1011011 1001011 11 101011110 1011110 110101

Color Harmonies of #F8163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8163D

Black with #F8163D

Text Example


Text Example

White with #F8163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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