Html Css Color HEX #F70820 Torch Red

📋 copy color: '#F70820'

red 247 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #F70820

Tints of Torch Red #F70820

RGB

 RED value IS 247 (96.88% from 255) = 86.06%

 GREEN value IS 8 (3.52% from 255) = 2.79%

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

R = 86.06%
G = 2.79%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F70820 (or 0xF70820) is known color: Torch Red. HEX triplet: F7, 08 and 20. RGB value is (247,8,32). Sum of RGB (Red+Green+Blue) = 247+8+32=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F70820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70820 is #08F7DF. Grayscale: #525252. Windows color (decimal): -587744 or 2099447. OLE color: 2099447.

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

Color convert

RGB 247 8 32 -
CMYK 0 0.97 0.87 0.03
HSL 353.97º 0.94% 0.5% -
HSV(B) 353.97º 0.97% 0.97% -
XYZ 38.71 20.05 3.2 -
YUV 82.2 99.68 245.55 -
System Red Green Blue C M Y K H S L
Decimal 247 8 32 0 0.97 0.87 0.03 353.97 0.94 0.5
Hex F7 8 20 0 61 57 3 162 5E 32
Octal 367 10 40 0 141 127 3 542 136 62
Binary 11110111 1000 100000 0 1100001 1010111 11 101100010 1011110 110010

Color Harmonies of #F70820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70820

Black with #F70820

Text Example


Text Example

White with #F70820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70820; }

 p { color: rgb(247,8,32); }

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

background-color css

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

 a { background-color: rgb(247,8,32); }

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

border-color css

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

 span { border-color: rgb(247,8,32); }

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