Html Css Color HEX #F70110 Torch Red

📋 copy color: '#F70110'

red 247 ◦ green 1 ◦ blue 16

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

Shades of Torch Red #F70110

Tints of Torch Red #F70110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 93.56%
G = 0.38%
B = 6.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F70110 (or 0xF70110) is known color: Torch Red. HEX triplet: F7, 01 and 10. RGB value is (247,1,16). Sum of RGB (Red+Green+Blue) = 247+1+16=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F70110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70110 is #08FEEF. Grayscale: #4C4C4C. Windows color (decimal): -589552 or 1049079. OLE color: 1049079.

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

Color convert

RGB 247 1 16 -
CMYK 0 1.00 0.94 0.03
HSL 356.34º 0.99% 0.49% -
HSV(B) 356.34º 1% 0.97% -
XYZ 38.46 19.83 2.29 -
YUV 76.26 94 249.78 -
System Red Green Blue C M Y K H S L
Decimal 247 1 16 0 1.00 0.94 0.03 356.34 0.99 0.49
Hex F7 1 10 0 64 5E 3 164 63 31
Octal 367 1 20 0 144 136 3 544 143 61
Binary 11110111 1 10000 0 1100100 1011110 11 101100100 1100011 110001

Color Harmonies of #F70110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70110

Black with #F70110

Text Example


Text Example

White with #F70110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70110; }

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

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

background-color css

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

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

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

border-color css

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

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

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