Html Css Color HEX #F80112 Torch Red

📋 copy color: '#F80112'

red 248 ◦ green 1 ◦ blue 18

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

Shades of Torch Red #F80112

Tints of Torch Red #F80112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 92.88%
G = 0.37%
B = 6.74%

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

#F80112 (or 0xF80112) is known color: Torch Red. HEX triplet: F8, 01 and 12. RGB value is (248,1,18). Sum of RGB (Red+Green+Blue) = 248+1+18=267 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.88% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 248 - color contains mainly: red. Hex color #F80112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80112 is #07FEED. Grayscale: #4C4C4C. Windows color (decimal): -524014 or 1180152. OLE color: 1180152.

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

Color convert

RGB 248 1 18 -
CMYK 0 1.00 0.93 0.03
HSL 355.87º 0.99% 0.49% -
HSV(B) 355.87º 1% 0.97% -
XYZ 38.83 20.02 2.39 -
YUV 76.79 94.83 250.12 -
System Red Green Blue C M Y K H S L
Decimal 248 1 18 0 1.00 0.93 0.03 355.87 0.99 0.49
Hex F8 1 12 0 64 5D 3 164 63 31
Octal 370 1 22 0 144 135 3 544 143 61
Binary 11111000 1 10010 0 1100100 1011101 11 101100100 1100011 110001

Color Harmonies of #F80112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80112

Black with #F80112

Text Example


Text Example

White with #F80112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80112; }

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

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

background-color css

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

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

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

border-color css

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

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

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