Html Css Color HEX #F8112F Torch Red

📋 copy color: '#F8112F'

red 248 ◦ green 17 ◦ blue 47

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

Shades of Torch Red #F8112F

Tints of Torch Red #F8112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 79.49%
G = 5.45%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8112F (or 0xF8112F) is known color: Torch Red. HEX triplet: F8, 11 and 2F. RGB value is (248,17,47). Sum of RGB (Red+Green+Blue) = 248+17+47=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8112F is #07EED0. Grayscale: #595959. Windows color (decimal): -519889 or 3084792. OLE color: 3084792.

HSL color Cylindrical-coordinate representation of color #F8112F: hue angle of 352.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8112F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 17 47 -
CMYK 0 0.93 0.81 0.03
HSL 352.21º 0.94% 0.52% -
HSV(B) 352.21º 0.93% 0.97% -
XYZ 39.42 20.56 4.58 -
YUV 89.49 104.03 241.06 -
System Red Green Blue C M Y K H S L
Decimal 248 17 47 0 0.93 0.81 0.03 352.21 0.94 0.52
Hex F8 11 2F 0 5D 51 3 160 5E 34
Octal 370 21 57 0 135 121 3 540 136 64
Binary 11111000 10001 101111 0 1011101 1010001 11 101100000 1011110 110100

Color Harmonies of #F8112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8112F

Black with #F8112F

Text Example


Text Example

White with #F8112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8112F; }

 p { color: rgb(248,17,47); }

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

background-color css

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

 a { background-color: rgb(248,17,47); }

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

border-color css

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

 span { border-color: rgb(248,17,47); }

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