Html Css Color HEX #F7020F Torch Red

📋 copy color: '#F7020F'

red 247 ◦ green 2 ◦ blue 15

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

Shades of Torch Red #F7020F

Tints of Torch Red #F7020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 93.56%
G = 0.76%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7020F (or 0xF7020F) is known color: Torch Red. HEX triplet: F7, 02 and 0F. RGB value is (247,2,15). Sum of RGB (Red+Green+Blue) = 247+2+15=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F7020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7020F is #08FDF0. Grayscale: #4C4C4C. Windows color (decimal): -589297 or 983799. OLE color: 983799.

HSL color Cylindrical-coordinate representation of color #F7020F: hue angle of 356.82º 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 #F7020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 15 -
CMYK 0 0.99 0.94 0.03
HSL 356.82º 0.98% 0.49% -
HSV(B) 356.82º 0.99% 0.97% -
XYZ 38.47 19.85 2.26 -
YUV 76.74 93.17 249.44 -
System Red Green Blue C M Y K H S L
Decimal 247 2 15 0 0.99 0.94 0.03 356.82 0.98 0.49
Hex F7 2 F 0 63 5E 3 165 62 31
Octal 367 2 17 0 143 136 3 545 142 61
Binary 11110111 10 1111 0 1100011 1011110 11 101100101 1100010 110001

Color Harmonies of #F7020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7020F

Black with #F7020F

Text Example


Text Example

White with #F7020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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