Html Css Color HEX #F80111 Torch Red

📋 copy color: '#F80111'

red 248 ◦ green 1 ◦ blue 17

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

Shades of Torch Red #F80111

Tints of Torch Red #F80111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 93.23%
G = 0.38%
B = 6.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80111 (or 0xF80111) is known color: Torch Red. HEX triplet: F8, 01 and 11. RGB value is (248,1,17). Sum of RGB (Red+Green+Blue) = 248+1+17=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F80111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80111 is #07FEEE. Grayscale: #4C4C4C. Windows color (decimal): -524015 or 1114616. OLE color: 1114616.

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

Color convert

RGB 248 1 17 -
CMYK 0 1.00 0.93 0.03
HSL 356.11º 0.99% 0.49% -
HSV(B) 356.11º 1% 0.97% -
XYZ 38.82 20.02 2.35 -
YUV 76.68 94.33 250.2 -
System Red Green Blue C M Y K H S L
Decimal 248 1 17 0 1.00 0.93 0.03 356.11 0.99 0.49
Hex F8 1 11 0 64 5D 3 164 63 31
Octal 370 1 21 0 144 135 3 544 143 61
Binary 11111000 1 10001 0 1100100 1011101 11 101100100 1100011 110001

Color Harmonies of #F80111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80111

Black with #F80111

Text Example


Text Example

White with #F80111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80111; }

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

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

background-color css

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

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

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

border-color css

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

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

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