Html Css Color HEX #F80114 Torch Red

📋 copy color: '#F80114'

red 248 ◦ green 1 ◦ blue 20

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

Shades of Torch Red #F80114

Tints of Torch Red #F80114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 92.19%
G = 0.37%
B = 7.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F80114 (or 0xF80114) is known color: Torch Red. HEX triplet: F8, 01 and 14. RGB value is (248,1,20). Sum of RGB (Red+Green+Blue) = 248+1+20=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F80114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80114 is #07FEEB. Grayscale: #4D4D4D. Windows color (decimal): -524012 or 1311224. OLE color: 1311224.

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

Color convert

RGB 248 1 20 -
CMYK 0 1.00 0.92 0.03
HSL 355.38º 0.99% 0.49% -
HSV(B) 355.38º 1% 0.97% -
XYZ 38.85 20.03 2.48 -
YUV 77.02 95.83 249.96 -
System Red Green Blue C M Y K H S L
Decimal 248 1 20 0 1.00 0.92 0.03 355.38 0.99 0.49
Hex F8 1 14 0 64 5C 3 163 63 31
Octal 370 1 24 0 144 134 3 543 143 61
Binary 11111000 1 10100 0 1100100 1011100 11 101100011 1100011 110001

Color Harmonies of #F80114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80114

Black with #F80114

Text Example


Text Example

White with #F80114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80114; }

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

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

background-color css

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

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

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

border-color css

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

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

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