Html Css Color HEX #F70810 Torch Red

📋 copy color: '#F70810'

red 247 ◦ green 8 ◦ blue 16

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

Shades of Torch Red #F70810

Tints of Torch Red #F70810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 91.14%
G = 2.95%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F70810 (or 0xF70810) is known color: Torch Red. HEX triplet: F7, 08 and 10. RGB value is (247,8,16). Sum of RGB (Red+Green+Blue) = 247+8+16=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F70810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70810 is #08F7EF. Grayscale: #505050. Windows color (decimal): -587760 or 1050871. OLE color: 1050871.

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

Color convert

RGB 247 8 16 -
CMYK 0 0.97 0.94 0.03
HSL 357.99º 0.94% 0.5% -
HSV(B) 357.99º 0.97% 0.97% -
XYZ 38.54 19.99 2.32 -
YUV 80.37 91.68 246.85 -
System Red Green Blue C M Y K H S L
Decimal 247 8 16 0 0.97 0.94 0.03 357.99 0.94 0.5
Hex F7 8 10 0 61 5E 3 166 5E 32
Octal 367 10 20 0 141 136 3 546 136 62
Binary 11110111 1000 10000 0 1100001 1011110 11 101100110 1011110 110010

Color Harmonies of #F70810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70810

Black with #F70810

Text Example


Text Example

White with #F70810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70810; }

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

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

background-color css

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

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

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

border-color css

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

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

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