Html Css Color HEX #F70620 Torch Red

📋 copy color: '#F70620'

red 247 ◦ green 6 ◦ blue 32

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

Shades of Torch Red #F70620

Tints of Torch Red #F70620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 86.67%
G = 2.11%
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

#F70620 (or 0xF70620) is known color: Torch Red. HEX triplet: F7, 06 and 20. RGB value is (247,6,32). Sum of RGB (Red+Green+Blue) = 247+6+32=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F70620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70620 is #08F9DF. Grayscale: #515151. Windows color (decimal): -588256 or 2098935. OLE color: 2098935.

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

Color convert

RGB 247 6 32 -
CMYK 0 0.98 0.87 0.03
HSL 353.53º 0.95% 0.5% -
HSV(B) 353.53º 0.98% 0.97% -
XYZ 38.68 20.01 3.19 -
YUV 81.02 100.34 246.39 -
System Red Green Blue C M Y K H S L
Decimal 247 6 32 0 0.98 0.87 0.03 353.53 0.95 0.5
Hex F7 6 20 0 62 57 3 162 5F 32
Octal 367 6 40 0 142 127 3 542 137 62
Binary 11110111 110 100000 0 1100010 1010111 11 101100010 1011111 110010

Color Harmonies of #F70620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70620

Black with #F70620

Text Example


Text Example

White with #F70620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70620; }

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

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

background-color css

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

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

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

border-color css

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

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

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