Html Css Color HEX #F80420 Torch Red

📋 copy color: '#F80420'

red 248 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #F80420

Tints of Torch Red #F80420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 87.32%
G = 1.41%
B = 11.27%

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

#F80420 (or 0xF80420) is known color: Torch Red. HEX triplet: F8, 04 and 20. RGB value is (248,4,32). Sum of RGB (Red+Green+Blue) = 248+4+32=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F80420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80420 is #07FBDF. Grayscale: #505050. Windows color (decimal): -523232 or 2098424. OLE color: 2098424.

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

Color convert

RGB 248 4 32 -
CMYK 0 0.98 0.87 0.03
HSL 353.11º 0.97% 0.49% -
HSV(B) 353.11º 0.98% 0.97% -
XYZ 39.02 20.15 3.2 -
YUV 80.15 100.84 247.72 -
System Red Green Blue C M Y K H S L
Decimal 248 4 32 0 0.98 0.87 0.03 353.11 0.97 0.49
Hex F8 4 20 0 62 57 3 161 61 31
Octal 370 4 40 0 142 127 3 541 141 61
Binary 11111000 100 100000 0 1100010 1010111 11 101100001 1100001 110001

Color Harmonies of #F80420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80420

Black with #F80420

Text Example


Text Example

White with #F80420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80420; }

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

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

background-color css

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

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

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

border-color css

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

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

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