Html Css Color HEX #F80811 Torch Red

📋 copy color: '#F80811'

red 248 ◦ green 8 ◦ blue 17

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

Shades of Torch Red #F80811

Tints of Torch Red #F80811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 90.84%
G = 2.93%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80811 (or 0xF80811) is known color: Torch Red. HEX triplet: F8, 08 and 11. RGB value is (248,8,17). Sum of RGB (Red+Green+Blue) = 248+8+17=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80811 is #07F7EE. Grayscale: #505050. Windows color (decimal): -522223 or 1116408. OLE color: 1116408.

HSL color Cylindrical-coordinate representation of color #F80811: hue angle of 357.75º degrees, saturation: 0.94, 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 #F80811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 8 17 -
CMYK 0 0.97 0.93 0.03
HSL 357.75º 0.94% 0.5% -
HSV(B) 357.75º 0.97% 0.97% -
XYZ 38.9 20.17 2.37 -
YUV 80.79 92.01 247.27 -
System Red Green Blue C M Y K H S L
Decimal 248 8 17 0 0.97 0.93 0.03 357.75 0.94 0.5
Hex F8 8 11 0 61 5D 3 166 5E 32
Octal 370 10 21 0 141 135 3 546 136 62
Binary 11111000 1000 10001 0 1100001 1011101 11 101100110 1011110 110010

Color Harmonies of #F80811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80811

Black with #F80811

Text Example


Text Example

White with #F80811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80811; }

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

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

background-color css

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

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

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

border-color css

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

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

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