Html Css Color HEX #F80011 Torch Red

📋 copy color: '#F80011'

red 248 ◦ green 0 ◦ blue 17

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

Shades of Torch Red #F80011

Tints of Torch Red #F80011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.58%
G = 0%
B = 6.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80011 (or 0xF80011) is known color: Torch Red. HEX triplet: F8, 00 and 11. RGB value is (248,0,17). Sum of RGB (Red+Green+Blue) = 248+0+17=265 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.58% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 248 - color contains mainly: red. Hex color #F80011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80011 is #07FFEE. Grayscale: #4C4C4C. Windows color (decimal): -524271 or 1114360. OLE color: 1114360.

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

Color convert

RGB 248 0 17 -
CMYK 0 1 0.93 0.03
HSL 355.89º 1% 0.49% -
HSV(B) 355.89º 1% 0.97% -
XYZ 38.81 20 2.34 -
YUV 76.09 94.66 250.62 -
System Red Green Blue C M Y K H S L
Decimal 248 0 17 0 1 0.93 0.03 355.89 1 0.49
Hex F8 0 11 0 64 5D 3 164 64 31
Octal 370 0 21 0 144 135 3 544 144 61
Binary 11111000 0 10001 0 1100100 1011101 11 101100100 1100100 110001

Color Harmonies of #F80011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80011

Black with #F80011

Text Example


Text Example

White with #F80011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80011; }

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

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

background-color css

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

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

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

border-color css

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

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

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