Html Css Color HEX #F8191F Torch Red

📋 copy color: '#F8191F'

red 248 ◦ green 25 ◦ blue 31

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

Shades of Torch Red #F8191F

Tints of Torch Red #F8191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 81.58%
G = 8.22%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8191F (or 0xF8191F) is known color: Torch Red. HEX triplet: F8, 19 and 1F. RGB value is (248,25,31). Sum of RGB (Red+Green+Blue) = 248+25+31=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F8191F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8191F is #07E6E0. Grayscale: #5C5C5C. Windows color (decimal): -517857 or 2038264. OLE color: 2038264.

HSL color Cylindrical-coordinate representation of color #F8191F: hue angle of 358.39º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8191F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 31 -
CMYK 0 0.90 0.88 0.03
HSL 358.39º 0.94% 0.54% -
HSV(B) 358.39º 0.9% 0.97% -
XYZ 39.31 20.75 3.23 -
YUV 92.36 93.38 239.01 -
System Red Green Blue C M Y K H S L
Decimal 248 25 31 0 0.90 0.88 0.03 358.39 0.94 0.54
Hex F8 19 1F 0 5A 58 3 166 5E 36
Octal 370 31 37 0 132 130 3 546 136 66
Binary 11111000 11001 11111 0 1011010 1011000 11 101100110 1011110 110110

Color Harmonies of #F8191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8191F

Black with #F8191F

Text Example


Text Example

White with #F8191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8191F; }

 p { color: rgb(248,25,31); }

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

background-color css

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

 a { background-color: rgb(248,25,31); }

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

border-color css

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

 span { border-color: rgb(248,25,31); }

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