Html Css Color HEX #F71516 Torch Red

📋 copy color: '#F71516'

red 247 ◦ green 21 ◦ blue 22

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

Shades of Torch Red #F71516

Tints of Torch Red #F71516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 85.17%
G = 7.24%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F71516 (or 0xF71516) is known color: Torch Red. HEX triplet: F7, 15 and 16. RGB value is (247,21,22). Sum of RGB (Red+Green+Blue) = 247+21+22=290 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.17% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 247 - color contains mainly: red. Hex color #F71516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71516 is #08EAE9. Grayscale: #585858. Windows color (decimal): -584426 or 1447415. OLE color: 1447415.

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

Color convert

RGB 247 21 22 -
CMYK 0 0.91 0.91 0.03
HSL 359.73º 0.93% 0.53% -
HSV(B) 359.73º 0.91% 0.97% -
XYZ 38.77 20.37 2.65 -
YUV 88.69 90.37 240.92 -
System Red Green Blue C M Y K H S L
Decimal 247 21 22 0 0.91 0.91 0.03 359.73 0.93 0.53
Hex F7 15 16 0 5B 5B 3 168 5D 35
Octal 367 25 26 0 133 133 3 550 135 65
Binary 11110111 10101 10110 0 1011011 1011011 11 101101000 1011101 110101

Color Harmonies of #F71516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71516

Black with #F71516

Text Example


Text Example

White with #F71516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71516; }

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

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

background-color css

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

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

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

border-color css

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

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

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