Html Css Color HEX #F70A10 Torch Red

📋 copy color: '#F70A10'

red 247 ◦ green 10 ◦ blue 16

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

Shades of Torch Red #F70A10

Tints of Torch Red #F70A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.66%

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

R = 90.48%
G = 3.66%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F70A10 (or 0xF70A10) is known color: Torch Red. HEX triplet: F7, 0A and 10. RGB value is (247,10,16). Sum of RGB (Red+Green+Blue) = 247+10+16=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70A10 is #08F5EF. Grayscale: #515151. Windows color (decimal): -587248 or 1051383. OLE color: 1051383.

HSL color Cylindrical-coordinate representation of color #F70A10: hue angle of 358.48º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A10 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 10 16 -
CMYK 0 0.96 0.94 0.03
HSL 358.48º 0.94% 0.5% -
HSV(B) 358.48º 0.96% 0.97% -
XYZ 38.56 20.03 2.32 -
YUV 81.55 91.02 246.01 -
System Red Green Blue C M Y K H S L
Decimal 247 10 16 0 0.96 0.94 0.03 358.48 0.94 0.5
Hex F7 A 10 0 60 5E 3 166 5E 32
Octal 367 12 20 0 140 136 3 546 136 62
Binary 11110111 1010 10000 0 1100000 1011110 11 101100110 1011110 110010

Color Harmonies of #F70A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A10

Black with #F70A10

Text Example


Text Example

White with #F70A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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