Html Css Color HEX #F80411 Torch Red

📋 copy color: '#F80411'

red 248 ◦ green 4 ◦ blue 17

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

Shades of Torch Red #F80411

Tints of Torch Red #F80411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 92.19%
G = 1.49%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80411 (or 0xF80411) is known color: Torch Red. HEX triplet: F8, 04 and 11. RGB value is (248,4,17). Sum of RGB (Red+Green+Blue) = 248+4+17=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F80411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80411 is #07FBEE. Grayscale: #4E4E4E. Windows color (decimal): -523247 or 1115384. OLE color: 1115384.

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

Color convert

RGB 248 4 17 -
CMYK 0 0.98 0.93 0.03
HSL 356.8º 0.97% 0.49% -
HSV(B) 356.8º 0.98% 0.97% -
XYZ 38.86 20.08 2.36 -
YUV 78.44 93.34 248.94 -
System Red Green Blue C M Y K H S L
Decimal 248 4 17 0 0.98 0.93 0.03 356.8 0.97 0.49
Hex F8 4 11 0 62 5D 3 165 61 31
Octal 370 4 21 0 142 135 3 545 141 61
Binary 11111000 100 10001 0 1100010 1011101 11 101100101 1100001 110001

Color Harmonies of #F80411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80411

Black with #F80411

Text Example


Text Example

White with #F80411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80411; }

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

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

background-color css

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

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

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

border-color css

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

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

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