Html Css Color HEX #F70211 Torch Red

📋 copy color: '#F70211'

red 247 ◦ green 2 ◦ blue 17

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

Shades of Torch Red #F70211

Tints of Torch Red #F70211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 92.86%
G = 0.75%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F70211 (or 0xF70211) is known color: Torch Red. HEX triplet: F7, 02 and 11. RGB value is (247,2,17). Sum of RGB (Red+Green+Blue) = 247+2+17=266 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.86% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 247 - color contains mainly: red. Hex color #F70211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70211 is #08FDEE. Grayscale: #4D4D4D. Windows color (decimal): -589295 or 1114871. OLE color: 1114871.

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

Color convert

RGB 247 2 17 -
CMYK 0 0.99 0.93 0.03
HSL 356.33º 0.98% 0.49% -
HSV(B) 356.33º 0.99% 0.97% -
XYZ 38.48 19.86 2.34 -
YUV 76.97 94.17 249.28 -
System Red Green Blue C M Y K H S L
Decimal 247 2 17 0 0.99 0.93 0.03 356.33 0.98 0.49
Hex F7 2 11 0 63 5D 3 164 62 31
Octal 367 2 21 0 143 135 3 544 142 61
Binary 11110111 10 10001 0 1100011 1011101 11 101100100 1100010 110001

Color Harmonies of #F70211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70211

Black with #F70211

Text Example


Text Example

White with #F70211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70211; }

 p { color: rgb(247,2,17); }

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

background-color css

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

 a { background-color: rgb(247,2,17); }

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

border-color css

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

 span { border-color: rgb(247,2,17); }

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