Html Css Color HEX #F80520 Torch Red

📋 copy color: '#F80520'

red 248 ◦ green 5 ◦ blue 32

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

Shades of Torch Red #F80520

Tints of Torch Red #F80520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 87.02%
G = 1.75%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F80520 (or 0xF80520) is known color: Torch Red. HEX triplet: F8, 05 and 20. RGB value is (248,5,32). Sum of RGB (Red+Green+Blue) = 248+5+32=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F80520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80520 is #07FADF. Grayscale: #505050. Windows color (decimal): -522976 or 2098680. OLE color: 2098680.

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

Color convert

RGB 248 5 32 -
CMYK 0 0.98 0.87 0.03
HSL 353.33º 0.96% 0.5% -
HSV(B) 353.33º 0.98% 0.97% -
XYZ 39.03 20.17 3.2 -
YUV 80.74 100.51 247.3 -
System Red Green Blue C M Y K H S L
Decimal 248 5 32 0 0.98 0.87 0.03 353.33 0.96 0.5
Hex F8 5 20 0 62 57 3 161 60 32
Octal 370 5 40 0 142 127 3 541 140 62
Binary 11111000 101 100000 0 1100010 1010111 11 101100001 1100000 110010

Color Harmonies of #F80520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80520

Black with #F80520

Text Example


Text Example

White with #F80520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80520; }

 p { color: rgb(248,5,32); }

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

background-color css

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

 a { background-color: rgb(248,5,32); }

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

border-color css

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

 span { border-color: rgb(248,5,32); }

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