Html Css Color HEX #F70120 Torch Red

📋 copy color: '#F70120'

red 247 ◦ green 1 ◦ blue 32

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

Shades of Torch Red #F70120

Tints of Torch Red #F70120

RGB

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

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

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

R = 88.21%
G = 0.36%
B = 11.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F70120 (or 0xF70120) is known color: Torch Red. HEX triplet: F7, 01 and 20. RGB value is (247,1,32). Sum of RGB (Red+Green+Blue) = 247+1+32=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F70120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70120 is #08FEDF. Grayscale: #4E4E4E. Windows color (decimal): -589536 or 2097655. OLE color: 2097655.

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

Color convert

RGB 247 1 32 -
CMYK 0 1.00 0.87 0.03
HSL 352.44º 0.99% 0.49% -
HSV(B) 352.44º 1% 0.97% -
XYZ 38.63 19.9 3.17 -
YUV 78.09 102 248.48 -
System Red Green Blue C M Y K H S L
Decimal 247 1 32 0 1.00 0.87 0.03 352.44 0.99 0.49
Hex F7 1 20 0 64 57 3 160 63 31
Octal 367 1 40 0 144 127 3 540 143 61
Binary 11110111 1 100000 0 1100100 1010111 11 101100000 1100011 110001

Color Harmonies of #F70120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70120

Black with #F70120

Text Example


Text Example

White with #F70120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70120; }

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

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

background-color css

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

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

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

border-color css

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

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

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