Html Css Color HEX #F80110 Torch Red

📋 copy color: '#F80110'

red 248 ◦ green 1 ◦ blue 16

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

Shades of Torch Red #F80110

Tints of Torch Red #F80110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 93.58%
G = 0.38%
B = 6.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F80110 (or 0xF80110) is known color: Torch Red. HEX triplet: F8, 01 and 10. RGB value is (248,1,16). Sum of RGB (Red+Green+Blue) = 248+1+16=265 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.58% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 248 - color contains mainly: red. Hex color #F80110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80110 is #07FEEF. Grayscale: #4C4C4C. Windows color (decimal): -524016 or 1049080. OLE color: 1049080.

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

Color convert

RGB 248 1 16 -
CMYK 0 1.00 0.94 0.03
HSL 356.36º 0.99% 0.49% -
HSV(B) 356.36º 1% 0.97% -
XYZ 38.82 20.02 2.31 -
YUV 76.56 93.83 250.28 -
System Red Green Blue C M Y K H S L
Decimal 248 1 16 0 1.00 0.94 0.03 356.36 0.99 0.49
Hex F8 1 10 0 64 5E 3 164 63 31
Octal 370 1 20 0 144 136 3 544 143 61
Binary 11111000 1 10000 0 1100100 1011110 11 101100100 1100011 110001

Color Harmonies of #F80110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80110

Black with #F80110

Text Example


Text Example

White with #F80110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80110; }

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

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

background-color css

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

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

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

border-color css

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

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

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