Html Css Color HEX #F70822 Torch Red

📋 copy color: '#F70822'

red 247 ◦ green 8 ◦ blue 34

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

Shades of Torch Red #F70822

Tints of Torch Red #F70822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 85.47%
G = 2.77%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F70822 (or 0xF70822) is known color: Torch Red. HEX triplet: F7, 08 and 22. RGB value is (247,8,34). Sum of RGB (Red+Green+Blue) = 247+8+34=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F70822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70822 is #08F7DD. Grayscale: #525252. Windows color (decimal): -587742 or 2230519. OLE color: 2230519.

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

Color convert

RGB 247 8 34 -
CMYK 0 0.97 0.86 0.03
HSL 353.47º 0.94% 0.5% -
HSV(B) 353.47º 0.97% 0.97% -
XYZ 38.73 20.06 3.34 -
YUV 82.43 100.68 245.39 -
System Red Green Blue C M Y K H S L
Decimal 247 8 34 0 0.97 0.86 0.03 353.47 0.94 0.5
Hex F7 8 22 0 61 56 3 161 5E 32
Octal 367 10 42 0 141 126 3 541 136 62
Binary 11110111 1000 100010 0 1100001 1010110 11 101100001 1011110 110010

Color Harmonies of #F70822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70822

Black with #F70822

Text Example


Text Example

White with #F70822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70822; }

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

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

background-color css

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

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

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

border-color css

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

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

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