Html Css Color HEX #F80314 Torch Red

📋 copy color: '#F80314'

red 248 ◦ green 3 ◦ blue 20

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

Shades of Torch Red #F80314

Tints of Torch Red #F80314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 91.51%
G = 1.11%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F80314 (or 0xF80314) is known color: Torch Red. HEX triplet: F8, 03 and 14. RGB value is (248,3,20). Sum of RGB (Red+Green+Blue) = 248+3+20=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F80314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80314 is #07FCEB. Grayscale: #4E4E4E. Windows color (decimal): -523500 or 1311736. OLE color: 1311736.

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

Color convert

RGB 248 3 20 -
CMYK 0 0.99 0.92 0.03
HSL 355.84º 0.98% 0.49% -
HSV(B) 355.84º 0.99% 0.97% -
XYZ 38.87 20.07 2.49 -
YUV 78.19 95.17 249.12 -
System Red Green Blue C M Y K H S L
Decimal 248 3 20 0 0.99 0.92 0.03 355.84 0.98 0.49
Hex F8 3 14 0 63 5C 3 164 62 31
Octal 370 3 24 0 143 134 3 544 142 61
Binary 11111000 11 10100 0 1100011 1011100 11 101100100 1100010 110001

Color Harmonies of #F80314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80314

Black with #F80314

Text Example


Text Example

White with #F80314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80314; }

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

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

background-color css

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

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

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

border-color css

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

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

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