Html Css Color HEX #F70016 Torch Red

📋 copy color: '#F70016'

red 247 ◦ green 0 ◦ blue 22

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

Shades of Torch Red #F70016

Tints of Torch Red #F70016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 91.82%
G = 0%
B = 8.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F70016 (or 0xF70016) is known color: Torch Red. HEX triplet: F7, 00 and 16. RGB value is (247,0,22). Sum of RGB (Red+Green+Blue) = 247+0+22=269 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.82% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 247 - color contains mainly: red. Hex color #F70016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70016 is #08FFE9. Grayscale: #4C4C4C. Windows color (decimal): -589802 or 1442039. OLE color: 1442039.

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

Color convert

RGB 247 0 22 -
CMYK 0 1 0.91 0.03
HSL 354.66º 1% 0.48% -
HSV(B) 354.66º 1% 0.97% -
XYZ 38.5 19.83 2.56 -
YUV 76.36 97.33 249.71 -
System Red Green Blue C M Y K H S L
Decimal 247 0 22 0 1 0.91 0.03 354.66 1 0.48
Hex F7 0 16 0 64 5B 3 163 64 30
Octal 367 0 26 0 144 133 3 543 144 60
Binary 11110111 0 10110 0 1100100 1011011 11 101100011 1100100 110000

Color Harmonies of #F70016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70016

Black with #F70016

Text Example


Text Example

White with #F70016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70016; }

 p { color: rgb(247,0,22); }

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

background-color css

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

 a { background-color: rgb(247,0,22); }

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

border-color css

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

 span { border-color: rgb(247,0,22); }

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