Html Css Color HEX #F7022F Torch Red

📋 copy color: '#F7022F'

red 247 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #F7022F

Tints of Torch Red #F7022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 83.45%
G = 0.68%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7022F (or 0xF7022F) is known color: Torch Red. HEX triplet: F7, 02 and 2F. RGB value is (247,2,47). Sum of RGB (Red+Green+Blue) = 247+2+47=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F7022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7022F is #08FDD0. Grayscale: #505050. Windows color (decimal): -589265 or 3080951. OLE color: 3080951.

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

Color convert

RGB 247 2 47 -
CMYK 0 0.99 0.81 0.03
HSL 348.98º 0.98% 0.49% -
HSV(B) 348.98º 0.99% 0.97% -
XYZ 38.89 20.02 4.5 -
YUV 80.39 109.17 246.84 -
System Red Green Blue C M Y K H S L
Decimal 247 2 47 0 0.99 0.81 0.03 348.98 0.98 0.49
Hex F7 2 2F 0 63 51 3 15D 62 31
Octal 367 2 57 0 143 121 3 535 142 61
Binary 11110111 10 101111 0 1100011 1010001 11 101011101 1100010 110001

Color Harmonies of #F7022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7022F

Black with #F7022F

Text Example


Text Example

White with #F7022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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