Html Css Color HEX #F80731 Torch Red

📋 copy color: '#F80731'

red 248 ◦ green 7 ◦ blue 49

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

Shades of Torch Red #F80731

Tints of Torch Red #F80731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 81.58%
G = 2.3%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F80731 (or 0xF80731) is known color: Torch Red. HEX triplet: F8, 07 and 31. RGB value is (248,7,49). Sum of RGB (Red+Green+Blue) = 248+7+49=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80731 is #07F8CE. Grayscale: #535353. Windows color (decimal): -522447 or 3213304. OLE color: 3213304.

HSL color Cylindrical-coordinate representation of color #F80731: hue angle of 349.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80731 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 7 49 -
CMYK 0 0.97 0.80 0.03
HSL 349.54º 0.95% 0.5% -
HSV(B) 349.54º 0.97% 0.97% -
XYZ 39.34 20.33 4.76 -
YUV 83.85 108.34 245.08 -
System Red Green Blue C M Y K H S L
Decimal 248 7 49 0 0.97 0.80 0.03 349.54 0.95 0.5
Hex F8 7 31 0 61 50 3 15E 5F 32
Octal 370 7 61 0 141 120 3 536 137 62
Binary 11111000 111 110001 0 1100001 1010000 11 101011110 1011111 110010

Color Harmonies of #F80731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80731

Black with #F80731

Text Example


Text Example

White with #F80731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80731; }

 p { color: rgb(248,7,49); }

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

background-color css

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

 a { background-color: rgb(248,7,49); }

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

border-color css

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

 span { border-color: rgb(248,7,49); }

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