Html Css Color HEX #F70710 Torch Red

📋 copy color: '#F70710'

red 247 ◦ green 7 ◦ blue 16

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

Shades of Torch Red #F70710

Tints of Torch Red #F70710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 91.48%
G = 2.59%
B = 5.93%

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

#F70710 (or 0xF70710) is known color: Torch Red. HEX triplet: F7, 07 and 10. RGB value is (247,7,16). Sum of RGB (Red+Green+Blue) = 247+7+16=270 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.48% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 247 - color contains mainly: red. Hex color #F70710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70710 is #08F8EF. Grayscale: #4F4F4F. Windows color (decimal): -588016 or 1050615. OLE color: 1050615.

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

Color convert

RGB 247 7 16 -
CMYK 0 0.97 0.94 0.03
HSL 357.75º 0.94% 0.5% -
HSV(B) 357.75º 0.97% 0.97% -
XYZ 38.53 19.96 2.31 -
YUV 79.79 92.01 247.27 -
System Red Green Blue C M Y K H S L
Decimal 247 7 16 0 0.97 0.94 0.03 357.75 0.94 0.5
Hex F7 7 10 0 61 5E 3 166 5E 32
Octal 367 7 20 0 141 136 3 546 136 62
Binary 11110111 111 10000 0 1100001 1011110 11 101100110 1011110 110010

Color Harmonies of #F70710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70710

Black with #F70710

Text Example


Text Example

White with #F70710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70710; }

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

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

background-color css

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

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

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

border-color css

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

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

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